Disable additional-install 39/93239/1
authorPatrick Brady <patrick.brady@att.com>
Fri, 9 Aug 2019 17:51:41 +0000 (10:51 -0700)
committerPatrick Brady <patrick.brady@att.com>
Fri, 9 Aug 2019 17:51:46 +0000 (10:51 -0700)
Add a plugin which will disable to additional-install
execution of the maven-install-plugin. This corrects
an issue where this plugin causes an error during
building on certain systems.

Change-Id: I90a13c2f18f65332a776646647f58fb4d10b1f00
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1699

binding-parent/pom.xml
bundle-parent/pom.xml
feature-repo-parent/pom.xml
odlparent-lite/pom.xml
pom.xml
single-feature-parent/pom.xml

index c25d200..89888a1 100644 (file)
@@ -167,4 +167,21 @@ limitations under the License.
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>
index 97292c7..70cac9a 100644 (file)
@@ -35,4 +35,20 @@ limitations under the License.
         <relativePath />
     </parent>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>
index 48c89b4..9dfd165 100644 (file)
@@ -49,4 +49,20 @@ limitations under the License.
         </dependencies>
     </dependencyManagement>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>
index 6877751..d8c6a71 100644 (file)
@@ -50,4 +50,20 @@ limitations under the License.
         </dependencies>
     </dependencyManagement>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>
diff --git a/pom.xml b/pom.xml
index d90f25d..27528e9 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,22 @@ limitations under the License.
         <relativePath />
     </parent>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
     <modules>
         <module>binding-parent</module>
         <module>bundle-parent</module>
index 6745cc8..32a06a1 100644 (file)
@@ -81,4 +81,21 @@ limitations under the License.
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>