Skip to content

Commit 4b25d8b

Browse files
authored
Update pom.xml
1 parent af1b0b8 commit 4b25d8b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,17 @@
178178
<version>0.8.0</version>
179179
<extensions>true</extensions>
180180
<configuration>
181-
<!-- <publishingServerId>central</publishingServerId> -->
182-
<autoPublish>true</autoPublish>
183-
<tokenId>${env.CENTRAL_TOKEN_ID}</tokenId>
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>
184190
<tokenSecret>${env.CENTRAL_TOKEN_SECRET}</tokenSecret>
191+
-->
185192
</configuration>
186193
</plugin>
187194
</plugins>

0 commit comments

Comments
 (0)