I am making an archetype for my project. I added a requiredProperty named
serviceBaseName to make the default content of some Java files, e.g.:
package ${package};
/**
* Interface of the ${serviceBaseName} service
*/
public interface ${serviceBaseName}Service extends Service
{
...
But how can I get the archetype plugin to name this Java file something like
${serviceBaseName}Service.java or ${serviceBaseName}.java?
Thanks!
--
View this message in context:
http://www.nabble.com/Archetype%2C-define-file-name-tp18430983p18430983.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]