Skip to content

Commit

Permalink
just a "clearer" explanation of the software
Browse files Browse the repository at this point in the history
  • Loading branch information
roclas committed Nov 8, 2012
1 parent b33e57b commit 0648665
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ 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

OPTION A (THE "HARD WAY"):


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-X.X.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_



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

1)put the project into a folder and compile it with maven:
Expand All @@ -20,13 +29,6 @@ mvn install
3)get the 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_

And that's it, you'll get a nice html document that will help you understand better how your poms are related to each other.


OPTION B (IF YOU DON'T WANT TO COMPILE THE SOURCES):
Steps:
1)just get the 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_



And that's it, you'll get a nice html document that will help you understand better how your poms are related to each other.

0 comments on commit 0648665

Please sign in to comment.