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/10/31 16:26:26 UTC

[1/2] incubator-taverna-language git commit: space indentation

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master a71c4e011 -> 7b70e6727


space indentation


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/8c6b8b8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/8c6b8b8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/8c6b8b8b

Branch: refs/heads/master
Commit: 8c6b8b8b06d40157ebaef7b394387c85f7250feb
Parents: a71c4e0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Oct 31 16:21:26 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Oct 31 16:21:26 2016 +0000

----------------------------------------------------------------------
 taverna-scufl2-api/pom.xml | 70 ++++++++++++++++++++---------------------
 1 file changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/8c6b8b8b/taverna-scufl2-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-api/pom.xml b/taverna-scufl2-api/pom.xml
index 4d98c3f..4e80979 100644
--- a/taverna-scufl2-api/pom.xml
+++ b/taverna-scufl2-api/pom.xml
@@ -16,39 +16,39 @@
    limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.taverna.language</groupId>
-		<artifactId>apache-taverna-language</artifactId>
-		<version>0.16.0-incubating-SNAPSHOT</version>
-	</parent>
-	<artifactId>taverna-scufl2-api</artifactId>
-	<packaging>bundle</packaging>
-	<name>Apache Taverna Scufl 2 API</name>
-	<description>Taverna workflow language API</description>
-	<dependencies>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${project.groupId}</groupId>
-			<artifactId>taverna-scufl2-ucfpackage</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-                <dependency>
-                        <groupId>com.fasterxml.jackson.core</groupId>
-                        <artifactId>jackson-core</artifactId>
-                </dependency>
-                <dependency>
-                        <groupId>com.fasterxml.jackson.core</groupId>
-                        <artifactId>jackson-databind</artifactId>
-                </dependency>
-	</dependencies>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.taverna.language</groupId>
+        <artifactId>apache-taverna-language</artifactId>
+        <version>0.16.0-incubating-SNAPSHOT</version>
+    </parent>
+    <artifactId>taverna-scufl2-api</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Taverna Scufl 2 API</name>
+    <description>Taverna workflow language API</description>
+    <dependencies>
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>taverna-scufl2-ucfpackage</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+        </dependency>
+    </dependencies>
 </project>


[2/2] incubator-taverna-language git commit: always build test-jar in scufl2-api

Posted by st...@apache.org.
always build test-jar in scufl2-api

as it is used by scufl2-wfdesc and wfbundle modules


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/7b70e672
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/7b70e672
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/7b70e672

Branch: refs/heads/master
Commit: 7b70e6727caf47bf326d1d0186dd308eeed798bf
Parents: 8c6b8b8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Oct 31 16:26:03 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Oct 31 16:26:03 2016 +0000

----------------------------------------------------------------------
 taverna-scufl2-api/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/7b70e672/taverna-scufl2-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-api/pom.xml b/taverna-scufl2-api/pom.xml
index 4e80979..4c0052a 100644
--- a/taverna-scufl2-api/pom.xml
+++ b/taverna-scufl2-api/pom.xml
@@ -51,4 +51,19 @@
             <artifactId>jackson-databind</artifactId>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <executions>
+            <execution>
+              <goals>
+                <goal>test-jar</goal>
+              </goals>
+            </execution>
+              </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>