mojohaus / license-maven-plugin

Maven plugin to download and collect license files from project dependencies.
https://www.mojohaus.org/license-maven-plugin/
GNU Lesser General Public License v3.0
107 stars 126 forks source link

using aggregate-add-third-party is not working when packaging is pom even I have set acceptPomPackaging as true #586

Open ma345564280 opened 2 months ago

ma345564280 commented 2 months ago

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] ------------------------------------------------------------------------

ma345564280 commented 2 months ago

add-third-party is working