-
Notifications
You must be signed in to change notification settings - Fork 31
Launch examples
Alberto Fanjul edited this page Jan 8, 2015
·
6 revisions
Welcome to the jmeld wiki!
If you find snapshots from readme interesting, just try it issuing:
-
Clone repo
$ git clone <repo> $ cd <repo>
-
Decompress test git repo included
$ cd src/test/resources/vcs $ unzip git.zip $ cd ../../../../
-
Define a jdk7 on enviroment var
JAVA_HOME
, compile and launch$ mvn clean install
$ mvnexec -CBDPaqf Vcs
-C
-B
-D
stands for --no-clean
, --no-build
, --no-dependencies
, see mvnexec
That will lauch org.jmeld.VcsComparison. It has a main method who expect to locate src/test/resources/vcs/git
repo