[
https://jira.jboss.org/jira/browse/JBIDE-4809?page=com.atlassian.jira.plu...
]
Fred Bricon commented on JBIDE-4809:
------------------------------------
This is a bug in m2e 0.10.0 (
https://issues.sonatype.org/browse/MNGECLIPSE-2155), nothing
to do with JBoss Tools.
As a workaround, you can force the bundleFileName in maven-ear-plugin :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<version>5</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
...
<modules>
...
<ejbModule>
<groupId>foo.bar</groupId>
<artifactId>ejb</artifactId>
<bundleFileName>ejb-{project.version}.jar</bundleFileName>
</ejbModule>
...
</modules>
</configuration>
</plugin>
Creating application.xml, jboss-app.xml and datasource files when
importing Maven EAR project
---------------------------------------------------------------------------------------------
Key: JBIDE-4809
URL:
https://jira.jboss.org/jira/browse/JBIDE-4809
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 3.1.0.M2
Reporter: Snjezana Peco
Assignee: Snjezana Peco
Fix For: 3.1.1
See
https://jira.jboss.org/jira/browse/JBIDE-4736?focusedCommentId=12481300#a...
and
http://archive.codehaus.org/lists/org.codehaus.m2eclipse.user/msg/4A8A60A...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira