Sometimes when I build project with maven make my work very complicated because a commmand :
$ mvn clean
after that I try build with
$mvn install
just make an error like this:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.715s
[INFO] Finished at: Thu Jul 07 10:34:01 WIT 2011
[INFO] Final Memory: 12M/29M
[INFO] ------------------------------------------------------------------------
and other
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
How to avoid deadlock because that? just try one this trick :
type:
mvn clean install -Dmaven.test.skip=true
I hope this work for u.
0 komentar:
Posting Komentar