Author: chetanm
Date: Sat Nov  5 09:31:28 2016
New Revision: 1768169

URL: http://svn.apache.org/viewvc?rev=1768169&view=rev
Log:
OAK-5054 - Disable oak-run build for Jackrabbit

Removed:
    jackrabbit/oak/trunk/oak-run/src/main/assembly/oak-run-jr2.xml
Modified:
    jackrabbit/oak/trunk/oak-run/pom.xml

Modified: jackrabbit/oak/trunk/oak-run/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/pom.xml?rev=1768169&r1=1768168&r2=1768169&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-run/pom.xml Sat Nov  5 09:31:28 2016
@@ -72,32 +72,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.8</version>
-        <executions>
-          <execution>
-            <id>copy</id>
-            <phase>package</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.lucene</groupId>
-                  <artifactId>lucene-core</artifactId>
-                  <version>3.6.0</version>
-                  <type>jar</type>
-                  <overWrite>false</overWrite>
-                  
<outputDirectory>${project.build.directory}/jr2</outputDirectory>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.4</version>
         <configuration>
@@ -123,18 +97,6 @@
               </descriptors>
             </configuration>
           </execution>
-          <execution>
-            <id>create-jr2</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/oak-run-jr2.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
         </executions>
       </plugin>
       <plugin>
@@ -454,16 +416,6 @@
 
   <profiles>
     <profile>
-      <id>jr2</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.lucene</groupId>
-          <artifactId>lucene-core</artifactId>
-          <version>3.6.0</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
       <!--
          oak-lucene embeds the Lucene jar. However when running in IDE
          the IDE use the module classpath. So need to explicitly list the


Reply via email to