RE: Can I prevent maven from searching dependencies in localRepository?

2009-06-16 Thread Matt Brown
Why would you want Maven to NOT use the local repository? I believe it does this so that every single goal/phase (compile, test, etc) does not need to re-fetch artifacts it has already seen from the network. -Original Message- From: gorgophol [mailto:benjamin.h...@inter.de] Sent:

RE: Quandary over testing support classes.

2009-06-16 Thread Matt Brown
Is it possible for you to refactor the TestSupport classes that the Model unit tests depend on into a third artifact, which both projects (Model and TestSupport) can then rely on (with scope=testing)? As others have pointed out circular dependencies like this are a bad design. This might be

RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
property for the key maven.scm.cvs.java.ssh.passphrase, i.e. mvn scm:status -Dmaven.scm.cvs.java.ssh.passphrase=my passphrase A little disappointing that the system properties the CVS/SCM plugin uses aren't mentioned in the documentation for the plugin. -Original Message- From: Matt

RE: How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-15 Thread Matt Brown
property for the key maven.scm.cvs.java.ssh.passphrase, i.e. mvn scm:status -Dmaven.scm.cvs.java.ssh.passphrase=my passphrase A little disappointing that the system properties the CVS/SCM plugin uses aren't mentioned in the documentation for the plugin. -Original Message- From: Matt

RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
-Dmaven.scm.cvs.java.ssh.passphrase=my passphrase A little disappointing that the system properties the CVS/SCM plugin uses aren't mentioned in the documentation for the plugin. -Original Message- From: Matt Brown [mailto:matt.br...@citrixonline.com] Sent: Thursday, June 11, 2009 1:11 PM To: users

RE: maven 2.1.0 why it is looking at servicemix.org?

2009-06-12 Thread Matt Brown
What does your settings.xml look like? -Original Message- From: Tim Andersen [mailto:tander...@studentloan.org] Sent: Friday, June 12, 2009 12:04 PM To: users@maven.apache.org Subject: maven 2.1.0 why it is looking at servicemix.org? When I upgraded to Maven 2.1.0 it seems like it is

How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-12 Thread Matt Brown
I have a scm section in a POM that looks something like this: scm connectionscm:cvs:ext:myhostname:/cvsroot/repo:module_name/connection /scm I typically use publickey auth to authentication against this cvs server, although it should accept my password as

How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-11 Thread Matt Brown
I have a scm section in a POM that looks something like this: scm connectionscm:cvs:ext:myhostname:/cvsroot/repo:module_name/connection /scm I typically use publickey auth to authentication against this cvs server, although it should accept my password as

RE: Just shoot me now and get it over with

2009-06-06 Thread Matt Brown
Can you provide some details on why you need to use an external install with m2eclipse and not the embedded one? From: Nathan Sowatskey (nsowatsk) [nsowa...@cisco.com] Sent: Saturday, June 06, 2009 6:18 AM To: Maven Users List; Maven Users List Subject: