On 10/28/07, Eric D Nielsen <[EMAIL PROTECTED]> wrote: > I have some integration tests that I want to run as part of the build > verification process. These tests have to hit a database. I've been using > Maven 2 based filtering to inject some properties into the appropriate places. > But, of course, I don't want to check the database username/password into my > SCM.
With Maven, "developer-specific" settings typically go in settings.xml. Would adding some properties to the settings.xml file of the user who is running Continuum work for you? -- Wendy