mirror of https://github.com/apache/openjpa.git
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:
parent
142d9e98dd
commit
50e4c8ec66
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue