Repository: incubator-taverna-commandline Updated Branches: refs/heads/master cb69fd408 -> 32e969253
command-line -> commandline Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/32e96925 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/32e96925 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/32e96925 Branch: refs/heads/master Commit: 32e9692539d24ae62bd7c400571f4946733ef905 Parents: cb69fd4 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 22 15:25:11 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 22 15:25:11 2016 +0000 ---------------------------------------------------------------------- taverna-commandline-product/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/32e96925/taverna-commandline-product/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml index 1071eda..ef1a4f1 100644 --- a/taverna-commandline-product/pom.xml +++ b/taverna-commandline-product/pom.xml @@ -25,9 +25,10 @@ <artifactId>apache-taverna-commandline</artifactId> <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <artifactId>taverna-command-line-product</artifactId> + <artifactId>taverna-commandline-product</artifactId> <name>Apache Taverna Commandline Product</name> - <packaging>taverna-application</packaging> + <!--<packaging>taverna-application</packaging> Disabled due to TAVERNA-924 --> + <packaging>jar</packaging> <profiles> <profile> <id>developer</id>
