Re: Maven 2 Archetype how to define a different package

2012-02-28 Thread Wayne Fay
 Is there a way to use a different package variable than groupId. I want
 it to be groupId.artifactId so that the package structure have the
 artifactId.

Are you wanting this in your own personal/company archetype or one of
the publicly-available archetypes?

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven 2 Archetype how to define a different package

2012-02-28 Thread Néstor Boscán
I'm building my own archetype

On Tuesday, February 28, 2012, Wayne Fay wayne...@gmail.com wrote:
 Is there a way to use a different package variable than groupId. I
want
 it to be groupId.artifactId so that the package structure have the
 artifactId.

 Are you wanting this in your own personal/company archetype or one of
 the publicly-available archetypes?

 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Maven 2 Archetype how to define a different package

2012-02-26 Thread Néstor Boscán
Hi

Is there a way to use a different package variable than groupId. I want
it to be groupId.artifactId so that the package structure have the
artifactId.

Regards,

Néstor Boscán