Skip to content

tchaitrali/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-demo

Clone this to your workspace:

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

##Import to 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 (to produce a jar for instance):

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages