There is a settings.xml file each user can configure for themselves. It lives in ~/.m2/settings.xml (~ is the user's home directory). Each user can configure their own usernames/passwords in here as properties, and no need to check them in! You can refer to the properties set in the settings.xml in your build process. For more info: http://maven.apache.org/settings.html
Mike. On 10/6/07, gommo <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm still getting used to maven2 as well as just finding Appfuse. I've > created a test jsf app with appfuse and overridden the database settings > to > use postgres (in parent pom.xml). > > However, my question is, what is the best way for different developers to > go > about setting their username, password etc.. By the look of the default > setup, these are specified in the parent pom.xml, but that would be > checked > into version control. > > I'm still getting a handle on how maven goes about using these 'per > developer' properties. > > Any help would be great, > > Thanks > -- > View this message in context: > http://www.nabble.com/JDBC-username---password-per-developer-tf4579738s2369.html#a13073277 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
