On Tue, Jul 22, 2008 at 4:25 PM, Sesha Nandyal <[EMAIL PROTECTED]>
wrote:

> Hello All,
>  I am running  mvn site-deploy, I get the following error:
>
> INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Missing site information in the distribution management element in
> the project..
> [INFO]
> ------------------------------------------------------------------------
>
>
> Following is the snippet from pom.xml:
>
> <distributionManagement>
> <repository>
> <id>project-name-maven-mojo</id>
> <url>scp://machine-name>/location</url>
> <layout>default</layout>
> </repository>
> </distributionManagement>
>
> Am I missing any information in the distributionManagement element? Any
> help on this is very much appreciated as I have run out of ideas.
>
>
Looks like it -- did you look here?
http://maven.apache.org/plugins/maven-site-plugin/usage.html

-- 
Geoffrey Wiseman

Reply via email to