Author: pbenedict Date: Mon Nov 27 19:12:04 2006 New Revision: 479870 URL: http://svn.apache.org/viewvc?view=rev&rev=479870 Log: STR-2979: Faces build causes NPE with maven-taglib-plugin
Modified: struts/struts1/trunk/faces/pom.xml Modified: struts/struts1/trunk/faces/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/faces/pom.xml?view=diff&rev=479870&r1=479869&r2=479870 ============================================================================== --- struts/struts1/trunk/faces/pom.xml (original) +++ struts/struts1/trunk/faces/pom.xml Mon Nov 27 19:12:04 2006 @@ -117,6 +117,8 @@ <reporting> <plugins> + <!-- + STR-2979: Faces build causes NPE with maven-taglib-plugin <plugin> <groupId>net.sourceforge.maven-taglib</groupId> <artifactId>maven-taglib-plugin</artifactId> @@ -124,6 +126,7 @@ <taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir> </configuration> </plugin> + --> </plugins> </reporting>