We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecd293 commit e729a9bCopy full SHA for e729a9b
pom.xml
@@ -67,6 +67,19 @@
67
</resources>
68
69
<plugins>
70
+ <plugin>
71
+ <!-- See https://central.sonatype.org/publish/publish-portal-maven/ for more details -->
72
+ <groupId>org.sonatype.central</groupId>
73
+ <artifactId>central-publishing-maven-plugin</artifactId>
74
+ <version>0.7.0</version>
75
+ <extensions>true</extensions>
76
+ <configuration>
77
+ <publishingServerId>central</publishingServerId>
78
+ <autoPublish>true</autoPublish>
79
+ <waitUntil>published</waitUntil>
80
+ <waitMaxTime>5400</waitMaxTime>
81
+ </configuration>
82
+ </plugin>
83
<plugin>
84
<artifactId>maven-surefire-plugin</artifactId>
85
<!-- bug introduced in 3.5.3 prevents surefire from communicating
0 commit comments