The plugin ignore my ejb-client dependency
------------------------------------------

                 Key: MWEBSTART-42
                 URL: http://jira.codehaus.org/browse/MWEBSTART-42
             Project: Maven 2.x Webstart Plugin
          Issue Type: Bug
            Reporter: benoit roger


For ejb client application dependency are typed as "ejb-client" to get only the 
client interfaces.

                 <dependency>
                        <groupId>mygroup</groupId>
                        <artifactId>service</artifactId>
                        <version>${pom.version}</version>
                        <scope>compile</scope>          
                        <type>ejb-client</type>
                </dependency>

But dependency not type as "jar" are ignored.

Maybe there should be an optional conf where you list the accepted type.

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