BDE-73: add enterprise-remote-api in the report + workaround MDEP-98 encountered with Sonar

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@40489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Samuel Langlois
2012-08-16 09:13:41 +00:00
parent ccd1f23a41
commit 9c46a39cf9

13
pom.xml
View File

@@ -214,6 +214,19 @@
</configuration>
</plugin>
<!-- Create a jar of test classes, to be reused later in remote-api -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>create-test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- TODO Use wsdl2java to regenerate sources
<plugin>
<groupId>org.codehaus.mojo</groupId>