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 2009/02/11 09:39:59 UTC

svn commit: r743272 - in /myfaces/tobago/trunk: core/pom.xml extension/tobago-taglib-extension/pom.xml pom.xml sandbox/pom.xml tobago-jsf-compat/pom.xml

Author: bommel
Date: Wed Feb 11 08:39:59 2009
New Revision: 743272

URL: http://svn.apache.org/viewvc?rev=743272&view=rev
Log:
enforcer plugin -> setting plugin version

Modified:
    myfaces/tobago/trunk/core/pom.xml
    myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/sandbox/pom.xml
    myfaces/tobago/trunk/tobago-jsf-compat/pom.xml

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/pom.xml?rev=743272&r1=743271&r2=743272&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Wed Feb 11 08:39:59 2009
@@ -243,7 +243,6 @@
       <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>
@@ -284,7 +283,6 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.4.2</version>
       <scope>test</scope>
     </dependency>
 

Modified: myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml?rev=743272&r1=743271&r2=743272&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml Wed Feb 11 08:39:59 2009
@@ -120,7 +120,6 @@
       <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>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=743272&r1=743271&r2=743272&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Feb 11 08:39:59 2009
@@ -473,6 +473,12 @@
         <scope>provided</scope>
         <version>1.2.1</version>
       </dependency>
+      <dependency>
+        <groupId>maven-taglib</groupId>
+        <artifactId>maven-taglib-plugin</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -524,6 +530,9 @@
                   <message>Best Practice is to always define plugin versions!</message>
                   <banLatest>true</banLatest>
                   <banRelease>true</banRelease>
+                  <unCheckedPlugins>
+                    <unCheckedPlugin>org.apache.myfaces.tobago:maven-theme-plugin</unCheckedPlugin>
+                  </unCheckedPlugins>
                 </requirePluginVersions>
                 <requireJavaVersion>
                   <message>Tobago must be compiled with Java 5 or higher</message>
@@ -716,6 +725,11 @@
           <artifactId>maven-antrun-plugin</artifactId>
           <version>1.3</version>
         </plugin>
+        <plugin>
+          <groupId>net.sourceforge.maven-taglib</groupId>
+          <artifactId>maven-taglib-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: myfaces/tobago/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/pom.xml?rev=743272&r1=743271&r2=743272&view=diff
==============================================================================
--- myfaces/tobago/trunk/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/sandbox/pom.xml Wed Feb 11 08:39:59 2009
@@ -344,8 +344,6 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.4.2</version>
-      <scope>test</scope>
     </dependency>
   </dependencies>
 

Modified: myfaces/tobago/trunk/tobago-jsf-compat/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-jsf-compat/pom.xml?rev=743272&r1=743271&r2=743272&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-jsf-compat/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-jsf-compat/pom.xml Wed Feb 11 08:39:59 2009
@@ -98,8 +98,6 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.4.2</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>javax.portlet</groupId>