-
Notifications
You must be signed in to change notification settings - Fork 56
Краткое введение в maven
wizardjedi edited this page Jan 20, 2013
·
14 revisions
$ mvn exec:java -Dexec.mainClass="com.company.App"
$ mvn clean
$ mvn clean install
$ mvn test
$ mvn -Dtest=testClass test
$ mvn -Dtest=testClass#testSomeMethod test
$ mvn -Dtest=testClass#test*Method test