Skip to content

Commit

Permalink
Improve the documentation for local builds
Browse files Browse the repository at this point in the history
It is not immediately clear where -DskipTests must be specified. Since
full-build.sh supports the --no-tests argument, advise developers to use
that.

Signed-off-by: Tommaso Fonda <tfonda@fbk.eu>
  • Loading branch information
tom-fonda authored and LorenzoBettini committed May 27, 2024
1 parent 4ea5f7f commit a821f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You're a committer if you have write-access to the Xtext git-repositories.
10. If the reviewer approves, merge.

## Create a Release Locally
1. Run the Maven build locally by calling the shell script [`full-build.sh`](https://github.com/eclipse/xtext/blob/main/full-build.sh). You may want to pass `-DskipTests` to skip all tests (keep in mind that with tests the build might take more than 1 hour).
1. Run the Maven build locally by calling the shell script [`full-build.sh`](https://github.com/eclipse/xtext/blob/main/full-build.sh). You may want to pass `--no-tests` to the script to skip all tests (keep in mind that with tests the build might take more than 1 hour).
2. Find the artifacts at `build/maven-repository` or `build/p2-repository` in a folder relative to the repository root.

## Consume the Latest Artifacts
Expand Down

0 comments on commit a821f43

Please sign in to comment.