Author: aadamchik
Date: Sat Nov 25 12:21:34 2006
New Revision: 479188

URL: http://svn.apache.org/viewvc?view=rev&rev=479188
Log:
removing javadocs step from 'mvn install' to make builds faster

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jdk1.4/pom.xml
    incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml
    incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml
    incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml

Modified: incubator/cayenne/main/trunk/core/cayenne-jdk1.4/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.4/pom.xml?view=diff&rev=479188&r1=479187&r2=479188
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jdk1.4/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jdk1.4/pom.xml Sat Nov 25 
12:21:34 2006
@@ -246,21 +246,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-javadoc-jar</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
                </plugins>
        </build>
 

Modified: incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml?view=diff&rev=479188&r1=479187&r2=479188
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml Sat Nov 25 
12:21:34 2006
@@ -121,21 +121,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-javadoc-jar</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
                </plugins>
        </build>
 

Modified: incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml?view=diff&rev=479188&r1=479187&r2=479188
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml Sat Nov 25 12:21:34 
2006
@@ -78,57 +78,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-javadoc-jar</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
-
        </build>
-
-       <profiles>
-               <profile>
-                       <id>generate-assembly</id>
-                       <build>
-                               <plugins>
-
-                                       <plugin>
-                                               
<artifactId>maven-javadoc-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-javadoc</id>
-                                                               <goals>
-                                                                       
<goal>jar</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-
-                                       <plugin>
-                                               
<artifactId>maven-source-plugin</artifactId>
-                                               <!-- TODO: should this be done 
here or every time? -->
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-source</id>
-                                                               <goals>
-                                                                       
<goal>jar</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-
 </project>

Modified: incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml?view=diff&rev=479188&r1=479187&r2=479188
==============================================================================
--- incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml (original)
+++ incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml Sat Nov 25 
12:21:34 2006
@@ -100,18 +100,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-javadoc-jar</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 </project>


Reply via email to