Re: Site deploy problem

2011-07-13 Thread Lukas Theussl
site-plugin-2.3 has some problems with property resolution, see eg http://jira.codehaus.org/browse/MSITE-585. I'm not sure if this is the same issue as yours, could you try with 2.4-SNAPSHOT? HTH, -Lukas Johan Vogelzang wrote: Oh I forgot... I use Maven 2.2.1 and maven-site-plugin version

Re: Site deploy problem

2011-07-13 Thread Hervé BOUTEMY
http://jira.codehaus.org/browse/MSITE-585 ? Regards, Hervé Le mercredi 13 juillet 2011, Johan Vogelzang a écrit : > I just did a test with maven-site-plugin version 2.0-beta-7 (instead of > 2.3) and with this one the build seems to run ok (!?). > > > > > > maven-site-plugin > 2.0-beta-7 >

Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
I just did a test with maven-site-plugin version 2.0-beta-7 (instead of 2.3) and with this one the build seems to run ok (!?). maven-site-plugin 2.0-beta-7 Can anyone confirm if this is a known bug? Regards, Johan. 2011/7/13 Johan Vogelzang > Hi Maven users, > > I've a problem with dep

Re: Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
Thorsten, We use username/password authentication, and my settings.xml is set up as you described. But I don't think this is a authentication issue. As you can see the hostname is not resolved properly so there is no server connection to do the authentication. Regards, Johan. 2011/7/13 Thorsten

Antwort: Re: Site deploy problem

2011-07-13 Thread Thorsten Heit
Hi, > Oh I forgot... > > I use Maven 2.2.1 and maven-site-plugin version 2.3. > The behavior is the same on Windows and Linux. What kind of SCP transfer do you want to use? Password-less, i.e. public-key-authentification, or using username/password? In the first case: Did you upload your publi

Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
Oh I forgot... I use Maven 2.2.1 and maven-site-plugin version 2.3. The behavior is the same on Windows and Linux. Johan. 2011/7/13 Johan Vogelzang > Hi Maven users, > > I've a problem with deploying a site to an url containing property > variables. > The site url -as part of the distribution

Site deploy problem

2011-07-13 Thread Johan Vogelzang
Hi Maven users, I've a problem with deploying a site to an url containing property variables. The site url -as part of the distributionManagement section- is located in the company parent pom: myrepohost ... site-repo scp://${reposerver.host.name}/var/www/html/maven2/sites When I exec

Re: site-deploy problem with Windows shared directory

2006-06-23 Thread dan tran
try to set your url to file:///\\hostname/ On 6/23/06, Gray, Jonathan <[EMAIL PROTECTED]> wrote: Hi All, I'm currently having a problem deploying the site for a multi-module project to a windows shared directory. The share is specified in the parent POM as follows: project

site-deploy problem with Windows shared directory

2006-06-23 Thread Gray, Jonathan
Hi All, I'm currently having a problem deploying the site for a multi-module project to a windows shared directory. The share is specified in the parent POM as follows: project file:/hostname-on-network/shared-directory/ The generated site for the parent pro