You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2006/11/28 04:12:05 UTC

svn commit: r479870 - /struts/struts1/trunk/faces/pom.xml

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>