Author: mprudhom
Date: Sat Apr 21 11:28:12 2007
New Revision: 531077
URL: http://svn.apache.org/viewvc?view=rev&rev=531077
Log:
Specify that we should only include org.apache.openjpa packages in the javadoc
so we don't accidentally include an of the example code.
Modified:
incubator/openjpa/trunk/pom.xml
Modified: incubator/openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?view=diff&rev=531077&r1=531076&r2=531077
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Sat Apr 21 11:28:12 2007
@@ -151,7 +151,7 @@
<goals><goal>javadoc</goal></goals>
<configuration>
<aggregate>true</aggregate>
-
<excludePackageNames>hellojpa</excludePackageNames>
+
<subpackages>org.apache.openjpa</subpackages>
<verbose>false</verbose>
<!-- <linksource>true</linksource> -->
<maxmemory>512m</maxmemory>