Hello, This is my very first post on this list, so I'll give enough explanation for my questions :-)
I have an environnement with maven 1.0.2 (very old, but entreprise environnement so it will not change before months ...), and I looked for information about remote deployment (mainly sftp). I found on the news information about the sftp module being debugged in maven 1.1 beta 3, but I couldn't find information about this plugin being available before, maven -P | grep sftp maven -P | grep ssh maven -P | grep wagon gives no result. I have read about cargo being a replacement for remote deployment, but I have also seen there can't be any runtime configuration for maven 1 [1] ? I am just a little confused about all of this (I am here only from last week), so I'm asking for your help :-) Is there a way to remote deploy using sftp on maven 1.0.2 ? using any other (a bit secured) method ? The starting point of all of this (I am sure most of you already got the issue) is to remote deploy to a jboss server. We are using a maven goal [2], but it takes the war to a tmp/deploy directory, which is cleaned every time jboss starts. I asked a question on jboss forums [3], but it seems impossible to ask jboss to keep the war in the deploy directory and not in the tmp/deploy. So we decided to put the war ourself to the rght location. Furthermore, we get some property files from other locations, and want to put them at the same time on the remote jboss server, but in other directories, that would be too easy otherwise. So if someone can point me to some piece of information, eg how to sftp on maven 1.0.2, I would appreciate that :-) Thanks for reading me, Jérémy [1} http://cargo.codehaus.org/Runtime+Configuration [2] http://truc-muche.com:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=http://bidule.com:8080/repository/wars/machin.war [3] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=144598 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
