You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/06 19:46:48 UTC

svn commit: r1511050 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Tue Aug  6 17:46:47 2013
New Revision: 1511050

URL: http://svn.apache.org/r1511050
Log:
Aded the tools-maven-plugin dependency

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1511050&r1=1511049&r2=1511050&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Tue Aug  6 17:46:47 2013
@@ -100,6 +100,12 @@
             </excludes>
           </configuration>
          </plugin>
+
+         <plugin>
+          <groupId>org.apache.geronimo.genesis.plugins</groupId>
+          <artifactId>tools-maven-plugin</artifactId>
+          <version>1.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>