Re: APT and repeating values

2007-11-14 Thread Mattux
Hi, i'm using 2.0-beta-6-SNAPSHOT. Also, if you want to use properties from the pom in your apt files (eg ${project.artifactId}) you need to rename your .apt to .vm. I hope that could help you, dont hesitate if you need more informations Marat Radchenko-2 wrote: Hi, Mattux! Could you

APT and repeating values

2007-11-13 Thread Mattux
Hi all, I would like to know if there is a way to list repeating values like contributors in my own apt file, using mvn site to generate apt to html. Cheers -- View this message in context: http://www.nabble.com/APT-and-repeating-values-tf4797176s177.html#a13723901 Sent from the Maven - Users

Re: APT and repeating values

2007-11-13 Thread Mattux
I found the solution, cheers #foreach( $contributor in $project.contributors ) $contributor.name #end Mattux wrote: Hi all, I would like to know if there is a way to list repeating values like contributors in my own apt file, using mvn site to generate apt to html. Cheers