[ 
https://issues.apache.org/jira/browse/MEJB-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966075#comment-17966075
 ] 

Olivier Lamy commented on MEJB-27:
----------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-ejb-plugin#68|https://github.com/apache/maven-ejb-plugin/issues/68].
 

> duplicated ejb-jar.xml
> ----------------------
>
>                 Key: MEJB-27
>                 URL: https://issues.apache.org/jira/browse/MEJB-27
>             Project: Maven EJB Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>    Affects Versions: 2.0, 2.1
>         Environment: Windows XP, jdk 1.4.2, maven 2.0.7
>            Reporter: Stefan Chis
>            Priority: Major
>         Attachments: trainingwall_mdb-1.0.0.jar
>
>
> The ejb-jar.xml descriptor is duplicated in the generated jar file (the ejb 
> archive). The project is a J2EE multi-module project. The weird thing, is 
> this project is the only one affected, other J2EE multi-module project are 
> built just fine.
> Anyway, I am attaching the generated artifact, as evidence of the problem.
> Also, here is the relevant snippet from the child pom:
>     <resources>
>       <resource>
>         <directory>src/main/resources/meta-inf</directory>
>         <targetPath>meta-inf</targetPath>
>       </resource>
>     </resources>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-ejb-plugin</artifactId>
>         <configuration>
>           <archive>
>            <manifest>
>                <addClasspath>true</addClasspath>
>            </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
> Problem affects the versions 2.0, 2.1of the ejb plugin.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to