|
I did run site and targets/docs was not empty. I've with both java 1.5.0 and java 1.4.2 and got the same error. It's weird because the plugin seem to use the right command. I added the following to the site:rsync goal. The output gave: From the output above I copied and paste to make the following command from the /home/oscar/workspace/db-je directory: rsync -avz target/docs/* oscar@freedom:/tmp/site-test It worked perfectly. By the way, what does exec do? Just calling one of the Runtime.exec() method? most strange... exec is the Ant <exec task, which in essence does just Runtime.exec. Can you run maven with the -X option? Around the exec command, it should give more details about what is run. Thanks. I found a solution. I works at least on my configuration. It seems that passing arguments with a wildcard doesn't work fine so I just removed the '*' from '${relativeDocsDest}/' in the arg line. As you can see the only difference with the current distribution is the removal of the wildcard. Oscar I wanted to submit a patch the proper way but the cvs layout is quite confusing. Found several maven site plugin folders but either empty or only with version 1.5.2 which has not rsync:deploy. Where is version the plugin site version 1.6 on cvs? Oscar, it is in Subversion. Resolve the issue on my environment. jira is stuck again, need to reopen to close |
||||||||||||||||||||||||||||||||||||||||||||||
It looks like target/docs is empty. Did you run site first?