Skip to content

davidmoten/maven-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-demo

Clone this to your workspace:

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

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.

To edit this maven structured project in 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.

About

quick demo of a simple maven project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages