Author: desruisseaux
Date: Wed Jan 7 15:12:46 2015
New Revision: 1650079
URL: http://svn.apache.org/r1650079
Log:
Temporarily disable the custom doclet, which seems to block the copying of
doc-files directories.
Modified:
sis/branches/JDK8/pom.xml
Modified: sis/branches/JDK8/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1650079&r1=1650078&r2=1650079&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Wed Jan 7 15:12:46 2015
@@ -587,6 +587,7 @@ Apache SIS is a free software, Java lang
<excludePackageNames>org.apache.sis.internal:org.apache.sis.util.resources:org.apache.sis.referencing.operation.provider:com</excludePackageNames>
<!-- Custom taglets, some of them implemented in Java. -->
+<!--
<tags>
<tag><placement>t</placement> <name>goal</name> <head>Maven
goal:</head></tag>
<tag><placement>t</placement> <name>phase</name> <head>Maven
phase:</head></tag>
@@ -610,6 +611,7 @@ Apache SIS is a free software, Java lang
<artifactId>sis-build-helper</artifactId>
<version>${sis.plugin.version}</version>
</docletArtifact>
+-->
</configuration>
</plugin>