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/03/08 02:37:41 UTC

[4/5] incubator-taverna-language git commit: rat check config updated

rat check config updated


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

Branch: refs/heads/master
Commit: 56d4145f6064d61b3701db2e7f9c3473a09fc175
Parents: 12d7fec
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Mar 8 01:32:50 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Mar 8 01:32:50 2015 +0000

----------------------------------------------------------------------
 pom.xml | 48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/56d4145f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9961461..67c4692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,27 +61,36 @@
 						<exclude>**/mimetype</exclude>
 						<!-- Effectively a binary format -->
 						<exclude>**/*.url</exclude>
-						<!-- The following schemas are W3C; automatic retrieval during build is 
-							blocked by their administrative processes, yet they are explicitly
-							standardised documents intended for wide use. Their licenses should
-							be standard W3C ones, but that's never stated explicitly by the W3C.
-							"Thanks!" -->
+						<!-- Cannot contain comments; content must match program output. -->
+						<exclude>/src/test/resources/org/apache/taverna/scufl2/api/io/HelloWorld.txt</exclude>
+						<exclude>/src/test/resources/as.txt</exclude>
+						<!-- Expanded data bundle. Generated. -->
+						<exclude>/src/test/resources/full-example/ebi-wfrun-2013-05-31/</exclude>
+
+            <!-- 
+                 Below exclusions are for 
+                 externally sourced/derived files 
+                 that must be acknowledged in 
+                 NOTICE (and/or */src/*/resources/META-INF/NOTICE)
+            -->
+
+            <!-- W3C license -->
 						<exclude>**/xml.xsd</exclude>
 						<exclude>**/xenc-schema.xsd</exclude>
 						<exclude>**/xmldsig-core-schema.xsd</exclude>
-						<!-- This refers to the FOAF spec, which is available online at
-							http://xmlns.com/foaf/spec/ and which uses the CC-BY-SA 1.0
-							license. The RDF downloadable from the site, of which this is a copy,
-							has no copyright statement at all in it. -->
+            <exclude>**/prov-o.rdf</exclude>
+            <exclude>**/prov-o.ttl</exclude>
+            <exclude>**/prov-aq.rdf</exclude>
+            <!-- W3C Community license -->
+            <!-- FOAF, Creative Commons Attribution 1.0 -->
+            <exclude>**/oa.rdf</exclude>
 						<exclude>**/foaf.rdf</exclude>
-						<!-- The following contain a mix of licenses. PROBLEM! -->
-						<exclude>/src/main/resources/ontologies/*.owl</exclude>
-						<exclude>/src/main/resources/ontologies/*.rdf</exclude>
-						<exclude>/src/main/resources/org/purl/wf4ever/wfdesc/roterms.ttl</exclude>
-						<exclude>/src/main/resources/org/purl/wf4ever/wfdesc/wf4ever.ttl</exclude>
-						<exclude>/src/main/resources/org/purl/wf4ever/wfdesc/wfdesc.ttl</exclude>
-						<exclude>/src/main/resources/org/purl/wf4ever/wfdesc/wfprov.ttl</exclude>
-						<exclude>/src/main/resources/org/w3/prov-o.ttl</exclude>
+            <!-- Research Object Model, Creative Commons Attribution 3.0 -->
+						<exclude>**/roterms.ttl</exclude>
+            <exclude>**/wf4ever.ttl</exclude>
+            <exclude>**/wfdesc.ttl</exclude>
+            <exclude>**/wfprov.ttl</exclude>
+
 						<!-- Various files used for testing and test support only. -->
 						<!-- THESE SUPPORT COMMENTS with # --><!--taverna-integration-test-->
 						<exclude>/src/test/resources/t172starterpacklist</exclude>
@@ -117,11 +126,6 @@
 						<exclude>/src/test/resources/rdf-in-example-annotation.t2flow</exclude>
 						<exclude>/src/test/resources/workflow10.xml</exclude>
 						<exclude>/src/test/resources/full-example/ebi_interproscan_newservices_900329.t2flow</exclude>
-						<!-- Cannot contain comments; content must match program output. -->
-						<exclude>/src/test/resources/org/apache/taverna/scufl2/api/io/HelloWorld.txt</exclude>
-						<exclude>/src/test/resources/as.txt</exclude>
-						<!-- Expanded data bundle. Generated. -->
-						<exclude>/src/test/resources/full-example/ebi-wfrun-2013-05-31/</exclude>
 					</excludes>
 				</configuration>
 			</plugin>