use packaged="true" [1]

Regards,

Hervé

[1] 
http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html

Le mardi 12 août 2014 16:58:53 TOM a écrit :
> I use mvn archetype:create-from-project to generate a archetype project.
> and use it to generate a project
> 
> the content of archetype file UserDTO(generaged by
> archetype:create-from-project)
> package ${package}.${artifactId}.dto;
> 
> then i mvn archetype:generate -DarchetypeArtifactId=myapp -DgroupId=test
> -DartifactId=good
> 
> then the generated UserDTO with correct package(package test.good.dto),
> but it is in src/main/java/test/dto , not expected
> src/main/java/test/good/dto
> 
> please help me and thank a lot
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to