-
Notifications
You must be signed in to change notification settings - Fork 0
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
log4j 1.2.15: "assembly descriptor filesystem-root relative reference" warning under maven-assembly-plugin 2.6 #22
Comments
Tried adding a Wonder if that trailing "/site" in the warning message is a clue? There's no actual Yeah: if I remove that
Here's
|
I commented on that opengeospatial bug; here's what I said. I found some reference doco for the maven-site-assembly plugin:
None of those have a But if I look at the Javadoc for some classes in the assembly 3.4.2 plugin's implmentation, there are Java getter/setters for a
Those class's other properties look like the correspond to the elements in the POM I don't know why I re-enabled
and it started kicking out this error:
So I think that's the right place for |
…eDirectory working without warnings See: #22
…eDirectory working without warnings See: #22
Sounds like with newer maven-assembly-plugin versions, I should be using the
Same error if I do |
Aha: I was missing
I wonder why that's not a defined dependency of |
Okay, so I think this is the command I should be using to do a full clean build and package-dist under Maven 3:
Runs without error now. (Usually. I get intermittent errors complaining about missing JARs and stuff. Dunno what's up with that.) |
When I bumped maven-assembly-plugin from 2.2.2 to 2.6, I started getting this warning.
The text was updated successfully, but these errors were encountered: