File excalibur-r508111-00-pom_xml.patch of Package excalibur
--- pom.xml.sav00 2007-02-15 20:47:05.000000000 +0100
+++ pom.xml 2008-01-08 19:16:14.000000000 +0100
@@ -76,7 +76,19 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>false</aggregate>
+ </configuration>
<executions>
+<!--
+ <execution>
+ <id>generate-javadocs</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>javadoc</goal>
+ </goals>
+ </execution>
+-->
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
@@ -86,6 +98,7 @@
</execution>
</executions>
</plugin>
+<!--
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
@@ -103,6 +116,7 @@
<passphrase>yourgpgpassphrasehere</passphrase>
</configuration>
</plugin>
+-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>