Hi,
This is not possible for now.
The archetype plugin does not do any property in propeties replacement.
Regards,
Raphaël
2008/7/11, Will Gomes <[EMAIL PROTECTED]>:
>
> Is it possible to provide default value for only a portion of ${package}
> property? I would like to do the something like the following:
>
> <requiredProperties>
> <requiredProperty key="myModule" />
> <requiredProperty key="myApp" />
> <requiredProperty key="package">
> <defaultValue>org.foo.bar.${myModule}.${myApp}</defaultValue>
> </requiredProperty>
> </requiredProperties>
>
> having resources
>
> src/main/java
> dao/MyDao.java
> Main.java
>
> to produce
>
> org.foo.bar.mymodule.myapp.dao.MyDao.java
> org.foo.bar.mymodule.myapp.Main.java
>
>
> --
> View this message in context:
> http://www.nabble.com/Archetype-Properties-and-Packaging-tp18406312p18406312.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>