You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 11:32:02 UTC

[48/50] incubator-taverna-maven-parent git commit: ensure incubator DISCLAIMER is added

ensure incubator DISCLAIMER is added


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/eb5d7b8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/eb5d7b8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/eb5d7b8a

Branch: refs/heads/master
Commit: eb5d7b8a9a5d3c5a1f2d88319660aa39df7567e9
Parents: da721ca
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 9 13:39:49 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 9 13:39:49 2015 +0000

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/eb5d7b8a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aee4649..443bbec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,25 @@ upgraded - this leads to recursive spaghetti.
 				</systemProperties>
 			</configuration>
 		</plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE -->
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                <!-- Will generate META-INF/DISCLAIMER  -->
+                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 		<plugin>
 			<groupId>org.apache.maven.plugins</groupId>
 			<artifactId>maven-release-plugin</artifactId>