org.apache.maven.plugin.antrun

Class AntRunMojo

public class AntRunMojo extends AbstractAntMojo

Maven AntRun Mojo. This plugin provides the capability of calling ant tasks 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.

Author: Kenney Westerhof

UNKNOWN: override run test

Method Summary
voidexecute()

Method Detail

execute

public void execute()
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.