You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "haim ra (JIRA)" <ji...@codehaus.org> on 2008/12/10 15:06:19 UTC

[jira] Commented: (MASSEMBLY-362) Not able to include ejb-client artifact in jar-with-dependencies

    [ http://jira.codehaus.org/browse/MASSEMBLY-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157557#action_157557 ] 

haim ra commented on MASSEMBLY-362:
-----------------------------------

Any workaround?

> Not able to include ejb-client artifact in jar-with-dependencies
> ----------------------------------------------------------------
>
>                 Key: MASSEMBLY-362
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-362
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-2
>            Reporter: Henrik Brautaset Aronsen
>
> The assembly:assembly target with jar-with-dependencies does not include my ejb-client dependency.  The jar dependencies are included.  I've tried specifiying my own assembly.xml, but the artifact isn't included nonetheless:
> assembly.xml:
> {code}<includes>
>    <include>mygroup:myartifact-ejb</include>
> </includes>
> {code}
> pom.xml:
> {code}<dependency>
>    <groupId>mygroup</groupId>
>    <artifactId>myartifact-ejb</artifactId>
>    <type>ejb-client</type>
> </dependency>
> {code}
> I've also tried {{mygroup:myartifact-ejb:*}}, {{mygroup:myartifact-ejb:ejb-client}} and a couple of other combinations.  Maven still complains:
> {code}[WARNING] The following patterns were never triggered in this artifact inclusion filter:
> o  'mygroup:myartifact-ejb'
> {code}

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