Top "Maven-antrun-plugin" questions

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

How to execute tasks conditionally using the maven-antrun-plugin?

I need to execute some ant commands depending on an environment variable passed in as a parameter to the maven …

maven-2 maven-antrun-plugin
Maven: No marketplace entries found to handle castor, antrun, and ear plugins

I am importing a maven project into Eclipse. I have the m2e plugin installed and it is pointing to …

maven m2eclipse castor maven-antrun-plugin maven-ear-plugin
Maven antrun: pass maven properties to ant

I am trying to pass maven properties (defined through profiles) to a antrun execution: <plugin> <groupId>…

maven maven-antrun-plugin
Using antcontrib <if> task via maven-antrun-plugin

My maven java project uses the maven-antrun-plugin to execute a deploy.xml ant script that deploys my app. The deploy.…

java maven ant-contrib maven-antrun-plugin
Run an ant task in maven build phase before war is packaged?

When deploying a webapp I need to update some variables in UI resources, unzip some assets and concat some files, …

maven pom.xml maven-war-plugin maven-antrun-plugin
maven antrun plugin

I have the following in my pom: <plugin> <groupId>org.apache.maven.plugins</groupId> &…

ant maven-2 maven-antrun-plugin
Maven and Ant Can't run Java - CreateProcess error=206, The filename or extension is too long

When maven via antrun executes this java code I get the dreaded error=206, The filename or extension is too long &…

maven ant maven-antrun-plugin
Maven: how to filter the same resource multiple times with different property values?

Our project uses Log4J, configured via log4j.properties file. We have multiple production servers, which log to different …

java resources maven-2 filtering maven-antrun-plugin
How to bind maven antrun plugin to the clean phase

I have just translated an ant project into maven however since maven does not really deal with deployment I introduce …

maven maven-antrun-plugin
Maven Antrun Not Executing Tasks

I'm using Maven AntRun plugin 1.6 and from their example I cannot code the following ant task to be executed. Example …

maven maven-antrun-plugin