Repository: maven-integration-testing
Updated Branches:
  refs/heads/master ba8184a03 -> 967a3af9a


improved javadoc

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/c0925cb7
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/c0925cb7
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/c0925cb7

Branch: refs/heads/master
Commit: c0925cb71453e253fca33684036b9864717c5b9f
Parents: ba8184a
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Jun 1 17:49:16 2014 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Jun 1 17:49:16 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/c0925cb7/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
----------------------------------------------------------------------
diff --git 
a/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
 
b/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
index e8e25cf..ea51d08 100644
--- 
a/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
+++ 
b/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
@@ -30,9 +30,9 @@ import java.io.IOException;
 import java.util.Map;
 
 /**
- * Mojo that touches one <code>touch.txt</code> or more files with configured 
filenames,
- * or cause failure if desired, and set build final name to 
'<code>coreitified</code>'
- *
+ * Mojo that creates one <code>touch.txt</code> or more files with configured 
filenames in <code>target/</code>
+ * directory, or cause failure if desired, and set build final name to 
'<code>coreitified</code>'
+ * 
  * @goal touch
  * @phase process-sources
  */

Reply via email to