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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]