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


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


Reply via email to