Try building in steps, until we get the initial 2.2.1-SNAPSHOT artifacts published -

1) from the top checkout directory (ie. /server-2.2.1/)
        mvn install -N
2) cd framework
        mvn install
3) then from the top directory (step 1) try building everything again
        mvn install


-Donald


yduchesne wrote:
I got the following error trying to build Geronimo 2.2. The error has been
posted multiple times on this list, without a fix having been suggested...
Can anyone suggest a solution ?

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: 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.buildsupport
-DartifactId=car-maven-plugin -Dversion=2.2.1-SNAPSHOT
-Dpackaging=maven-plugin -Dfile=/path/to/file

Reply via email to