-
Notifications
You must be signed in to change notification settings - Fork 12
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
Duplicate target when running package
and install
at once
#28
Comments
I end up with a linking command that looks like this:
(same target listed twice at the end) |
After looking at the code a bit I can confirm it's resolved by #27. Is there a plan for a new release? |
please test 1.0.0-alpha-10 at staging https://oss.sonatype.org/content/repositories/orgcodehausmojo-1137 |
sorry, but for the life of me I can't figure out how to add that repo in maven. I tried:
but can't find 1.0-alpha-10 |
I've noticed that when I try and run
mvn package install
in my project, the linker command seems to list the target twice, resulting in duplicate symbol complaints. It's entirely possible I've screwed something up in the jar/definition. The pom is a submodule, but the specific file is here.If I run
mvn package
and thenmvn install
, it works fine but running both at the same time causes the issue. Have I got something wrong in the config?The text was updated successfully, but these errors were encountered: