Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
added comments to build instructions to optionally deploy APT package…
Browse files Browse the repository at this point in the history
…s (needed for release)
  • Loading branch information
savageautomate committed Jan 28, 2021
1 parent c4cfd08 commit eb8d29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.INSTRUCTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use the following series of instructions to publish a public deployment of a rel

- remove "-SNAPSHOT" from all project pom.xml files

> mvn clean deploy -Drelease-build -Dgpg.passphrase=your-passphrase
> mvn clean deploy -Drelease-build -Dgpg.passphrase=your-passphrase -Pdeploy-apt-package
> mvn -N clean site -Pdeploy-site,publish-site

- create source tag for release
Expand Down

0 comments on commit eb8d29f

Please sign in to comment.