aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/pom.xml')
-rw-r--r--ajsc-aai/pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 38dc9c9..524ebaf 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -566,13 +566,16 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>