diff options
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 0c7b09da04..4e042e97de 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> |