Remove tests when building WAR file

Hi there,

when I compile the ODK Aggregate project for postgresql using mvn install, the Maven program runs a sequence of very time-consuming tests which I'm not quite I understand anyway. Is there a way to modify the POM file to make sure mvn install doesn't run all the tests after it finishes building the WAR file?

Best wishes,

Lu

Hi Lu,

Try "mvn install -Dmaven.test.skip=true". That might work for you, so that
you don't have to pull the tests out of the POM file.

Best,

Chris

ยทยทยท On Sun, Aug 11, 2013 at 7:09 PM, wrote:

Hi there,

when I compile the ODK Aggregate project for postgresql using mvn install,
the Maven program runs a sequence of very time-consuming tests which I'm
not quite I understand anyway. Is there a way to modify the POM file to
make sure mvn install doesn't run all the tests after it finishes building
the WAR file?

Best wishes,

Lu

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.