Skip to content

Commit

Permalink
Cleanup of release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 14, 2024
1 parent dc68b60 commit 7683f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ This plugin generates a flattened version of your pom.xml and makes maven to ins
## Releasing

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

For publishing the site do the following:

```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
mvn site scm-publish:publish-scm
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/flatten-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/flatten-maven-plugin.git</developerConnection>
<tag>1.4.1</tag>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/flatten-maven-plugin/tree/master</url>
</scm>

Expand Down

0 comments on commit 7683f7b

Please sign in to comment.