Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roclas committed Nov 9, 2012
1 parent 629c44e commit 58b7daf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ pomParser creates an html document showing your POM dependency trees, whith hype
where you can search and navigate both ways:
which projects depend on certain project, and on which projects depends certain project


<br /><br />

OPTION A (IF YOU DON'T WANT TO COMPILE THE SOURCES):

Steps:
1)just get the latest jar from https://github.com/roclas/pomParser/blob/master/target/pom_parser-1.0.jar and use it like this:
java -jar pom_parser-X.X.jar _origin_dir_where_all_your_poms_are_ _dest_dir_where_the_graph_goes_

1)just get the latest jar from https://github.com/roclas/pomParser/raw/master/target/pom_parser-1.0.jar and use it like this:
java -jar pom_parser-X.X.jar _origin_dir_where_all_your_poms_are_ _dest_dir_where_the_graph_goes_

<br /><br />

OPTION B (THE "HARD WAY", you compile all the code):

Steps:

1)put the project into a folder and compile it with maven:
Expand Down

0 comments on commit 58b7daf

Please sign in to comment.