You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/02/02 22:20:36 UTC

svn commit: r502777 - /incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml

Author: matzew
Date: Fri Feb  2 14:20:36 2007
New Revision: 502777

URL: http://svn.apache.org/viewvc?view=rev&rev=502777
Log:
fixing the qdox issue on the plugins release branch.

Modified:
    incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml

Modified: incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml?view=diff&rev=502777&r1=502776&r2=502777
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml (original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml Fri Feb  2 14:20:36 2007
@@ -43,6 +43,11 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
     </plugins>
   </build>