Sorry I forgot to note the version. I have been using version 2.0. However, I just realized that version 2.0 only allows for artifacts to come from a central repository, and gives no leeway whatsoever with how the dependencies are named (eg artifactname-1.0.jar must have the version number in the filename no matter what). So I may have to use version 1.0, btu I haven't decided for sure yet
Matt Osborne -----Original Message----- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 12:00 PM To: Maven Users List Subject: Re: Information on customizing a Maven project 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
