From: Kurt R. <kr...@us...> - 2005-05-10 16:21:56
|
Update of /cvsroot/xframe/maven-xsddoc-plugin/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19296/xdocs Modified Files: properties.xml Log Message: changed the behaviour of some properties for better reports and to support multi-project builds Index: properties.xml =================================================================== RCS file: /cvsroot/xframe/maven-xsddoc-plugin/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** properties.xml 26 Feb 2005 14:43:42 -0000 1.3 --- properties.xml 10 May 2005 16:21:45 -0000 1.4 *************** *** 86,89 **** --- 86,117 ---- </td> </tr> + <tr> + <td>maven.xsddoc.xsd.dest</td> + <td>Yes</td> + <td> + <p>Base target folder for schema files.</p> + <p>Default value is + <code>xsd</code>.</p> + </td> + </tr> + <tr> + <td>maven.xsddoc.xsd.include</td> + <td>Yes</td> + <td> + <p>Pattern of schema files to include, relative to + property <code>maven.xsddoc.src</code></p> + <p>Default value is + <code>**/*.xsd</code>.</p> + </td> + </tr> + <tr> + <td>maven.xsddoc.xsd.exclude</td> + <td>Yes</td> + <td> + <p>Pattern of schema files to exclude, relative to + property <code>maven.xsddoc.src</code></p> + <p>Default value is empty.</p> + </td> + </tr> </table> </section> |