summaryrefslogtreecommitdiffstats
path: root/cps-bom/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-03-25 14:03:47 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-25 14:03:47 +0000
commite0c5ae5aa0fdfbc2bd1cffb3d7e605b4819b00cd (patch)
tree7862434b1471ccf0f61261470b8c91004b850621 /cps-bom/pom.xml
parent274d161bc41b0d7525d46e7cf22478b4bcdd79c5 (diff)
parent6cfd73e2e3c6553339d1a637d7ea4ce6764dd8f3 (diff)
Merge "Update maven build deploy version"
Diffstat (limited to 'cps-bom/pom.xml')
-rw-r--r--cps-bom/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index 0325858b0..e46892695 100644
--- a/cps-bom/pom.xml
+++ b/cps-bom/pom.xml
@@ -37,6 +37,18 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
</properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<distributionManagement>
<repository>
<id>ecomp-releases</id>