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 2015/06/25 18:06:34 UTC

[1/2] incubator-taverna-language git commit: workaround DEPENDENCIES

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master 960d77a65 -> 4da64bfc7


workaround DEPENDENCIES

.. as DEPENDENCIES are injected in through parent settings


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

Branch: refs/heads/master
Commit: ab7ac8790071ca368114d94fa436147d4ce6e3b1
Parents: 960d77a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 25 17:05:10 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 25 17:05:10 2015 +0100

----------------------------------------------------------------------
 DEPENDENCIES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/ab7ac879/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..a9e7be2
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,4 @@
+Dependencies are declared within each Maven submodule.
+
+See */target/classes/META-INF/DEPENDENCIES
+after running: mvn process-resources


[2/2] incubator-taverna-language git commit: Ignore DEPENDENCIES for RAT

Posted by st...@apache.org.
Ignore DEPENDENCIES for RAT


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

Branch: refs/heads/master
Commit: 4da64bfc7827b1501dbe9d28d7e88bbf8b0f81fc
Parents: ab7ac87
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 25 17:06:19 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 25 17:06:19 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/4da64bfc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37b3946..e7a8821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,8 @@
 				<configuration>
 					<useDefaultExcludes>true</useDefaultExcludes>
 					<excludes>
+            <!--Just a META-INF file -->
+            <exclude>DEPENDENCIES</exclude>
 						<!-- Following excludes needed for taverna-scufl2-rdf,
 						taverna-scufl2-integration-tests and taverna-scufl2-validation-integration
 						subfolders that should be modules but are not. -->