Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jjYBdx4IL authored and jjYBdx4IL committed Aug 26, 2017
1 parent bfb8b15 commit 613ff7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ The maven release plugin has issues with releasing subfolders of git repositorie
```
# release plugin's pushChanges option is set to false!
mvn release:prepare
git push
git push --all
git push --tags
# now fix scm.url in release.properties manually! then run:
mvn release:perform
```
When the last step hangs (happends often after the first 4 files have been uploaded), interrupt it and
restart with "mvn clean && mvn release:perform".

0 comments on commit 613ff7d

Please sign in to comment.