RE: Adding Maven dependencies to the System Classpath?

2003-12-17 Thread Steve Garcia
> Hi there, > > I am currently using Maven and am running into a bit > of a problem. > > Using Maven, I unit test a piece of code that > leverages an implementation of > java.util.prefs.Preferences. > > To do so, I set the java.util.prefs.PreferencesFactory > to my custom implementation. All of

Adding Maven dependencies to the System Classpath?

2003-12-17 Thread David Le Strat
Hi there, I am currently using Maven and am running into a bit of a problem. Using Maven, I unit test a piece of code that leverages an implementation of java.util.prefs.Preferences. To do so, I set the java.util.prefs.PreferencesFactory to my custom implementation. All of this resides under my