APPS-993 Fix conflicts during the release deploy phase

This commit is contained in:
Cezar.Leahu
2021-05-14 19:10:56 +03:00
parent 8310b734ec
commit 3e77bb533f

View File

@@ -293,18 +293,6 @@
<plugin>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>amp</goal>
</goals>
<configuration>
<attachClasses>true</attachClasses>
<attachConfig>true</attachConfig>
<includeDependencies>true</includeDependencies>
</configuration>
</execution>
</executions>
</plugin>
<plugin>