D
D
Drum Kit2016-03-11 15:37:20
Java
Drum Kit, 2016-03-11 15:37:20

Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run what is this?

Hello.
I am using maven to compile a project and I am getting this error what does this error mean and what should i do ? Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pi314, 2016-03-11
@arayik

This means that the pom you are trying to build has (among other things) a maven-antrun plugin that should do something... but when it comes down to it, it can't do that "something", and the build crashes. Why this happens can only be said by knowing what it is specifically trying to do ... most often, problems arise from a mismatch of the environment for which the plugin was configured: paths, rights, the absence / presence of any files, or even Win / Linux. It all depends on the curvature of the hands of the one who configured the build ... or the one who tries to execute it without reading the instructions :)

T
Timur, 2016-03-11
@timych

This means exactly what it says - Maven was unable to run the maven-antrun command of the "run" plugin.
Read the official docs on setting up and running the plugin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question