We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdca94 commit 1ecb5bcCopy full SHA for 1ecb5bc
1 file changed
pom.xml
@@ -536,6 +536,16 @@
536
<artifactId>maven-enforcer-plugin</artifactId>
537
<version>3.6.1</version>
538
</plugin>
539
+ <plugin>
540
+ <groupId>org.apache.maven.plugins</groupId>
541
+ <artifactId>maven-jar-plugin</artifactId>
542
+ <version>3.4.1</version>
543
+ </plugin>
544
545
+ <groupId>org.sonatype.plugins</groupId>
546
+ <artifactId>nexus-staging-maven-plugin</artifactId>
547
+ <version>1.7.0</version>
548
549
</plugins>
550
</pluginManagement>
551
<plugins>
0 commit comments