Maven build fails if -Dmaven.test.skip=true
-------------------------------------------
Key: OPENJPA-512
URL: https://issues.apache.org/jira/browse/OPENJPA-512
Project: OpenJPA
Issue Type: Bug
Components: build / infrastructure
Affects Versions: 1.0.1, 1.0.0, 0.9.7, 0.9.6, 0.9.0
Reporter: Michael Dick
Assignee: Michael Dick
Priority: Trivial
Fix For: 1.1.0
Per Rahul Thakur's email to the dev mailing list the build fails if the
maven.test.skip property is set to true. None of the source files in
src/test/java are compiled when this flag is set, causing the PCEnhancer to
fail, and the subsequent build to fail.
Running mvn -Dtest=false clean test will still compile the testcases, but won't
run any of the tests. This property can be used as a workaround for the
problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.