diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-24 13:25:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-24 13:25:01 +0000 |
commit | 68afedb60bc41c4549259f8abd32d8bf204e21f3 (patch) | |
tree | e3e6464518cf985e15b80f7333f9eac39b1673f2 | |
parent | 4cdbbb912c262462c78afe0756677fde55b999e7 (diff) |
Add exclude for legal checks
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235244 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml b/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml index fc0cb0b4bc..b5130eab80 100644 --- a/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml @@ -67,6 +67,7 @@ <exclude>**/*.odg</exclude> <exclude>**/*.html</exclude> <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude> + <exclude>../../../../maven/archetypes/policy/src/test/resources/projects/basic/goal.txt</exclude> </excludes> </configuration> </plugin> |