ChrisGWarp wrote:
    Under Eclipse 3.2 (RSA V7) and the m2eclipse plugin
(0.9.3.20080421-2352), I have a library pom that aggregrates all of the jars
from the webspere v6.1 runtime.
[snip]
    When I get the m2 eclipse to add in this dependency, it considers it to
be a jar (that is what is shown in the add dependency dialog) and it adds
this:

        <dependency>
            <groupId>com.ibm.websphere.appserver</groupId>
            <artifactId>runtime</artifactId>
            <version>6.1</version>
        </dependency>

    It really needs to have <type>pom</pom> added to it, as that is the type
of this pom.
This been fixed in 0.9.4. You can get the last release candidate from update site at http://m2eclipse.sonatype.org/update-dev/
And in this instance it also needs a scope of provided. It
would be useful for the add dependency dialog to have a dropdown of the
available scopes to be added to the generated output as well.
 Please vote on http://jira.codehaus.org/browse/MNGECLIPSE-55
    Also, I just observed that with the add dependency, it correctly
recognises that it and it's dependencies have been added (shows in red, but
I would have used blue as red tends to indicate an error (which depending on
your perspective it may be)), but if I double click on the item it still
adds it again, so we end up with duplicate entries.
 If you don mind, can you please open JIRA issue for this.

 Thanks

 Eugene



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to