aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle
diff options
context:
space:
mode:
authoremaclee <lee.anjella.macabuhay@est.tech>2022-03-24 10:10:37 +0000
committeremaclee <lee.anjella.macabuhay@est.tech>2022-03-24 10:10:37 +0000
commit6cfd73e2e3c6553339d1a637d7ea4ce6764dd8f3 (patch)
tree75adbb19033b8d9b9f2fd334a055aeeda911bfe2 /checkstyle
parent0f7c7931929b019f74cc7a39ae9a64958cf54037 (diff)
Update maven build deploy version
Issue-ID: CPS-953 Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech> Change-Id: Icc79e3836a186a2a9ce79c0e97965bc7e1fbb347
Diffstat (limited to 'checkstyle')
-rw-r--r--checkstyle/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index 0c7b09da0..4e042e97d 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -34,6 +34,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>