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/02/13 21:01:43 UTC

[19/26] incubator-taverna-language git commit: Disable appassembler - no wfdesc tool - see tavlang

Disable appassembler - no wfdesc tool - see tavlang


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

Branch: refs/heads/master
Commit: af400f5d6c095324a6f1476f852693aec39a2b1c
Parents: 1ea771b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 10 12:48:21 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 10 12:48:21 2016 +0000

----------------------------------------------------------------------
 taverna-scufl2-wfdesc/pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/af400f5d/taverna-scufl2-wfdesc/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-wfdesc/pom.xml b/taverna-scufl2-wfdesc/pom.xml
index 7e9d7b3..394aa18 100755
--- a/taverna-scufl2-wfdesc/pom.xml
+++ b/taverna-scufl2-wfdesc/pom.xml
@@ -76,29 +76,6 @@
 					</execution>
 				</executions>
 			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>appassembler-maven-plugin</artifactId>
-				<version>1.1.1</version>
-				<executions>
-					<execution>
-						<id>assemble</id>
-						<phase>package</phase>
-						<goals>
-							<goal>assemble</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<assembleDirectory>${project.build.directory}/${project.artifactId}</assembleDirectory>
-					<programs>
-						<program>
-							<mainClass>org.apache.taverna.scufl2.wfdesc.ConvertToWfdesc</mainClass>
-							<name>Apache Taverna scufl2-to-wfdesc</name>
-						</program>
-					</programs>
-				</configuration>
-			</plugin>			
 		</plugins>
 		<pluginManagement>
 			<plugins>