Try:

<type>plugin</type>

Also, change the host from sf.net to sourceforget.net (so it doesn't
have to do the redirect).

- Brett

On 8/26/05, berndq <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I want to use the plug-in auto-download feature so I added
> 
>      <dependency>
>        <groupId>maven-plugins</groupId>
>        <artifactId>maven-izpack-plugin</artifactId>
>        <version>0.3.1</version>
>      </dependency>
> 
> to my pom and I have
> 
> maven.repo.remote=XXX,http://maven-plugins.sf.net/maven
> 
> But the constructed URL does not seem to be valid:
> 
> Error retrieving artifact from
> [http://maven-plugins.sf.net/maven/maven-plugins/jars/maven-izpack-plugin-0.3.1.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> 
> The file actually is at
> 
> http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-izpack-plugin-0.3.1.jar
> 
> Notice the additional "jar" in the crated URL. I would expect a
> "plugins" instead.
> 
> I assume:
> - repo URL    = http://maven-plugins.sourceforge.net/maven
> - groupID     = maven-plugins
> - plugin type = plugins
> - artifac     = maven-izpack-plugin
> 
> 
> Is this a bug in URL creation, or RTFM or is the repo at
> http://maven-plugins.sourceforge.net incorrectly organized?
> 
> Bernd
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to