Added password and username for sonatype

This commit is contained in:
Marcin Grzejszczak
2019-09-10 17:55:17 +02:00
parent 8d6336c73f
commit e36da23f7c

View File

@@ -222,6 +222,8 @@
<argument>build</argument>
<argument>-PverifierVersion=${project.version}</argument>
<argument>-Pcentral</argument>
<argument>-PsonatypeUsername=${env.SONATYPE_USER}</argument>
<argument>-PsonatypePassword=${env.SONATYPE_PASSWORD}</argument>
<argument>publishPlugins</argument>
</arguments>
</configuration>