Skip to content

Commit 58fbd92

Browse files
committed
Fix maven central publishing
1 parent adef2c8 commit 58fbd92

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@
127127
</execution>
128128
</executions>
129129
</plugin>
130+
<plugin>
131+
<groupId>org.sonatype.central</groupId>
132+
<artifactId>central-publishing-maven-plugin</artifactId>
133+
<version>0.8.0</version>
134+
<extensions>true</extensions>
135+
<configuration>
136+
<publishingServerId>central</publishingServerId>
137+
</configuration>
138+
</plugin>
130139
</plugins>
131140
</build>
132141
</profile>

0 commit comments

Comments
 (0)