Re: Maven 3.0 reading non-maven build files

2010-10-14 Thread Mike Lenner
10 at 6:05 PM, Jason van Zyl wrote: > Copy what's in Polyglot is what will work for now. At some point in the > future we can dynamically load those extensions but they won't right now. So > adding a JAR with your model reader/writer will work. > > On Oct 6, 2010, at 5:1

Maven 3.0 reading non-maven build files

2010-10-06 Thread Mike Lenner
All - I'm trying to support my company's migration to maven 3.0. In doing so, I'd like for the existing XML build files (our own schema) to continue to work, just with Maven reading them in. Our legacy build files are fairly simple and map very easily to a pom. My plan is to follow the model of