You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/26 19:24:16 UTC

svn commit: r225356 - /webservices/pubscribe/trunk/project.properties

Author: scamp
Date: Tue Jul 26 10:24:13 2005
New Revision: 225356

URL: http://svn.apache.org/viewcvs?rev=225356&view=rev
Log:
updated to minimise javadoc generation

Modified:
    webservices/pubscribe/trunk/project.properties

Modified: webservices/pubscribe/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/project.properties?rev=225356&r1=225355&r2=225356&view=diff
==============================================================================
--- webservices/pubscribe/trunk/project.properties (original)
+++ webservices/pubscribe/trunk/project.properties Tue Jul 26 10:24:13 2005
@@ -41,6 +41,13 @@
 maven.xdoc.date = left
 maven.xdoc.version = ${pom.currentVersion}
 
+#JAVADOC PLUGIN
+##################
+#comma separated list of package names
+maven.javadoc.excludepackagenames=org.apache.ws.eventing,org.apache.ws.eventing.porttype.impl,org.apache.ws.eventing.pubsub,org.apache.ws.eventing.services,org.apache.ws.notification.base.impl,org.apache.ws.notification.base.v2004_06.impl,org.apache.ws.notification.base.v2004_06.porttype.impl,org.apache.ws.notification.tool.v2004_06,org.apache.ws.notification.topics.expression.impl,org.apache.ws.notification.topics.impl,org.apache.ws.pubsub.i18n,org.apache.ws.util.uuid.impl
+#default is protected and higher
+#maven.javadoc.public=true
+
 # CHANGELOG PLUGIN
 ####################
 # Tells changelog plugin we're using SVN, not CVS