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 af1b0b8 commit 4b25d8bCopy full SHA for 4b25d8b
1 file changed
pom.xml
@@ -178,10 +178,17 @@
178
<version>0.8.0</version>
179
<extensions>true</extensions>
180
<configuration>
181
-<!-- <publishingServerId>central</publishingServerId> -->
182
- <autoPublish>true</autoPublish>
183
- <tokenId>${env.CENTRAL_TOKEN_ID}</tokenId>
+ <publishingServerId>central</publishingServerId>
+ <tokenAuth>true</tokenAuth>
+<!-- <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
192
</configuration>
193
</plugin>
194
</plugins>
0 commit comments