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 2007/09/21 16:50:19 UTC

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

Author: bommel
Date: Fri Sep 21 07:50:18 2007
New Revision: 578154

URL: http://svn.apache.org/viewvc?rev=578154&view=rev
Log:
minor cleanup and maven-taglib-plugin version 2.3.1

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

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/pom.xml?rev=578154&r1=578153&r2=578154&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Fri Sep 21 07:50:18 2007
@@ -61,6 +61,7 @@
           <execution>
             <id>tobago-tlds</id>
             <goals><goal>execute</goal></goals>
+            <phase>compile</phase>
             <configuration>
               <targetFiles>
                 <targetFile>org/apache/myfaces/tobago/taglib/component/tobago.tld</targetFile>
@@ -124,9 +125,11 @@
       <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
+        <version>2.3.1</version>
         <configuration>
           <taglib.src.dir>${project.build.directory}/generated-tld</taglib.src.dir>
           <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
+          <parseHtml>true</parseHtml>
         </configuration>
       </plugin>
 
@@ -213,6 +216,13 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>
+    <!--dependency>
+      <groupId>org.apache.shale</groupId>
+      <artifactId>shale-test</artifactId-->
+      <!--version>1.0.4</version-->
+      <!--version>1.1.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency-->
 
   </dependencies>
 
@@ -269,6 +279,7 @@
           <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
+            <version>2.3.1</version>
             <configuration>
               <taglib.src.dir>${project.build.directory}/generated-tld</taglib.src.dir>
               <tldDocDir>${project.build.directory}/tlddoc</tldDocDir>