Blob Blame History Raw
From c0a15ad5846a980a0031638ad56cfce1dcec8673 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/6] 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 d7126f3..86c693b 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 d9a9da3..bb6aff6 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -398,12 +398,5 @@
       <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>
 </project>
-- 
1.7.9