[apt-jelly-users] specifying the location of the template
Brought to you by:
stoicflame
|
From: Rohnny M. <rm...@gm...> - 2006-12-14 15:36:54
|
Hi, I am using apt-jelly with maven 2 (with multiple modules). For now I specify in the pom for the modules that should be processed: .. <aptOptions>template=mytemplate.jelly</aptOptions> .. This works if I put the template in the root of my pom tree. I would like to put the template in a jar file, because that is cleaner and I dont want to put the template in more than one place. So, what I am trying to say is that it would be nice if I could use something like: <aptOptions>template=jar://template.jar!/mytemplate.jelly</aptOptions> Then I can just add a template.jar with the template inside as a dependency to pom module that needs it. Btw: Thanks for this great tool. Saves me from using many hours and frustration writing for loops in java. ;-) Best regards, Rohnny |