maven.junit.sysproperties question

2004-03-07 Thread David Le Strat
Hello there, I am using maven.junit.sysproperties in my project.properties to initialize system properties. I want to set the JDK java.util.prefs.PreferencesFactory to a custom class. When in my unit test, I do: System.setProperty(java.util.prefs.PreferencesFactory,

RE: How to ask Maven to use jars from local drive ?

2004-03-07 Thread dion
Are they in the right location? Do you have an example? -- dIon Gillard, Multitask Consulting [EMAIL PROTECTED] wrote on 05/03/2004 09:26:51 PM: I have them all in local repository, but it still tries to download.. :-( ?? -Original Message- From: [EMAIL PROTECTED]

Re: dist:deploy where and how ?

2004-03-07 Thread Herve AGNOUX
Le Samedi 06 Mars 2004 22:39, Emmanuel Venisse a écrit : Perhaps with this properties : maven.scp.executable=scp -P port maven.ssh.executable=ssh -p port Unfortunately, I say to maven : maven.ssh.executable=/usr/bin/ssh -l me -p port www.my-little-compagny.com And maven answers me :