diff options
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 5e4ae95b..776795d9 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -122,6 +122,27 @@ </dependency> </dependencies> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <executions> + <execution> + <id>default-deploy</id> + <phase>none</phase> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${nexusproxy}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> </plugins> </build> |