Maven skip tests

I am using Maven 2.2.1 and to build my project I used this command However, the build failed saying it couldn’t find one of the artifact. However, when I used: everything worked fine. So far I have been thinking that these 2 commands are equivalent. However, this link seems to suggest that -Dmaven.test.skip=true also skips … Read more