Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Labels:None
-
Environment:Mac OS X 10.3.4, JDK 1.4.2_03, Maven 1.0
-
Number of attachments :
Description
The <deploymentDescriptor name="ejb-jar.xml" url is hard coded to file://$MODULE_DIR$/src/ejb/META-INF/ejb-jar.xml.
The $
{maven.ejb.src}property is thus not taken into consideration, and if you have your ejb sources elsewhere than src/ejb, the Idea module file is incorrect.
I'll attach a patch that fixes the problem.
Patch that fixes the ejb-jar.xml hardcoded url issue.
Patch is relative to maven-plugins/idea directory