Skip to content
Snippets Groups Projects
Commit c9016962 authored by Carlos Sanchez Gonzalez's avatar Carlos Sanchez Gonzalez
Browse files

[MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs

parent 655c7f60
No related branches found
Tags
No related merge requests found
......@@ -26,7 +26,8 @@ import org.apache.tools.ant.Target;
* Maven AntRun Mojo.
*
* This plugin provides the capability of calling ant tasks
* from a POM. It is encouraged to move the actual tasks to
* from a POM by runing the nested ant tasks inside the <task/>
* parameter. It is encouraged to move the actual tasks to
* a separate build.xml file and call that file with an
* <ant/> task.
*
......@@ -36,8 +37,6 @@ import org.apache.tools.ant.Target;
*
* @goal run
*
* @description Runs the nested ant tasks
*
* @requiresDependencyResolution test
*/
public class AntRunMojo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment