I have a src/main and src/test folders in my project. All the Test classes
will not pass if i execute them. But I still would want package my project
even if my Test  does not execute . When i run "mvn package" command, it
tries to execute my test which fails and will not allow me to create a jar.
Is there a way i can over ride this so that i can package atleast the files
under my src/main folder?

Thanks in advance.
Robin
--
View this message in context: 
http://www.nabble.com/Need-to-Package-w-o-executing-Test-t1438538.html#a3883045
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to