summaryrefslogtreecommitdiffstats
path: root/aai-annotations/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-annotations/pom.xml')
-rw-r--r--aai-annotations/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index 214e5bd5..c05cd3ad 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/pom.xml
@@ -127,6 +127,29 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <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>
<distributionManagement>