You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Hermod Opstvedt <he...@opstvedt.com> on 2007/02/20 16:31:13 UTC

SV: maven2 websphere plugin

Hi

It would useful if someone promoted it to the mojo's.

Hermod


-----Opprinnelig melding-----
Fra: Rémy Sanlaville [mailto:remy.sanlaville@gmail.com] 
Sendt: 20. februar 2007 09:56
Til: Maven Users List; hermod@opstvedt.com
Emne: Re: maven2 websphere plugin

Hi,

 You need to add the Mojo repo at codehaus too.
>
>                                 <repository>
>                                         <id>codehaus.org</id>
>                                         <name>CodeHaus Snapshots</name>
>
> <url>http://snapshots.repository.codehaus.org</url>
>                                         <releases>
>                                                 <enabled>false</enabled>
>                                         </releases>
>                                         <snapshots>
>                                                 <enabled>true</enabled>
>                                         </snapshots>
>                                 </repository>
>

Done, but nothing changed.
Never mind, I will use the websphere ant task via maven-antrun-plugin.

Rémy