Re: Can't change packageName

2009-12-10 Thread Anders Hammar
The book is wrong. -DpackageName=org.XXX.mavenbook should be -Dpackage=org.XXX.mavenbook. Please help improving the book by creating a jira for this! https://issues.sonatype.org/ /Anders On Wed, Dec 9, 2009 at 19:24, nklein norman.kl...@gmail.com wrote: I'm reading the Maven: Definitive Guide

Re: Can't change packageName

2009-12-10 Thread nklein
Anders Hammar wrote: The book is wrong. -DpackageName=org.XXX.mavenbook should be -Dpackage=org.XXX.mavenbook. Please help improving the book by creating a jira for this! https://issues.sonatype.org/ /Anders After updating this code to work with a Flex project (using

Re: Can't change packageName

2009-12-10 Thread Anders Hammar
I'm not sure, but I think that the package property is archetype specific. It's not listed on the archetype plugin doc site. If you specify what archetype you're using maybe someone knows. /Anders On Thu, Dec 10, 2009 at 19:01, nklein norman.kl...@gmail.com wrote: Anders Hammar wrote:

Can't change packageName

2009-12-09 Thread nklein
I'm reading the Maven: Definitive Guide book to set up a project. In this example from the book, I would like to change the packageName setting to XXX as seen below: mvn archetype:generate \ -DgroupId=org.sonatype.mavenbook \ -DartifactId=quickstart \ -Dversion=1.0-SNAPSHOT \