Blob Blame History Raw
From c582282bd0742ea950c644d2954e5e65980fc4d5 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 24 Jan 2012 10:33:17 +0100
Subject: [PATCH 1/8] Remove javadoc execution

We generate javadoc as a separate step
---
 jetty-aggregate/jetty-all/pom.xml |   13 -------------
 jetty-distribution/pom.xml        |    7 -------
 2 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/jetty-aggregate/jetty-all/pom.xml b/jetty-aggregate/jetty-all/pom.xml
index e6f83fe..97461a8 100644
--- a/jetty-aggregate/jetty-all/pom.xml
+++ b/jetty-aggregate/jetty-all/pom.xml
@@ -76,19 +76,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>javadoc-jar</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 32ac454..aff91ff 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -398,13 +398,6 @@
       <artifactId>jetty-overlay-deployer</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty.aggregate</groupId>
-      <artifactId>jetty-all</artifactId>
-      <classifier>javadoc</classifier>
-      <type>jar</type>
-      <version>${project.version}</version>
-    </dependency>
   </dependencies>
   <profiles>
     <profile>
-- 
1.7.7.6