GH-18 - Polishing.

Switch to consistent usage of secrets via environment variables. Remove documentation generation from standard build. Some general POM polishing. A bit of release documentation.
This commit is contained in:
Oliver Drotbohm
2022-07-28 08:45:51 +02:00
parent 0fdabdb9e6
commit 3ab5072e1e
6 changed files with 53 additions and 11 deletions

View File

@@ -206,6 +206,9 @@ limitations under the License.
</goals>
</execution>
</executions>
<configuration>
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
</configuration>
</plugin>
</plugins>
</build>