Matthew,
What version of maven are you using/trying to use?
Maven 1.x has very good support and documentation for various properties
files and how they are read and relate to the build process. See this
reference:
http://maven.apache.org/maven-1.x/reference/properties.html
To many, including the developers, the derth of properties files, their
relationships and locations seemed more a problem. Therefore, in Maven
2.x, all these properties files have, to one degree or another, been
incorporated into either the POM, or the local settings.xml. See other
responses for reference links to profiles.
HTH,
DD
Osborne, Matthew wrote:
Hello
After much headbanging, I think I've figured out a solution to some
issues I've had in converting an Ant build process to Maven. That
solution is customizing Maven builds using *.properties files. However,
the documentation I was able to find on this on the maven website was
lacking a lot of critical details. Can someone please point me to where
I can find some good information on this, and preferably someplace where
I can find some examples of customized maven projects and the associated
.properties files
Thanks
Matt Osborne
---------------------------------------------------------------------
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]