Skip to content

Commit

Permalink
Remove outdated release information from building guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Jan 9, 2024
1 parent c2ada8d commit f4f0a35
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ TIP: Maven places it's output in `target/`
| `mvn install -P-extras` |Avoids the extras profile disables the enforce plugin and generation of source jars, hence making builds run faster. Clearly, this option should not be used when making a release or publishing a snapshot.
|===============

NOTE: For non-snapshot releases (e.g., alphas, betas, release candidates and final releases) you should use the `bin/release.py` script.

=== Publishing releases to Maven

To be able to publish releases to Maven, you need to have the following in your `settings.xml` file:
Expand All @@ -55,9 +53,6 @@ Simply running

in the {brandname} root directory will deploy a snapshot.

==== Publishing releases
Use the `bin/release.py` script.

==== Contributing tests back to {brandname}
If you have written a functional, unit or stress test for {brandname} and want to contribute this back to {brandname}, your best bet is to link:https://github.com/infinispan/infinispan[fork the {brandname} sources on GitHub].
The test you would have prototyped and tested in an isolated project created using this archetype can be simply dropped in to {brandname}'s test suite.
Expand Down

0 comments on commit f4f0a35

Please sign in to comment.