Re: [Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-17 Thread Andrea Aime
Saul Farber ha scritto: > andrea, > > this command worked for me on trunk in the last few days: > > mvn -Dmaven.test.skip -Declipse.projectNameTemplate="1.6.x-[artifactId]" > eclipse:clean eclipse:eclipse > > could it be the 'eclipse.' in front of the projectNameTemplate? It is... silly me, I n

Re: [Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-16 Thread Saul Farber
andrea, this command worked for me on trunk in the last few days: mvn -Dmaven.test.skip -Declipse.projectNameTemplate="1.6.x-[artifactId]" eclipse:clean eclipse:eclipse could it be the 'eclipse.' in front of the projectNameTemplate? --saul On Wed, 2008-04-16 at 15:08 +0200, Andrea Aime wrote:

[Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-16 Thread Andrea Aime
Hi, I'm trying to recreated the geotools projects as suggested by the wiki at: http://docs.codehaus.org/display/GEOT/2.5.8+Maven+Eclipse+Plugin+Goals But the names generated are still plain, prefix-less. To make extra sure I run the following: mvn eclipse:clean mvn eclipse:eclipse -DprojectNameTe