From: dion g. <dio...@us...> - 2003-04-13 01:51:21
|
diongillard 03/04/12 18:51:20 Modified: . maven.xml Log: Woops...artifactId not id Revision Changes Path 1.10 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- maven.xml 13 Apr 2003 01:50:16 -0000 1.9 +++ maven.xml 13 Apr 2003 01:51:20 -0000 1.10 @@ -53,7 +53,7 @@ </goal> <preGoal name="site"> - <j:if test="${pom.id == 'maven-plugins'}"> + <j:if test="${pom.artifactId == 'maven-plugins'}"> <attainGoal name="generate-navigation"/> </j:if> </preGoal> |