Hi, I'm not able to build M5 using an empty M2 repo. Does anyone know where I
can pickup this Plugin ??
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct: Unable
to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.plugins
-DartifactId=car-maven-plugin \
-Dversion=2.0-M5 -Dpackaging=maven-plugin -Dfile=/path/to/file
org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M5
--
Thanks,
Tim McConnell