aboutsummaryrefslogtreecommitdiffstats
path: root/asm-renamed/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asm-renamed/pom.xml')
-rw-r--r--asm-renamed/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/asm-renamed/pom.xml b/asm-renamed/pom.xml
index e62b98565..6a7b479b4 100644
--- a/asm-renamed/pom.xml
+++ b/asm-renamed/pom.xml
@@ -254,6 +254,12 @@
</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>