Re: [site plugin] problem for deploying site

2008-03-19 Thread Guillaume Boucherie
I haven't get exception.
The problem is with the generation of href for the module.
With staging I get the correct value, something like that : module1
But when I deploy I have this module1
I think I will take a look at code's site plugin if I find the time.


2008/3/20, cody zhang <[EMAIL PROTECTED]>:
>
> what exception? print list:
> ...
>
> 2008/3/20, Guillaume Boucherie <[EMAIL PROTECTED]>:
>
> > 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 :
> >   
> > 
> >   my_id
> >   my name
> >   scp://server/var/www/project
> > 
> >   
> >
> >  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]
>
>


Re: [site plugin] problem for deploying site

2008-03-19 Thread cody zhang
what exception? print list:
...

2008/3/20, Guillaume Boucherie <[EMAIL PROTECTED]>:
> 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 :
>   
> 
>   my_id
>   my name
>   scp://server/var/www/project
> 
>   
>
>  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]



RE: [site plugin] problem for deploying site

2008-03-19 Thread Brian E. Fox
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
:
  

  my_id
  my name
  scp://server/var/www/project

  

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]