mirror of
https://github.com/apache/openjpa.git
synced 2025-02-23 19:05:00 +00:00
don't build javadocs for examples
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9cfbbfe2c
commit
b0af48eb8f
@ -48,4 +48,20 @@
|
||||
<module>image-gallery</module>
|
||||
<module>openbooks</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<!-- disable creating javadoc for these modules -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<inherited>true</inherited>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user