-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As we dumped nx2 staging plugin, rename the profile ID to something more logical: "sisu-release".
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Releasing Sisu | ||
|
||
## Maven | ||
|
||
Note: Build uses latest `maven-gpg-plugin` and is getting rid "old bad practices" of storing sensitive information in | ||
any Maven configuration file. Hence, on Workstations, users are recommended to have GPG Agent set up and running, | ||
as plugin will make use of it to get the sensitive information. On unattended releases, the use of | ||
BouncyCastle signer is recommended, and use environment variables `MAVEN_GPG_KEY` and `MAVEN_GPG_PASSPHRASE` | ||
to pass over the key material and the passphrase to `maven-gpg-plugin`. | ||
See [maven-gpg-plugin site](https://maven.apache.org/plugins/maven-gpg-plugin/usage.html) for more information. | ||
|
||
### Release steps | ||
|
||
The "usual" Maven release: | ||
* `mvn release:prepare` | ||
* `mvn release:perform` | ||
* project uses https://oss.sonatype.org/ to stage (manual step: close and release staging repository) | ||
|
||
## Site | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters