On 18.01.2018, at 19:22, Marshall Schor <m...@schor.com> wrote:
> 
> Could build from command line with -Dmaven.skip.tests  except for one failure:
> 
> webanno-ui-curation has a "dependency" even if tests are being skipped on
> webanno-curation test jar.
> 
> Workaround: I built webanno-curation with testing, then resumed the other 
> build
> (without testing).

That should work if you use "-DskipTests" instead of "-Dmaven.skip.tests".
The former only skips the unit test. The latter skips the entire test phase
including the compilation and packaging of the test code/artifacts.

Cheers,

-- Richard

Reply via email to