Top "Maven-antrun-plugin" questions

This plugin provides the ability to run Ant tasks from within Maven.

Run a Ant task in Maven only if a property is set

My pom.xml is running an Ant task to deploy a file using FTP. However, this deployment must be only …

maven-2 maven-antrun-plugin
How to run an ant target from Maven2?

How do i run a specific target with the antrun-plugin from the command line? mvn antrun:run doesn't make it …

ant maven-2 maven-antrun-plugin
Maven: How to print the current profile on the console?

I'm trying to print the current profile that is active running a build of a Maven Project. I'm using the …

maven maven-antrun-plugin maven-profiles
How to echo in Maven without Antrun plugin?

How can I print to the console while executing a mvn command (in a phase/goal), but not using Maven …

maven logging maven-antrun-plugin
Mavent AntRun Not Executing Tasks

Following the instructions on the usage page (http://maven.apache.org/plugins/maven-antrun-plugin/usage.html) and other Stackoverflow questions I've …

maven maven-antrun-plugin
Replace task in Maven Antrun Plugin

I am using antrun plugin in my maven build to replace a token @version@ in some of the JSP files …

maven maven-antrun-plugin
Maven-antrun No ant target defined - SKIPPED

i am trying to copy a file in my maven multi-module project via antrun plugin. the file is in root …

maven maven-antrun-plugin
Set directory in Maven Antrun Plugin

I've downloaded jquery-ui to my webapp which has a build.xml for compressing and minifying. Now I would like to …

maven maven-antrun-plugin
Trying to get maven antrun plugin to work

Trying to get antrun plugin to work: To get this to work I have assumed I need to included two …

maven maven-antrun-plugin
How do I prevent Maven build fail on Ant task failure?

I'm using the FTP Ant task with maven-antrun-plugin <plugin> <groupId>org.apache.maven.plugins</groupId&…

java ant ftp maven-2 maven-antrun-plugin