Maven plugin snapshots are hosted:
<pluginRepository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
However, you can always just pull the code for maven-assembly-plugin
as well from SVN and package it up and install locally? Then you
aren't dependent on yet another repo...
Wayne
On 3/14/06, Szczepan Faber <[EMAIL PROTECTED]> wrote:
> I need to change maven embedder to force him to go through proxy. The
> problem is that 'mvn package' command fails in maven-embedder
> directory. The reason is that default snaphot repository does not have
> appropriate artifacts.
>
> --------------
>
> Reason: Unable to download the artifact from any repository
>
> org.apache.maven.plugins:maven-assembly-plugin:pom:2.1-SNAPSHOT
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2),
> apache.snapshots (http://svn.apache.org/maven-snapshot-repository)
>
> -------------
>
> Are there snaphot repositories maintained?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>