You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Diego Fernandez <df...@datatransfer.com.ar> on 2003/04/04 22:05:26 UTC

[Proposal] Split the eclipse:generate-project goal

The eclipse:generate-project generates the .project file and .classpath
files.
But some times is useful to re-generate only the .classpath while
keeping a custom .project.

eclipse --> calls eclipse:generate-project and
eclipse:generate-classpath
eclipse:generate-project --> generates the .project file
eclipse:generate-classpath (new) --> generates the .classpath file

What do you think?

Diego.-

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [Proposal] Split the eclipse:generate-project goal

Posted by Colin Sampaleanu <co...@exis.com>.
+1

Diego Fernandez wrote:

>The eclipse:generate-project generates the .project file and .classpath
>files.
>But some times is useful to re-generate only the .classpath while
>keeping a custom .project.
>
>eclipse --> calls eclipse:generate-project and
>eclipse:generate-classpath
>eclipse:generate-project --> generates the .project file
>eclipse:generate-classpath (new) --> generates the .classpath file
>
>What do you think?
>
>Diego.-
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


eclipse config guide

Posted by Ben Walding <de...@walding.com>.
Here is the "recommended" way to configure options within eclipse for 
developing maven.
(screenshots are v2.1)

http://projects.walding.com/ide/

All feedback appreciated (more config options, constructive critiscism etc)


Once we're relatively happy with it, I'll drop it into main site.


Cheers,

Ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [Proposal] Split the eclipse:generate-project goal

Posted by Ben Walding <de...@walding.com>.
Before we go down that path (which we probably will):

What do you have in your custom project that eclipse doesn't put there?

Diego Fernandez wrote:

>The eclipse:generate-project generates the .project file and .classpath
>files.
>But some times is useful to re-generate only the .classpath while
>keeping a custom .project.
>
>eclipse --> calls eclipse:generate-project and
>eclipse:generate-classpath
>eclipse:generate-project --> generates the .project file
>eclipse:generate-classpath (new) --> generates the .classpath file
>
>What do you think?
>
>Diego.-
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org