diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-06-27 10:55:34 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-06-27 10:55:34 +0000 |
commit | a1696dfd7ff7519a904138b62c3f29e6657898eb (patch) | |
tree | 7665e038ec2c75c9aa2c01347efa5288a33ddc00 | |
parent | 78427f77d98e5a7f3010447b4ee07fffefee0312 (diff) | |
download | qpid-python-a1696dfd7ff7519a904138b62c3f29e6657898eb.tar.gz |
POM update to add Apache content to built jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551119 13f79535-47bb-0310-9956-ffa450edef68
-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> |