alien11689 commented on PR #404: URL: https://github.com/apache/aries/pull/404#issuecomment-2614593172
From Creadur we already have and use apache-rat-plugin. The plugin [apache-whisker-maven-plugin](https://creadur.apache.org/whisker/apache-whisker-maven-plugin/index.html) seems to be created to solve the problem in the future, but it's not officially released yet. On the other hand I see that [apache parent pom in version 33](https://github.com/apache/maven-apache-parent/blob/apache-33/pom.xml#L361-L379) adds plugin run: ``` <!-- We want to package up license resources in the JARs produced --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> <id>process-resource-bundles</id> <goals> <goal>process</goal> </goals> <configuration> <resourceBundles> <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:${version.apache-resource-bundles}</resourceBundle> </resourceBundles> </configuration> </execution> </executions> </plugin> ``` Maybe it's enough to have the parent pom upgraded in all artifacts and then the necessary legal files are generated automatically. Let me start the discussion on our mailing list. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@aries.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org