Author: vsiveton
Date: Wed Nov 14 05:26:03 2007
New Revision: 594870
URL: http://svn.apache.org/viewvc?rev=594870&view=rev
Log:
o updated doc and javadoc
Modified:
maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java
maven/plugins/trunk/maven-clean-plugin/src/site/apt/index.apt
maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml
Modified:
maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java?rev=594870&r1=594869&r2=594870&view=diff
==============================================================================
---
maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java
(original)
+++
maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java
Wed Nov 14 05:26:03 2007
@@ -142,7 +142,7 @@
private boolean skip;
/**
- * Disable the plugin execution.
+ * Ignore exceptions or errors.
*
* @parameter expression="${clean.ignore.errors}" default-value="false"
* @since 2.2
Modified: maven/plugins/trunk/maven-clean-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/site/apt/index.apt?rev=594870&r1=594869&r2=594870&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/site/apt/index.apt Wed Nov 14
05:26:03 2007
@@ -3,7 +3,7 @@
------
Edwin Punzalan
------
- 03 July 2006
+ November 2007
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -53,4 +53,10 @@
you can take a look into the following examples:
* {{{examples/delete_additional_files.html}How to delete additional files
outside of
- the default directories}}
+ the default directories?}}
+
+ * {{{examples/ignoring-errors.html}How to ignore clean errors?}}
+
+ * {{{examples/skipping-clean.html}How to skipping clean execution?}}
+
+ []
Modified: maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml?rev=594870&r1=594869&r2=594870&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml Wed Nov 14
05:26:03 2007
@@ -40,13 +40,13 @@
<p>
For instance, <i>clean</i> could fail if you already have opened a
command
line with target as the current dir. Windows lock some ressources
and you need
- to close the handles on these ressources in <i>target</i> directory.
+ to close the handles on these ressources.
</p>
<p>
<a
href="http://www.microsoft.com/technet/sysinternals/default.mspx">Sysinternals</a>
produced
a number of utilities, like <a
href="http://www.microsoft.com/technet/sysinternals/Utilities/ProcessExplorer.mspx">Process
Explorer</a>
or <a
href="http://www.microsoft.com/technet/sysinternals/utilities/handle.mspx">Handle</a>
- that help you to deal with windows handles.
+ that help you to deal with Windows handles.
</p>
</answer>
</faq>