Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

58364: BDE-195 Exclude tests in Maven build which are not executed in Ant


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61968 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 23:18:53 +00:00
parent 53366c7e59
commit 13589c4481

View File

@@ -311,7 +311,12 @@
<exclude>**/*SystemTest.*</exclude>
<exclude>**/org/alfresco/rest/api/tests/Test*.*</exclude> <!--included in ApiTest and TestCMISAPI -->
<exclude>**/org/alfresco/repo/cmis/ws/*Test.*</exclude>
<exclude>**/org/alfresco/repo/cmis/ws/test/QueryPagingTest.*</exclude>
<exclude>**/org/alfresco/repo/web/scripts/solr/SOLRWebScriptTest.*</exclude>
<exclude>**/org/alfresco/repo/web/scripts/calendar/CalendarRestApiTest.*</exclude>
<exclude>**/org/alfresco/repo/web/scripts/content/MimetypesGetTest.*</exclude>
<exclude>**/org/alfresco/repo/web/scripts/publishing/PublishingRestApiTest.*</exclude>
<exclude>**/org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.*</exclude>
<exclude>**/*$*</exclude>
</excludes>
</configuration>