improved javadoc

This commit is contained in:
Hervé Boutemy 2014-06-01 17:49:16 +02:00
parent 436f79079c
commit 39b4723b83
1 changed files with 3 additions and 3 deletions

View File

@ -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
*/