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 f1c71c8 commit a8b96cbCopy full SHA for a8b96cb
1 file changed
pom.xml
@@ -178,17 +178,9 @@
178
<version>0.8.0</version>
179
<extensions>true</extensions>
180
<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
+ <publishingServerId>central</publishingServerId>
+ <tokenAuth>true</tokenAuth>
+ <autoPublish>true</autoPublish>
192
</configuration>
193
</plugin>
194
</plugins>
0 commit comments