You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "nicolas de loof (JIRA)" <ji...@codehaus.org> on 2008/02/01 10:14:58 UTC

[jira] Closed: (MECLIPSE-79) exclude dependencies from the Classpath Container

     [ http://jira.codehaus.org/browse/MECLIPSE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nicolas de loof closed MECLIPSE-79.
-----------------------------------

         Assignee: nicolas de loof
       Resolution: Fixed
    Fix Version/s: 2.5

patch applied with minor change :

groupId artifactId separator changed to ":"  as this is the conventions used by other maven plugins (maven-assembly-plugin for example) :

<excludes>
    <exclude>junit:junit</exclude>
</excludes>

> exclude dependencies from the Classpath Container
> -------------------------------------------------
>
>                 Key: MECLIPSE-79
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-79
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Dependencies resolution and build path
>         Environment: Windows, Eclipse 3.1.2
>            Reporter: Martin Goldhahn
>            Assignee: nicolas de loof
>             Fix For: 2.5
>
>         Attachments: MECLIPSE-79.patch
>
>
> There are some dependencies that need to be in the POM in order to compile the project (e.g. javax.servlet). When I use Sysdeo's Tomcat plugin, I get an error because the servlet classes from the POM are included in the classpath via the classpath container.

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