You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thorsten Heit <th...@gmx.de> on 2007/06/25 14:21:46 UTC

Re: M2 - Deploy Plugin not found

Hi Jens,

> [ERROR] BUILD ERROR
> 
> [INFO]
> ------------------------------------------------------------------------
> 
> [INFO] Failed to configure plugin parameters for:
> org.apache.maven.plugins:maven-deploy-plugin:2.3
> 
>  
> 
> check that the following section of the pom.xml is present and correct:
> 
>  
> 
> <distributionManagement>


> 
>   <!-- use the following if you're not using a snapshot version. -->
> 
>   <repository>
> 
>     <id>repo</id>
> 
>     <name>Repository Name</name>
> 
>     <url>scp://host/path/to/repo</url>
> 
>   </repository>
> 
>   <!-- use the following if you ARE using a snapshot version. -->
> 
>   <snapshotRepository>
> 
>     <id>repo</id>
> 
>     <name>Repository Name</name>
> 
>     <url>scp://host/path/to/repo</url>
> 
>   </snapshotRepository>
> 
> </distributionManagement>

Do you have a <distributionManagement>...</distributionManagement> section in your pom.xml in which you tell Maven where to deploy artifacts to?


HTH

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org