You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Gilles Scokart (JIRA)" <ji...@codehaus.org> on 2006/03/03 10:29:14 UTC

[jira] Created: (MECLIPSE-74) Workspace inspection when adding a project

Workspace inspection when adding a project
------------------------------------------

         Key: MECLIPSE-74
         URL: http://jira.codehaus.org/browse/MECLIPSE-74
     Project: Maven 2.x Eclipse Plugin
        Type: New Feature

    Versions: 2.1    
    Reporter: Gilles Scokart


The eclipse plugin should lookup which project is present in a workspace and update/create the project in function of what is already present.

*Scénario 1* : Module A use module B.  Module B is already present as a project in the workspace.  When adding A, the created project A should be dependent of the project B instead of dependent of the jar in the repository.

*Scénario 2* : idem, but A is first added, then B.  When B is added, the project A is updated in order to be dependent of B instead of the jar in the repository.

*Scénario 3* : Add a goal to remove a project (and update dependencies accordingly).
    
Of curse all those scenario should take into account the version numbers present in the poms inside the project.

This is an alternative to MECLIPSE-32 .

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org