mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
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:
13
pom.xml
13
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user