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 2016/05/22 17:38:26 UTC

incubator-taverna-engine git commit: ARCHETYPE-488 workaround

Repository: incubator-taverna-engine
Updated Branches:
  refs/heads/master 323d44527 -> e14bbdb8f


ARCHETYPE-488 workaround


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

Branch: refs/heads/master
Commit: e14bbdb8f7521a35eeeaa3842f43136032eef15b
Parents: 323d445
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun May 22 19:38:18 2016 +0200
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun May 22 19:38:18 2016 +0200

----------------------------------------------------------------------
 taverna-activity-archetype/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/e14bbdb8/taverna-activity-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-activity-archetype/pom.xml b/taverna-activity-archetype/pom.xml
index dd2d032..78c6e76 100644
--- a/taverna-activity-archetype/pom.xml
+++ b/taverna-activity-archetype/pom.xml
@@ -51,6 +51,15 @@
 			<plugin>
 				<artifactId>maven-archetype-plugin</artifactId>
 				<version>2.4</version>
+			       <dependencies>
+				       <dependency>
+					<!-- Workaround for ARCHETYPE-488 - should not be needed 
+					     for archetype-packaging 2.5 -->	
+					 <groupId>org.apache.maven.shared</groupId>
+					 <artifactId>maven-invoker</artifactId>
+					 <version>2.2</version>
+				       </dependency>
+			       </dependencies>
 			</plugin>
 			<plugin>
 				<artifactId>maven-resources-plugin</artifactId>