Billy,
Do not confuse maven 1.0 and jetspeed 1.0.   Jetspeed 2.0 can be built
with maven 1.0 and in fact, this is the only way I have ever done it.

This is what I use for Jetspeed 2.0:

cd $MAVEN_HOME
maven -DartifactId=maven-jetspeed2-plugin
-DgroupId=org.apache.portals.jetspeed-2 -Dversion=2.0 plugin:download

aaron

On 5/1/06, Billy Bacon <[EMAIL PROTECTED]> wrote:
I've been trying to install the Maven Jetspeed 2.0 plugin with the
instructions here:
http://portals.apache.org/jetspeed-2/getting-started-binary.html (Section
3.1.2 - Install the Jetspeed 2 maven-plugin) and I keep getting the
following error:

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Required goal not found: plugin:download


The command I'm using is the following:

mvn -DartifactId=maven-jetspeed2-plugin
-DgroupId=org.apache.portals.jetspeed-2 -Dversion=2.0 plugin:download

NOTE: That the instructions seem to be copied from the jetspeed
1.0documentation b/c it refers to 'maven' instead of 'mvn'. I changed
this in
the command above.

Has anyone ran into this issue? I don't have any experience with Maven.

Thanks.

- Billy -



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to