Skip to content

Commit

Permalink
Create a generic README file.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Oct 23, 2023
1 parent d3edfe2 commit 1399a24
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= RESTEasy Development Tools

This project simply contains a parent POM, which is an extension of the `org.jboss:jboss-parent`, a checkstyle
configuration file and some IDE configuration files.

== Releasing

This project is released directly to Maven Central. See the https://central.sonatype.org/publish/publish-guide/[Sonatype]
documentation on how to set up your local environment.

[source,bash]
----
RELEASE_VERSION="<your-version>"
mvn release:prepare -DreleaseVersion="${RELEASE_VERSION}"
git checkout ${RELEASE_VERSION}
mvn clean deploy -Prelease -Pmaven-central-release
----

This should be released to https://s01.oss.sonatype.org/#stagingRepositories. Follow the Nexus release process to
complete the release.

0 comments on commit 1399a24

Please sign in to comment.