Skip to content

Commit 6b000a6

Browse files
committed
Add missing nexus-staging-maven-plugin declaration
1 parent 729afb4 commit 6b000a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@
181181
<outputDirectory>target/site/jacoco</outputDirectory>
182182
</configuration>
183183
</plugin>
184+
<plugin>
185+
<groupId>org.sonatype.plugins</groupId>
186+
<artifactId>nexus-staging-maven-plugin</artifactId>
187+
</plugin>
184188
</plugins>
185189
</build>
186190
</project>

0 commit comments

Comments
 (0)