[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4809) Creating application.xml, jboss-app.xml and datasource files when importing Maven EAR project

Fred Bricon (JIRA) jira-events at lists.jboss.org
Tue Mar 23 19:36:45 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12521549#action_12521549 ] 

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#action_12481300 and http://archive.codehaus.org/lists/org.codehaus.m2eclipse.user/msg/4A8A60A6.9040905@redhat.com

-- 
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

        


More information about the jbosstools-issues mailing list