You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/09/20 23:39:40 UTC

svn commit: r448353 - in /myfaces/tobago/trunk: core/pom.xml pom.xml

Author: bommel
Date: Wed Sep 20 14:39:40 2006
New Revision: 448353

URL: http://svn.apache.org/viewvc?view=rev&rev=448353
Log:
cleanup poms

Modified:
    myfaces/tobago/trunk/core/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/pom.xml?view=diff&rev=448353&r1=448352&r2=448353
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Wed Sep 20 14:39:40 2006
@@ -226,6 +226,11 @@
             <executions>
               <execution>
                 <id>attach-tlddoc</id>
+                <goals><goal>taglibdocjar</goal></goals>
+                <configuration>
+                  <taglib.src.dir>${basedir}/target/generated-tld</taglib.src.dir>
+                  <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+                </configuration>
               </execution>
             </executions>
           </plugin>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=448353&r1=448352&r2=448353
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Sep 20 14:39:40 2006
@@ -533,20 +533,6 @@
             <jdkLevel>5.0</jdkLevel>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>net.sourceforge.maven-taglib</groupId>
-          <artifactId>maven-taglib-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>attach-tlddoc</id>
-              <goals><goal>taglibdocjar</goal></goals>
-              <configuration>
-                <taglib.src.dir>${basedir}/target/generated-tld</taglib.src.dir>
-                <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>