Le 26.05.2010 09:47, A. Fuat Sungur a écrit :
Hi,

i am new user of maven and i confess that i like it. its Very handy tool . i
have a question, building a jar file takes too much time because of junit
test are being performed. how can i build a jar file without doing junit
test?

thanks
Hello,

You can use the |-Dmaven.test.skip=true| or |-DskipTests=true| options in your command line, as described here:
http://maven.apache.org/general.html#skip-test

Don't hesitate to check online FAQ & documentation to discover features and tips. ;-)

--
Raphaël Flores
Téléphone : 01 69 33 23 76
UMR de Génétique Végétale, INRA, Univ. Paris-Sud,
CNRS, AgroParisTech,  F-91190 Gif-sur-Yvette, France

Reply via email to