Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
(Probably) due to Jelly issues, plugin pregoals are sometimes evaluated wrongly. In our case this causes a war goal to NOT call the necessary pregoal (java:jar-resources and even java:compile) when you skip running the tests (maven.test.skip=true). The problem does not occur with maven 1.02, and it does not occur when NOT skipping unit tests.
The issues can be verified by running:
maven -Dmaven.test,skip=true war on a web project
Issue Links
| This issue duplicates: | ||||
| MPTEST-66 | 1.8 version introduces bug in other plugins |
|
|
|
This goes for the ejb plugin as well. When running ejb:install with maven.test.skip=true no XML files are included in the META-INF directory of the resulting jar.