You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2007/07/10 01:28:13 UTC

[jira] Updated: (MECLIPSE-127) Ability to add other workspace configuration similar to add-maven-repo goal

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

Dan Tran updated MECLIPSE-127:
------------------------------

    Attachment: MECLIPSE-127.diff

The attached patch introduces eclipse:configure-workspace mojo which is the replacement of eclipse:add-maven-repo in addition to ability to load a eclipse code style file via URL into a workspace.

Test cases and update docs are included as well

Please review.  

Thanks

> Ability to add other workspace configuration similar to add-maven-repo goal
> ---------------------------------------------------------------------------
>
>                 Key: MECLIPSE-127
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-127
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>         Environment: xp
>            Reporter: Dan Tran
>             Fix For: 2.5
>
>         Attachments: MECLIPSE-127.diff
>
>
> add ability to configure code slyle, jvm, warning,etc
> We can create a new goal like eclipse:configure-workspace and merge add-maven-repo into it.
> We will need to a complex class for injection. This complex class will have the following property
>    String workspaceDirectory;  // if given, will trigger add-maven-repo 
>    String styleFile;  // if given, will trigger the settup of source format style file
>    etc,
> This will allow us to preconfigure eclispe configuration in the parent pom, and there for developers in a team will have the 
> same eclipse setup, rather manually configure it.
> WDYT?

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