Skip to content

Commit

Permalink
Drop Maven Wrapper from project
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 9, 2024
1 parent a9270bb commit 7e3b710
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 604 deletions.
1 change: 1 addition & 0 deletions .mvn/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
preserve .mvn directory
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
18 changes: 0 additions & 18 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ hard or to be honest impossible.
## Releasing

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

For publishing the site do the following:

```
cd target/checkout
../mvnw site
../mvnw scm-publish:publish-scm
mvn site
mvn scm-publish:publish-scm
```

for multi module site - we need two executions
316 changes: 0 additions & 316 deletions mvnw

This file was deleted.

Loading

0 comments on commit 7e3b710

Please sign in to comment.