Skip to content

Commit a8b96cb

Browse files
authored
Update pom.xml
1 parent f1c71c8 commit a8b96cb

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,9 @@
178178
<version>0.8.0</version>
179179
<extensions>true</extensions>
180180
<configuration>
181-
<publishingServerId>central</publishingServerId>
182-
<tokenAuth>true</tokenAuth>
183-
<!-- <publishingServerId>central</publishingServerId>
184-
<token>
185-
<id>${env.CENTRAL_TOKEN_ID}</id>
186-
<value>${env.CENTRAL_TOKEN_VALUE}</value>
187-
</token>
188-
-->
189-
<!-- <tokenId>${env.CENTRAL_TOKEN_ID}</tokenId>
190-
<tokenSecret>${env.CENTRAL_TOKEN_SECRET}</tokenSecret>
191-
-->
181+
<publishingServerId>central</publishingServerId>
182+
<tokenAuth>true</tokenAuth>
183+
<autoPublish>true</autoPublish>
192184
</configuration>
193185
</plugin>
194186
</plugins>

0 commit comments

Comments
 (0)