RE: "src/java" or "src/main/java" ?

2003-10-30 Thread Vincent Tence
> -Original Message- > From: Alain Javier Guarnieri del Gesu [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 9:18 AM > To: 'Maven Users List' > Subject: Re: "src/java" or "src/main/java" ? > > > * Vincent Tence <[E

RE: "src/java" or "src/main/java" ?

2003-10-30 Thread Vincent Tence
I second that as well. Good design + proper use of mock objects solve almost 100% of the needs for external dependencies on the unit tests, whether test files or environment dependencies such as the need to have a DB running. Keep in mind that the easiest and the fastest it is to run the unit tests

RE: I want to copy dependency jars to a /lib location...how?

2003-10-27 Thread Vincent Tence
Try something like this in your maven.xml file: .. and tell me if it works ;-) - Vincent > -Original Message- > From: Kelly Sonderegger [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 11:07 AM > To: [EMAIL PROTECTED] > Subject: I want to copy depen

RE: Deploying artifacts to remote repository

2003-10-27 Thread Vincent Tence
Hi Janne, We recently setup a corporate environment doing this: - Maven proxy provides the corporate remote repository (it will download external jars on demand from ibiblio) - Developers use maven proxy as their remote repo - We have a ftp server on the maven proxy machine to upload jars to mave