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

Enforcer exclusion not inherited #1

Open
hinerm opened this issue Nov 4, 2014 · 2 comments
Open

Enforcer exclusion not inherited #1

hinerm opened this issue Nov 4, 2014 · 2 comments
Labels

Comments

@hinerm
Copy link
Member

hinerm commented Nov 4, 2014

For some reason, one line of the pom-scijava maven enforcer exclusion is not being inherited - even though this project's pom.xml directly inherits from pom-scijava and no intermediate pom declares any other enforcer config.

As a result, Java 6 must be used to build, or -Dscijava.enforce.skip must be specified.

@hinerm hinerm added the bug label Nov 4, 2014
@dscho
Copy link
Contributor

dscho commented Nov 4, 2014

I encountered similar symptoms with other projects. The reason is that you can only override the enforcer configuration in child POMs, not augment it. Which is really too bad.

@ctrueden
Copy link
Member

ctrueden commented Nov 4, 2014

@dscho The strange thing is: nothing in any child project overrides the configuration from pom-scijava whatsoever. Yet this one rule is just... absent.

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

No branches or pull requests

3 participants