Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Nov 4, 2016
1 parent f64890e commit 82012e0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ Clone this to your workspace:

git clone https://github.com/davidmoten/maven-demo.git

To build from the command line:
##Import to Eclipse

cd maven-demo
mvn clean install

You'll see the tests have been run and a jar has been built and put in the *target* directory.

To edit this maven structured project in Eclipse:
To import this maven structured project into Eclipse:

* **File - Import - Maven - Existing Maven Projects**
* open the `maven-demo` folder and hit **Finish**

The project includes a dependency on *r-tree*, a main class `Thing` and a test class `ThingTest`.


##Build
To build from the command line:

cd maven-demo
mvn clean install

You'll see the tests have been run and a jar has been built and put in the *target* directory.

0 comments on commit 82012e0

Please sign in to comment.