You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/10/15 02:15:47 UTC

svn commit: r1022777 - /openjpa/branches/1.2.x/openjpa-examples/pom.xml

Author: dwoods
Date: Fri Oct 15 00:15:46 2010
New Revision: 1022777

URL: http://svn.apache.org/viewvc?rev=1022777&view=rev
Log:
fix build so javadocs are not built

Modified:
    openjpa/branches/1.2.x/openjpa-examples/pom.xml

Modified: openjpa/branches/1.2.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-examples/pom.xml?rev=1022777&r1=1022776&r2=1022777&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-examples/pom.xml Fri Oct 15 00:15:46 2010
@@ -70,15 +70,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <phase>none</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>