I've seen the same behavior with the enforcer site. I haven't had time to check it out, but I suspect a bug in the site plugin.
-----Original Message----- From: Guillaume Boucherie [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:55 PM To: Maven Users List Subject: [site plugin] problem for deploying site Hi all, I have a strange behavior when I try to deploy my site. I have a multi module project something like that : project |-- module1 '-- module2 In my parent pom.xml I defined the site distributionManagement like that : <distributionManagement> <site> <id>my_id</id> <name>my name</name> <url>scp://server/var/www/project</url> </site> </distributionManagement> First I launch a mvn clean site:stage -DstagingDirectory=E:\test and the generated site was ok. But when I launch mvn clean site-deploy my generated site is bad. In fact the module link is broken. I use maven-2.0.8 with maven-site-plugin:2.0-beta-6 Can you help me please ? Guillaume --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
