Apache JAR Resource Bundle
To generate META-INF/DEPENDENCIES, META-INF/LICENSE and META-INF/NOTICE content in your jar, configure maven-remote-resources-plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.7.0</version>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.7</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>Content is generated from your project dependencies with following Velocity templates:



