[
http://jira.codehaus.org/browse/MNBMODULE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Robin Elmersson updated MNBMODULE-134:
--------------------------------------------------
Attachment: testcase-1-MNBMODULE-134.zip
Attached is 2 projects. The aggregate pom project and a NetBeans module.
>From what I gathered, when building the NetBeans module I expect the jboss
>artifact (a dependency in the aggregate pom) to be included in the netbeans
>module. This is the case when setting packaging to jar.
I hope this case better explains what I am trying to achieve.
> Using aggregate pom does not include transitive dependencies
> ------------------------------------------------------------
>
> Key: MNBMODULE-134
> URL: http://jira.codehaus.org/browse/MNBMODULE-134
> Project: Maven NetBeans Module Plugin
> Issue Type: Bug
> Affects Versions: 3.4
> Reporter: Christopher Robin Elmersson
> Assignee: Jesse Glick
> Priority: Minor
> Attachments: testcase-1-MNBMODULE-134.zip
>
>
> I have created an aggregate pom including various Jboss libraries needed to
> create a client communicating with a JBoss server.
> Including the pom like this:
> <dependency>
> <groupId>mygroup</groupId>
> <artifactId>jboss-client</artifactId>
> <version>1.0-SNAPSHOT</version>
> <type>pom</type>
> </dependency>
> the jar artifacts added as dependencies in the pom is not included in the
> list "Adding on module's Class-Path" and running the application yields class
> not found exceptions.
> Changing the packaging/type to jar, all dependencies are added and everything
> works as expected.
> Is this a bug or by design?
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email