Re: Using Maven to Rename a Package

2007-06-29 Thread Steven Rowe
Hi Jason, Ferguson, Jason M TSgt 375 CSPTS/SCE wrote: > > > initialize > > > run > The tag should not be inside the - move the tag below the line

RE: Using Maven to Rename a Package

2007-06-29 Thread Ferguson, Jason M TSgt 375 CSPTS/SCE
From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 12:55 AM To: Maven Users List Subject: Re: Using Maven to Rename a Package Hi, as far as I can tell you can't do this with the current archetype plugin. However, there is currently a successor in development over at t

Re: Using Maven to Rename a Package

2007-06-28 Thread Tim Kettler
Hi, as far as I can tell you can't do this with the current archetype plugin. However, there is currently a successor in development over at the mojo project that should support this kind of things. Currently no website is set up for it and I can't tell if there are any binary releases of it

Using Maven to Rename a Package

2007-06-28 Thread Ferguson, Jason M TSgt 375 CSPTS/SCE
Sorry, I'm a newbie at Maven 2, I admit it. I have a project template that I use for all new development projects. The package directory (under the java directory) will look like this: org.jason.sample.dao org.jason.sample.service org.jason.sample.model org.jason.sample.web (etc) My test di