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.

Thanks
Sesha

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

Reply via email to