you'll need the following:

<pluginRepositories>
 <pluginRepository>
   <id>apache.snapshots</id>
   <url>http://people.apache.org/repo/m2-snapshot-repository</url>
 </pluginRepository>
</pluginRepositories>

Note that this repository has NOT disabled releases...this is important
because of a bug in Maven <= 2.0.4, where plugin-version resolution will
only check repositories with releases enabled. It should work for you with
this repository in place.

-j

On 1/12/07, Christian Goetze <[EMAIL PROTECTED]> wrote:

Christian Goetze wrote:

> John Casey wrote:
>
>> If you use the 2.2-SNAPSHOT version of the assembly plugin, you can
>> specify
>> the <outputFileNameMapping> in the dependencySet to be something like
>> the
>> following descriptor has:
>
>
> Stupid question: what is the groupId of the 2.2-SNAPSHOT version of
> the assembly plugin? It doesn't seem to be org.apache.maven.plugins.

Because they are in a different repo... duh :)
--
cg

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


Reply via email to