Skip to content

Commit e50c916

Browse files
committed
updating pom.xml
1 parent 5536d5e commit e50c916

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@
164164
</execution>
165165
</executions>
166166
</plugin>
167+
<plugin>
168+
<groupId>org.sonatype.central</groupId>
169+
<artifactId>central-publishing-maven-plugin</artifactId>
170+
<version>0.8.0</version>
171+
<extensions>true</extensions>
172+
<configuration>
173+
<publishingServerId>central</publishingServerId>
174+
<autoPublish>true</autoPublish> <!-- Optional -->
175+
</configuration>
176+
</plugin>
177+
178+
167179
<plugin>
168180
<groupId>org.apache.maven.plugins</groupId>
169181
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)