fixed amp/jar deploy selection
This commit is contained in:
@@ -112,39 +112,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>conditional-maven-plugin</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>amp-install-phase</id>
|
||||
<phase>initialize</phase>
|
||||
<goals>
|
||||
<goal>boolean-property</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<booleanProperty>beedk.jar.notest.empty</booleanProperty>
|
||||
<trueValue>none</trueValue>
|
||||
<falseValue>install</falseValue>
|
||||
<newProperty>amp.install.phase</newProperty>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>amp-deploy-phase</id>
|
||||
<phase>initialize</phase>
|
||||
<goals>
|
||||
<goal>boolean-property</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<booleanProperty>beedk.jar.notest.empty</booleanProperty>
|
||||
<trueValue>none</trueValue>
|
||||
<falseValue>deploy</falseValue>
|
||||
<newProperty>amp.deploy.phase</newProperty>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Reference in New Issue
Block a user