[ 
http://jira.codehaus.org/browse/MEJB-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92148
 ] 

johan Eltes commented on MEJB-3:
--------------------------------

I'm on Maven 2.0.5. Although I've added the ejb plugin configuration stated 
above...

<build>
<plugins>
<plugin>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<archive>
<manifest>
<!-- include dependencies in manifest classpath -->
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>

... my dependencies don't get listed in the ClassPath: entry of the generated 
MANIFEST.MF. Is there anything else I need to do? Any specific scope to be 
defined for the dependencies?

> Add ejb bundle feature like in maven 1
> --------------------------------------
>
>                 Key: MEJB-3
>                 URL: http://jira.codehaus.org/browse/MEJB-3
>             Project: Maven 2.x Ejb Plugin
>          Issue Type: New Feature
>         Environment: windows
>            Reporter: Alexandre Vivien
>
> It could be nice if we could include dependencies in the ejb jar produce by 
> the ejb plugin. In fact, I think an ejb bundle feature like in Maven 1 will 
> be useful. We could use the dependencies scope or whatever. (Perhaps it can 
> be handy to add a new scope name "bundle" that could be use with ejb, war and 
> ear plugin ???? )
> Thanks.
> Alexandre Vivien

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to