-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
23 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
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# Releasing | ||
|
||
## Deploy Release to GitHub and Bintray | ||
## Deploy Release to GitHub | ||
|
||
Deployment to GitHub and Bintray should be done automatic. | ||
Deployment to GitHub should be done automatic. | ||
```bash | ||
mvn release:prepare release:perform | ||
``` | ||
|
||
## Deploy SNAPSHOT to GitHub | ||
Deploy SNAPSHOTs to Bintray is not possible. Therefore we skip bintray, when we deploy manuell to GitHub. | ||
```bash | ||
mvn clean deploy -Pskip-bintray | ||
mvn clean deploy | ||
``` |
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