Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery authored Aug 30, 2021
1 parent f515d10 commit 00bd29e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ The code is developed using and tested with:

The `re3dragon` web application is build using `maven` as WAR-file.

For details have a look at [pom.xml](https://gitlab.rlp.net/mainzed/libraries/re3dragon/blob/master/pom.xml).
For details have a look at [pom.xml](https://github.com/RGZM/re3dragon/blob/master/pom.xml).

[Download](http://maven.apache.org/download.cgi) and [install](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) `maven` and [run](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) it.

## Setup

Download and install `maven`.

Run git clone `https://gitlab.rlp.net/mainzed/libraries/re3dragon.git` to create a local copy of this repository.
Run git clone `https://github.com/RGZM/re3dragon.git` to create a local copy of this repository.

Run `mvn install` to install all required dependencies.

Expand All @@ -36,14 +36,6 @@ Run the war-file as in Tomcat using Netbeans with `Run / Debug` or deploy it to

Running `mvn test` will run the unit tests with `JUnit`.

## Documentation

Look at [GitHub Pages](https://gitlab.rlp.net/mainzed/libraries/re3dragon) for the latest developer documentation like `maven` and `javadoc`.

## Developer Hints

Look at [Gist](https://gist.github.com/florianthiery/0f8c0c015555939c96eb13428bbf1cd4) hints for `Configurations for JAVA projects using Maven`.

## Developers

* Florian Thiery M.Sc. (RGZM)

0 comments on commit 00bd29e

Please sign in to comment.