Modify submodule deploy 25/525/1
authorSteve Smokowski <ss835w@att.com>
Thu, 16 Feb 2017 14:49:26 +0000 (09:49 -0500)
committerSteve Smokowski <ss835w@att.com>
Thu, 16 Feb 2017 14:49:31 +0000 (09:49 -0500)
Change-Id: Ia78c65292f0a33d1c3696a01b1b33cd4ac13f71d
Signed-off-by: Steve Smokowski <ss835w@att.com>
aai-schema/pom.xml
ajsc-aai/pom.xml
annotations/pom.xml
pom.xml

index be2cd29..450b13b 100644 (file)
                              </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>
index 38dc9c9..524ebaf 100644 (file)
                                        </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>
index af6bdbb..86dcecd 100644 (file)
             </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 (file)
--- a/pom.xml
+++ b/pom.xml
               </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>