You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Lussmyer (JIRA)" <ji...@codehaus.org> on 2006/03/22 23:35:12 UTC

[jira] Created: (MECLIPSE-80) Be able to exclude specific projects from having Eclipse .project/.classpath generated for them

Be able to exclude specific projects from having Eclipse .project/.classpath generated for them
-----------------------------------------------------------------------------------------------

         Key: MECLIPSE-80
         URL: http://jira.codehaus.org/browse/MECLIPSE-80
     Project: Maven 2.x Eclipse Plugin
        Type: Improvement

    Reporter: John Lussmyer


We have a large tree of projects in Maven, and one or two leaf projects that just can NOT be built in Eclipse.
We do prefer to have the direct project dependencies, but we can't have them for these few "bad" leaf projects (that almost everybody depends on).
We'd prefer to be able to specify these projects to just NOT be handled by the Eclipse plugin, and all dependencies on them should refer to the repository .jar files.


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


[jira] Closed: (MECLIPSE-80) Be able to exclude specific projects from having Eclipse .project/.classpath generated for them

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-80?page=all ]

Kenney Westerhof closed MECLIPSE-80.
------------------------------------

    Resolution: Won't Fix

the reactor excludes is the proper solution as it only affects imports in eclipse. I'd hate to see custom
'skip this' configurations in POM files for all IDE's and their specific bugs.

> Be able to exclude specific projects from having Eclipse .project/.classpath generated for them
> -----------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-80
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-80
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>            Reporter: John Lussmyer
>
> We have a large tree of projects in Maven, and one or two leaf projects that just can NOT be built in Eclipse.
> We do prefer to have the direct project dependencies, but we can't have them for these few "bad" leaf projects (that almost everybody depends on).
> We'd prefer to be able to specify these projects to just NOT be handled by the Eclipse plugin, and all dependencies on them should refer to the repository .jar files.

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

        

[jira] Commented: (MECLIPSE-80) Be able to exclude specific projects from having Eclipse .project/.classpath generated for them

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-80?page=comments#action_69080 ] 

Kenney Westerhof commented on MECLIPSE-80:
------------------------------------------

You can run  mvn -r -Dmaven.reactor.excludes=path/to/leaf1/pom.xml,path/to/leaf2/pom.xml

> Be able to exclude specific projects from having Eclipse .project/.classpath generated for them
> -----------------------------------------------------------------------------------------------
>
>          Key: MECLIPSE-80
>          URL: http://jira.codehaus.org/browse/MECLIPSE-80
>      Project: Maven 2.x Eclipse Plugin
>         Type: Improvement

>     Reporter: John Lussmyer

>
>
> We have a large tree of projects in Maven, and one or two leaf projects that just can NOT be built in Eclipse.
> We do prefer to have the direct project dependencies, but we can't have them for these few "bad" leaf projects (that almost everybody depends on).
> We'd prefer to be able to specify these projects to just NOT be handled by the Eclipse plugin, and all dependencies on them should refer to the repository .jar files.

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