Use the settings.xml

For sql statements, check:
http://mojo.codehaus.org/sql-maven-plugin/

Cheers,

Vincent

2006/7/26, Denis McCarthy <[EMAIL PROTECTED]>:
Hi,
I'm moving from an ant build process to maven. I'm currently trying to
replace an ant target that rebuilt our database. In the ant target each
developer had an individual local.properties file that defined their own
username/password/tnsname for the database. I'm writing a simple plugin
to rebuild the db at the moment. Where do non-shareable properties fit
in in maven?

I can't really have these properties directly in a <configuration> tag
in the pom, because the pom is committed to source control and will be
shared by all developers. I'd like to import properties from a file that
is not committed to subversion
Thanks
Denis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to