Thank you, Geoff. I had to replace repository element with site element
and drop the layout element . By making this change and also adding
entries in the setting.xml, I was able to get it to work.
Sesha
Geoffrey Wiseman wrote:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]