-
Notifications
You must be signed in to change notification settings - Fork 127
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
using aggregate-add-third-party is not working when packaging is pom even I have set acceptPomPackaging as true #586
Comments
add-third-party is working |
There is a method
Fixing and write tests for it should not be difficult. |
I have multi-module project, parent is "pom" and children are "jar". I run
The file THIRD-PARTY.txt look like:
|
@vitalijr2 - is it ok or not |
@slawekjaranowski It's OK. I has been browsing issues and found this one. But I remember this goal had worked for me well. Then I ran the build again - it still worked. Also I remember that one time I saw the message
but now it doesn't appear. 😕 It is also OK, but maybe this issue throws in some special conditions or maybe misconfiguration. @ma345564280, could you provide a test project? Tnx. |
I have set acceptPomPackaging as true, but still got the following message.
[INFO] --- license:2.4.0:aggregate-add-third-party (default-cli) @ xxxxxx ---
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
[INFO] The goal is skip due to packaging 'jar'
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.812 s
[INFO] Finished at: 2024-09-06T17:27:40+08:00
[INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: