dion 2003/11/10 19:04:48 Modified: cruisecontrol/src/plugin-resources cruisecontrol.jsl Log: Map developer ids to emails Revision Changes Path 1.4 +6 -0 maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl Index: cruisecontrol.jsl =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cruisecontrol.jsl 11 Nov 2003 02:13:20 -0000 1.3 +++ cruisecontrol.jsl 11 Nov 2003 03:04:48 -0000 1.4 @@ -36,6 +36,12 @@ css="${maven.cruisecontrol.home}/reporting/jsp/css/cruisecontrol.css" xsldir="${maven.cruisecontrol.home}/reporting/jsp/xsl"> <!-- need to map ids to emails here --> + <j:set var="developers" value="${pom.developers}"/> + <j:if test="${!empty(developers)}"> + <j:forEach var="developer" items="${pom.developers}"> + <map alias="${developer.id}" address="${developer.email}"/> + </j:forEach> + </j:if> <failure address="${pom.build.nagEmailAddress}" /> </htmlemail> </publishers>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]