Skip to content

Commit 7e3b710

Browse files
Drop Maven Wrapper from project
1 parent a9270bb commit 7e3b710

File tree

8 files changed

+4
-604
lines changed

8 files changed

+4
-604
lines changed

.mvn/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
preserve .mvn directory

.mvn/wrapper/maven-wrapper.jar

-58.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ hard or to be honest impossible.
7171
## Releasing
7272

7373
* Make sure `gpg-agent` is running.
74-
* Execute `./mvnw -B release:prepare release:perform`
74+
* Execute `mvn -B release:prepare release:perform`
7575

7676
For publishing the site do the following:
7777

7878
```
7979
cd target/checkout
80-
../mvnw site
81-
../mvnw scm-publish:publish-scm
80+
mvn site
81+
mvn scm-publish:publish-scm
8282
```
8383

8484
for multi module site - we need two executions

mvnw

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)