Skip to content

Commit

Permalink
MSLRES-4940 Add internal release instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav committed May 20, 2022
1 parent c73cc83 commit a2af902
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ To skip local test

in your terminal. The project will then be compiled and tested before finally being installed in your local repository.

## Making an internal release

You need to add the following to `settings.xml`
```xml
<server>
<id>clx-releases</id>
<username>******</username>
<password>******</password>
</server>
```
you then need to define the environment variables `REPO_URL` and `GPG_PASSPHRASE`.
Then you can make a release by running `./release.sh`

## Developing in Eclipse

To import the project into Eclipse it is necessary to install the m2e plugin and the m2e-apt connector. Both are
Expand Down

0 comments on commit a2af902

Please sign in to comment.