aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-16 09:49:26 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-16 09:49:31 -0500
commit60f6b6f99c817dae97dd80fabb4a0e67b83a807e (patch)
tree0fa989af4a3000007e7427234034bb76b36f26b1
parenta0aa02105b43daa9233be08a1597c913008edadd (diff)
Modify submodule deploy
Change-Id: Ia78c65292f0a33d1c3696a01b1b33cd4ac13f71d Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--aai-schema/pom.xml10
-rw-r--r--ajsc-aai/pom.xml17
-rw-r--r--annotations/pom.xml10
-rw-r--r--pom.xml11
4 files changed, 40 insertions, 8 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index be2cd29..450b13b 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -87,6 +87,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>deploy</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<distributionManagement>
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>
diff --git a/annotations/pom.xml b/annotations/pom.xml
index af6bdbb..86dcecd 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -78,6 +78,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>deploy</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<distributionManagement>
diff --git a/pom.xml b/pom.xml
index 2078afe..355d68d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,16 @@
</dependency>
</dependencies>
</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>