Hello!
The question ist the following: can I somehow achieve that directory names in
the project generated with the archetype are passed as parameters? I'm talking
about something like this:
In the archetype:
resources/archetype-resources/src/test/java/$param1/App.java
Then you could generate your project like
mvn archetype:generate ... -Dparam1=serverutils
and you would end up having a directory + file like
src/test/java/serverutils/App.java
Is that possible with the archetype plug-in?
Thanks,
Agoston