Apache Incubator Disclaimer Resource Bundle
To generate META-INF/DISLAIMER
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-incubator-disclaimer-resource-bundle:1.7</resourceBundle> </resourceBundles> </configuration> </execution> </executions> </plugin>
Content is generated from your project dependencies with DISLAIMER.vm
Velocity template.