This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 58bedd0  [XODIA-595] fixed site build on Windows
58bedd0 is described below

commit 58bedd06b487ac27f57715642a2c16b695bbf1e9
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Thu Feb 6 00:04:02 2020 +0100

    [XODIA-595] fixed site build on Windows
---
 doxia-modules/doxia-module-fml/pom.xml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/doxia-modules/doxia-module-fml/pom.xml 
b/doxia-modules/doxia-module-fml/pom.xml
index 00db5f9..58a3edd 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -90,18 +90,9 @@ under the License.
                   <tasks>
                     <taskdef name="xsddoc" 
classname="net.sf.xframe.xsddoc.Task" />
 
-                    <condition property="dir" 
value="${project.reporting.outputDirectory}/xsddoc">
-                      <matches string="${project.reporting.outputDirectory}" 
pattern="^${basedir}" />
-                    </condition>
-                    <condition property="dir" 
value="${project.reporting.outputDirectory}/xsddoc">
-                      <not>
-                        <isset property="dir" />
-                      </not>
-                    </condition>
+                    <mkdir dir="${project.reporting.outputDirectory}/xsddoc" />
 
-                    <mkdir dir="${dir}" />
-
-                    <xsddoc file="${basedir}/src/main/resources/fml-1.0.1.xsd" 
out="${dir}" doctitle="Reference of Schema FML 1.0.1" verbose="true" />
+                    <xsddoc file="${basedir}/src/main/resources/fml-1.0.1.xsd" 
out="${project.reporting.outputDirectory}/xsddoc" doctitle="Reference of FML 
1.0.1 Schema" verbose="true" />
                   </tasks>
                 </configuration>
                 <goals>

Reply via email to