We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84f4e8 commit e2cbe9fCopy full SHA for e2cbe9f
pom.xml
@@ -81,7 +81,7 @@
81
<plugin>
82
<groupId>org.apache.maven.plugins</groupId>
83
<artifactId>maven-gpg-plugin</artifactId>
84
- <version>1.5</version>
+ <version>3.0.1</version>
85
<executions>
86
<execution>
87
<id>sign-artifacts</id>
@@ -92,6 +92,17 @@
92
</execution>
93
</executions>
94
</plugin>
95
+ <plugin>
96
+ <groupId>org.sonatype.central</groupId>
97
+ <artifactId>central-publishing-maven-plugin</artifactId>
98
+ <version>0.5.0</version>
99
+ <extensions>true</extensions>
100
+ <configuration>
101
+ <publishingServerId>sch</publishingServerId>
102
+ <autoPublish>false</autoPublish>
103
+ <tokenAuth>true</tokenAuth>
104
+ </configuration>
105
+ </plugin>
106
</plugins>
107
</build>
108
<distributionManagement>
0 commit comments