Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Pierre-Arnaud Marcelot
Hi Dev, Eclipse is great but it has one major drawback for me (and others too I believe), that's it's inability to import the same project twice in the workspace. Now, by "the same project" I don't mean the exact same project (which would not make much sense) but I mean the same project but fr

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Kiran Ayyagari
pretty cool, been there and had my version of issues :) +1 from my side thanks Pierre-Arnaud On Wed, Feb 23, 2011 at 6:24 PM, Pierre-Arnaud Marcelot wrote: > Hi Dev, > Eclipse is great but it has one major drawback for me (and others too I > believe), that's it's inability to import the same pro

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Stefan Seelmann
+1, I used the projectNameTemplate in my previous work project where it worked great. Kind Regards, Stefan On Wed, Feb 23, 2011 at 1:54 PM, Pierre-Arnaud Marcelot wrote: > Hi Dev, > Eclipse is great but it has one major drawback for me (and others too I > believe), that's it's inability to imp

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Alex Karasulu
Yeah that's a neat solution. +1 I'm gonna try it after you commit. Thanks, Alex On Wed, Feb 23, 2011 at 9:01 PM, Stefan Seelmann wrote: > +1, I used the projectNameTemplate in my previous work project where > it worked great. > > Kind Regards, > Stefan > > > On Wed, Feb 23, 2011 at 1:54 PM, Pie

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-24 Thread Emmanuel Lecharny
On 2/23/11 1:54 PM, Pierre-Arnaud Marcelot wrote: Hi Dev, Eclipse is great but it has one major drawback for me (and others too I believe), that's it's inability to import the same project twice in the workspace. Now, by "the same project" I don't mean the exact same project (which would not

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-25 Thread Pierre-Arnaud Marcelot
Done! http://svn.apache.org/viewvc?rev=1074434&view=rev I noticed we have a few other profiles in the 'project' pom.xml, 'release' and 'full' profiles. Here they are: > > release > > > > > > > > org.apache.maven.plugins > maven-release-plugin > > false > deploy > -Prelease ${release.a

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-25 Thread Pierre-Arnaud Marcelot
On vendredi 25 février 2011 at 09:30, Pierre-Arnaud Marcelot wrote: Done! > > http://svn.apache.org/viewvc?rev=1074434&view=rev > > I noticed we have a few other profiles in the 'project' pom.xml, 'release' > and 'full' profiles. > Here they are: > > > > > release > > > > > > > > > > > >