only download WAR when using RAD or IT
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user