Update aggregator POMs 57/108457/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Mon, 16 Oct 2023 13:53:32 +0000 (15:53 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Mon, 16 Oct 2023 13:53:32 +0000 (15:53 +0200)
Disable artifact processing for aggregator POM that don't produce any
useful artifact.

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I6862c9ab76bdf802aa3402f05d6d038997f4aabf

features/pom.xml

index 3b7e5ddc1e49f91216d326573092c0e96071b2e3..74f6636f234c701564e4ac90a83b7664deebc376 100644 (file)
@@ -31,4 +31,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>odl-transportpce-dmaap-client</module>
     <module>odl-transportpce-swagger</module>
   </modules>
+
+  <build>
+    <plugins>
+      <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-install-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>