diff options
Diffstat (limited to 'aspectjtools/pom.xml')
-rw-r--r-- | aspectjtools/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 03bb6ed96..78b8539f5 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -258,6 +258,13 @@ </execution> </executions> </plugin> + + <!-- Deploy this module to Nexus (Sonatype OSSRH, releases promotable to Maven Central) --> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + </plugin> + </plugins> </build> |