Done. I had a couple of false-starts but it works like this: maven -f my-project.xml will act just like: maven -p my-project.xml
but instead of assuming the project file lives in the current directory it will walk up the directory tree to find it. If the file isn't found it, unfortunately, doesn't give any meaningful message like '-p' does. I'm going to look at that tomorrow, however, and try to make it nicer. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
