You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/04/30 12:32:37 UTC

svn commit: r770150 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Thu Apr 30 10:32:37 2009
New Revision: 770150

URL: http://svn.apache.org/viewvc?rev=770150&view=rev
Log:
JCR-2088: Drop Maven 1 compatibility

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=770150&r1=770149&r2=770150&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Apr 30 10:32:37 2009
@@ -94,18 +94,6 @@
           </execution>
         </executions>
       </plugin>
-      <!-- Interoperate with Maven 1 -->
-      <plugin>
-        <artifactId>maven-one-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>install-maven-one-repository</goal>
-            </goals>
-            <phase>install</phase>
-          </execution>
-        </executions>
-      </plugin>
       <!-- Generate aggregate Javadocs -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>