only download WAR when using RAD or IT

This commit is contained in:
2021-10-28 16:59:07 -04:00
parent 9fe73068e8
commit a49c5a7dbb
3 changed files with 8 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.warDirectory}</outputDirectory>
<skip>${beedk.download.war.skip}</skip>
</configuration>
</execution>
</executions>
@@ -44,6 +45,7 @@
<properties>
<!-- configurable -->
<alfresco.war.groupId>org.alfresco</alfresco.war.groupId>
<beedk.download.war.skip>true</beedk.download.war.skip>
<beedk.download.war.phase>prepare-package</beedk.download.war.phase>
<project.build.warDirectory>${project.build.directory}/war</project.build.warDirectory>