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/22 16:31:35 UTC

[2/2] incubator-taverna-server git commit: An attempt to use taverna-commandline ZIP

An attempt to use taverna-commandline ZIP


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

Branch: refs/heads/master
Commit: cac9a1671b973ba977f7065cc4930f5a2381c489
Parents: f6eb723
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 22 15:31:27 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 22 15:31:27 2016 +0000

----------------------------------------------------------------------
 taverna-server-webapp/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/cac9a167/taverna-server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/pom.xml b/taverna-server-webapp/pom.xml
index 806c435..eb63870 100644
--- a/taverna-server-webapp/pom.xml
+++ b/taverna-server-webapp/pom.xml
@@ -36,7 +36,8 @@ limitations under the License.
 		<version.jdoapi>3.0.1</version.jdoapi>
 		<forker.module>taverna-server-unix-forker</forker.module>
 		<util.dir>${project.build.directory}/${project.build.finalName}/WEB-INF/classes/util</util.dir>
-		<cmdline.dir>${util.dir}/taverna-commandline-${edition.commandline}-${version.commandline}</cmdline.dir>
+		<!-- FIXME: This should not hardcode versions -->
+		<cmdline.dir>${util.dir}/taverna-command-line-3.1.0-incubating-SNAPSHOT-20160222T1521-nightly</cmdline.dir>
 	</properties>
 
 	<dependencies>
@@ -603,11 +604,10 @@ limitations under the License.
 							<artifactItems>
 								<artifactItem>
 									<groupId>org.apache.taverna.commandline</groupId>
-									<artifactId>taverna-commandline</artifactId>
+									<artifactId>taverna-command-line-product</artifactId>
 									<version>${taverna.commandline.version}</version>
-									<classifier>bin</classifier>
+									<classifier>nightly</classifier>
 									<type>zip</type>
-									<classifier>bin</classifier>
 									<outputDirectory>${util.dir}</outputDirectory>
 								</artifactItem>
 							</artifactItems>