Re: site:site versus site:stage

2007-07-27 Thread dvicente

Hi,

the mvn site:site creates the site for each module in
${module}/target/site directory

all created links in each site don't work because they reflect the future
deployed site architecture, not the current directories architecture.

the mvn site:stage command creates the site in a local directory to test
it in local as if it has deployed.

To work fine, you must create and deploy the site with
distributionManagement section in your root pom as :

distributionManagement
site
idmysite/id
nameMaven ProjectWebsite/name
urlfile:///c:\temp/url
/site
/distributionManagement

and the mvn site:site site:deploy command
 

Adam Fisk-3 wrote:
 
 I'm having issues using site:site with a multi-module project.  site:stage
 works fine, but for some reason site:site doesn't like my modules, instead
 just listing them in bold.
 
 Shouldn't they do the same thing?  Any idea how I get site:site to just
 link
 the darn modules?  I'm using maven 2.0.7.
 
 Thanks!
 
 -Adam
 
 

-- 
View this message in context: 
http://www.nabble.com/site%3Asite-versus-site%3Astage-tf4154748s177.html#a11827772
Sent from the Maven - Users mailing list archive at Nabble.com.


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



site:site versus site:stage

2007-07-26 Thread Adam Fisk

I'm having issues using site:site with a multi-module project.  site:stage
works fine, but for some reason site:site doesn't like my modules, instead
just listing them in bold.

Shouldn't they do the same thing?  Any idea how I get site:site to just link
the darn modules?  I'm using maven 2.0.7.

Thanks!

-Adam