Drop Maven Wrapper from project · mojohaus/versions@7e3b710 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -71,14 +71,14 @@ hard or to be honest impossible. | ||
| 71 | 71 | ## Releasing |
| 72 | 72 | |
| 73 | 73 | * Make sure `gpg-agent` is running. |
| 74 | -* Execute `./mvnw -B release:prepare release:perform` | |
| 74 | +* Execute `mvn -B release:prepare release:perform` | |
| 75 | 75 | |
| 76 | 76 | For publishing the site do the following: |
| 77 | 77 | |
| 78 | 78 | ``` |
| 79 | 79 | cd target/checkout |
| 80 | -../mvnw site | |
| 81 | -../mvnw scm-publish:publish-scm | |
| 80 | +mvn site | |
| 81 | +mvn scm-publish:publish-scm | |
| 82 | 82 | ``` |
| 83 | 83 | |
| 84 | 84 | for multi module site - we need two executions |