google Analytics

Sunday, August 15, 2010

Maven FAQ

1. Running Maven using own pom file

mvn clean package -f mypom.xml

2. Skipping Maven JUNIT Test Cases

mvn clean package -f mypom.xml -Dmaven.test.skip=true
or
mvn clean package -f mypom.xml -DskipTests=true

for more documentation refer:--
http://maven.apache.org/general.html

Anish

No comments:

Post a Comment