Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this plugin affect os-based profile activation? #23

Open
OrangeDog opened this issue Aug 2, 2016 · 1 comment
Open

Can this plugin affect os-based profile activation? #23

OrangeDog opened this issue Aug 2, 2016 · 1 comment

Comments

@OrangeDog
Copy link

Would it be possible for this plugin (as an extension) to change the properties used by maven-enforcer-plugin, for example in profile activation.

I'd really like this to work on all linux distributions, not just Red Hat-based ones:

<profiles>
    <profile>
      <id>linux-x86_64</id>
      <activation>
        <os>
          <name>linux</name>
          <arch>x86_64</arch>
        </os>
      </activation>
@trustin
Copy link
Owner

trustin commented Apr 22, 2018

Tried to get this work somehow, but couldn't figure out yet. It seems like profiles are activated even before the extension is executed. I also tried property-based activation, but it doesn't seem to work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants