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:35 UTC

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

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. -->