fix build to skip javadocs for examples as expected

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1022800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-15 00:56:38 +00:00
parent 142d9e98dd
commit 50e4c8ec66
1 changed files with 3 additions and 9 deletions

View File

@ -71,15 +71,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>