diff options
-rw-r--r-- | java/pom.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml index 2e1a792c49..cf39e43ecc 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -391,6 +391,29 @@ under the License. <version>0.5</version> </plugin> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.0-alpha-5</version> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle> + </resourceBundles> + <properties> + <addLicense>true</addLicense> + <projectName>Apache Qpid</projectName> + </properties> + </configuration> + </execution> + </executions> + </plugin> + + </plugins> </pluginManagement> |