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/04 14:11:41 UTC

svn commit: r440045 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Mon Sep  4 05:11:40 2006
New Revision: 440045

URL: http://svn.apache.org/viewvc?view=rev&rev=440045
Log:
added version to jar and compiler plugin

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=440045&r1=440044&r2=440045
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon Sep  4 05:11:40 2006
@@ -293,6 +293,7 @@
     </plugins>
 
   </reporting>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -475,6 +476,20 @@
         <version>1.0.5-SNAPSHOT</version>
       </extension>
     </extensions>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.0.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <licenses>