diff options
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index a1aa4c95c4..bd343683b2 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -70,21 +70,6 @@ </plugin> </plugins> </pluginManagement> - </build> - - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>ECOMP Release Repository</name> - <url>${nexusproxy}${releaseNexusPath}</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>ECOMP Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> - </distributionManagement> - <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -112,4 +97,17 @@ </plugin> </plugins> </build> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}${snapshotNexusPath}</url> + </snapshotRepository> + </distributionManagement> </project>
\ No newline at end of file |