Re: Site deploy problem

2011-07-14 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

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: properties reposerver.host.namemyrepohost/reposerver.host.name /properties ...

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 johan.vogelz...@gmail.com Hi Maven users, I've a problem with deploying a site to an url containing property variables. The site url -as

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 public

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

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 (!?). build pluginManagement plugins plugin artifactIdmaven-site-plugin/artifactId version2.0-beta-7/version /plugin Can anyone confirm if this is a known bug? Regards,

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 (!?). build pluginManagement plugins plugin

Deploy problem of POMs with variable in the version tag

2007-08-17 Thread [EMAIL PROTECTED]
Hi All, I'm working in an enterprise which has its own development workflow based on the SCM Synergy. In order to work efficiently with this workflow, we need to put in the POM some variables related to the version number of artifacts according to these rules : -- the POM is written once at the

Deploy problem with POMs which have variable in the version tag

2007-08-17 Thread cyril mail
Hi All, I'm working in an enterprise which has its own development workflow based on the SCM Synergy. In order to work efficiently with this workflow, we need to put in the POM some variables related to the version number of artifacts according to these rules : -- the POM is written once at the

Deploy problem of POMs with variable in the version tag

2007-08-17 Thread [EMAIL PROTECTED]
Hi All, I'm working in an enterprise which has its own development workflow based on the SCM Synergy. In order to work efficiently with this workflow, we need to put in the POM some variables related to the version number of artifacts according to these rules : -- the POM is written once at the

Re: Maven deploy problem

2007-07-10 Thread ossi petz
Hallo are you using webdav to deploy the file into the repository? if so has there been another deployment of that file from another location? 409 indicates versioning issues in webdav. but may not be related to webdav at all. i would try using file:// instead of the url or using the

Re: Maven deploy problem

2007-07-10 Thread Alexandre Nshimiyimana
Hello! We are using sometimes webdav. we tried another name for group and artifactId. Thanks. 2007/7/10, ossi petz [EMAIL PROTECTED]: Hallo are you using webdav to deploy the file into the repository? if so has there been another deployment of that file from another location? 409 indicates

Maven deploy problem

2007-07-09 Thread Alexandre Nshimiyimana
Hi, I get this error when I try to deploy manualy the quartz jar to my repository. Any has idea? Alex. C:\mvn deploy:deploy-file -Durl=http://urlToRepository/reposit ory -DgroupId=quartz -DartifactId=quartz -Dversion=1.6.0 -Dpackaging=jar -Dfile= C:/quartz-1.6.0.jar -e + Error stacktraces

deploy problem

2007-02-28 Thread Nigel Magnay
I've a recent version of archiva in tomcat (windows), and maven 2.0.5 on the client; I'm having problems doing deploys. With wagon-1.0-beta-2 it complains of insufficient storage - some files do deploy however. On the server logs, I get an error reported: Unable to service DAV request due to

Re: [M2- MVN Deploy Problem Error Code 201]

2006-10-16 Thread Wayne Fay
] Sebastian -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Oktober 2006 16:45 An: Maven Users List Betreff: Re: [M2- MVN Deploy Problem Error Code 201] Try it again using

Re: [M2- MVN Deploy Problem Error Code 201]

2006-10-16 Thread Wayne Fay
Deploy Problem Error Code 201] Try it again using mvn -X for additional debugging information that might be useful. Wayne On 10/13/06, Sebastian Krebs [EMAIL PROTECTED] wrote: Hi together, I've got the following problem using M2.0.4 I want to deploy an artefact into my remote

AW: [M2- MVN Deploy Problem Error Code 201]

2006-10-15 Thread Sebastian Krebs
] Sebastian -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Oktober 2006 16:45 An: Maven Users List Betreff: Re: [M2- MVN Deploy Problem Error Code 201] Try it again using mvn -X for additional debugging information that might

[M2- MVN Deploy Problem Error Code 201]

2006-10-13 Thread Sebastian Krebs
Hi together, I've got the following problem using M2.0.4 I want to deploy an artefact into my remote repository using mvn deploy. Normally, or as I had understood, M2 will deploy the resulting jar and the needed *.pom files. When I'm calling mvn deploy, M2 only copies the resulting jar into my

Re: [M2- MVN Deploy Problem Error Code 201]

2006-10-13 Thread Wayne Fay
Try it again using mvn -X for additional debugging information that might be useful. Wayne On 10/13/06, Sebastian Krebs [EMAIL PROTECTED] wrote: Hi together, I've got the following problem using M2.0.4 I want to deploy an artefact into my remote repository using mvn deploy. Normally, or as I

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: distributionManagement site idproject/id urlfile:/hostname-on-network/shared-directory//url

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:

maven was5 plugin deploy problem

2004-04-22 Thread Daniel Flesner
i'm getting the following error when trying to deploy to my local websphere server with the was5 plugin. i am generating the xmi files with xdoclet, why can't it find the jndi name in the config file? - [wasInstallApp] WASX7017E: Exception received while running file