Alan,
You'd have to build the geronimo-packaging-plugin manually first. It's
under geronimo/m2-plugins
cd geronimo/m2-plugins
mvn clean
mvn -N
mvn
Cheers
Prasad
On 6/25/06, Alan D. Cabrera <[EMAIL PROTECTED]> wrote:
I get this error:
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=geronimo-packaging-plugin \
-Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots),
snapshots (http://snapshots.maven.codehaus.org/maven2)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots),
snapshots (http://snapshots.maven.codehaus.org/maven2)
Regards,
Alan