[Clirr-devel] CVS: clirr/maven/xdocs properties.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-09-05 12:23:34
|
Update of /cvsroot/clirr/clirr/maven/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9377/maven/xdocs Modified Files: properties.xml Log Message: docs for some properties Index: properties.xml =================================================================== RCS file: /cvsroot/clirr/clirr/maven/xdocs/properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- properties.xml 15 Jul 2004 13:34:22 -0000 1.1 +++ properties.xml 5 Sep 2004 12:23:15 -0000 1.2 @@ -14,10 +14,39 @@ <th>Description</th> </tr> <tr> - <td>xxx</td> - <td>xxx</td> + <td>clirr.baseline.download</td> + <td>yes</td> <td> - xxxx + Decide whether the plugin will try to download the baseline + jar or not. Default is true</td> + </tr> +<!-- from looking at plugin.jelly I'm not sure this actually works + <tr> + <td>clirr.baseline.version</td> + <td>yes</td> + <td> + Baseline version to check binary compatibility with. + If the property is not defined, the clirr plugin will use + the last released version from the POM using the <versions> + tag. We assume the latest version is the last one in the + <version> list. + </td> + </tr> +--> + <tr> + <td>clirr.fail.on.warning</td> + <td>yes</td> + <td> + Decide whether to fail the build on Clirr-detected warnings. + Default is false. + </td> + </tr> + <tr> + <td>clirr.fail.on.error</td> + <td>yes</td> + <td> + Decide whether to fail the build on Clirr-detected errors. + Default is true. </td> </tr> </table> |