You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vijay Shanker <vs...@comframe.com> on 2006/04/21 23:59:41 UTC

site:deploy works once

Hi Users,
 
I have following site tag in my pom.xml file:
 
  <distributionManagement>
    <site>
      <id>wsadserver</id>
      <name>web site of project</name>
      <url>file:c:/test</url>
    </site>
  </distributionManagement>
 
 
When I run "mvn site:deploy". It works fine, first time but when I run it 2nd time, it does not work.
If I delete created project directory(created in first run) under "c:/test", then it works fine again. But if directory is there then it does not work. I have given all permissions to the directory but still same problem.
 
Help will be appreciated.
 
Thanking you in advance.
 
Vijay
 
 
 
 

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