only download WAR when using RAD or IT

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

View File

@ -59,6 +59,7 @@
<project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory> <project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory>
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<beedk.download.war.skip>false</beedk.download.war.skip>
<beedk.download.war.phase>pre-integration-test</beedk.download.war.phase> <beedk.download.war.phase>pre-integration-test</beedk.download.war.phase>
</properties> </properties>
</profile> </profile>

View File

@ -11,6 +11,11 @@
<name>rad</name> <name>rad</name>
</property> </property>
</activation> </activation>
<properties>
<!-- configuring beedk-acs-webapp-artifact-tile -->
<beedk.download.war.skip>false</beedk.download.war.skip>
<beedk.download.war.phase>generate-resources</beedk.download.war.phase>
</properties>
<build> <build>
<plugins> <plugins>
<!-- This plugin downloads the dependency AMPs --> <!-- This plugin downloads the dependency AMPs -->
@ -64,9 +69,6 @@
<properties> <properties>
<!-- configurable --> <!-- configurable -->
<project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory> <project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory>
<!-- configuring beedk-acs-webapp-artifact-tile -->
<beedk.download.war.phase>generate-resources</beedk.download.war.phase>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

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