You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Billy Bacon <bi...@gmail.com> on 2006/05/02 04:13:08 UTC

Error trying to install Maven Jetspeed 2.0 Plugin

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 -

Re: Error trying to install Maven Jetspeed 2.0 Plugin

Posted by Aaron Evans <aa...@gmail.com>.
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 <bi...@gmail.com> 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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org