Hopefully one final issue I'm encountering in trying to build a Maven 1.0 build system for our project at work - I have successfully gotten the builder to see each project, but it tries to build everything simultaneously. I have one project thats dependent on another's created jar file, but when I issue the build command the plugin tries to read the yet-unbuilt jar before any building starts for either project, thus hosing the whole process. Is there something simple I'm missing here that sets the build order?
Matt Osborne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
