Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When using the jar plugin, outputDirectory is being cerated prior to creating the jar.
The ejb plugin however fails if specifying an outputDirectory which does not exist -
So, specifying something like ${project.build.directory}/jar will always fail after a clean.
Can you give us a complete pom.xml that we can use to test this?