rat-ignore (public domain)
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/335831a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/335831a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/335831a1 Branch: refs/heads/cwl-browse Commit: 335831a1285a68f33149ff86a826cf7c58f97fc0 Parents: aff32db Author: Stian Soiland-Reyes <st...@apache.org> Authored: Thu Apr 28 16:57:49 2016 +0100 Committer: Stian Soiland-Reyes <st...@apache.org> Committed: Thu Apr 28 19:35:11 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/335831a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ea4a527..a42d071 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ <excludes combine.children="append"> <exclude>**/src/main/resources/META-INF/soap-encoding.xsd</exclude> <!-- W3C Software License (See NOTICE) --> <exclude>**/src/test/resources/test-spreadsheet*</exclude> <!-- Our own test spreadsheets --> + <exclude>**/src/main/resources/json2.js</exclude><!-- public domain --> </excludes> </configuration> </plugin>