Actually I did. I spoke a bit too soon about my issue - the first problem was a typo in the file path specified in the jar override in my module's project.properties file. However, it appears that you can only define one subproject to include in the build process. I declare two, and maven keeps skipping over the first. Here is a snippet from my project.properties file
----------------------------------------------------------------- # subprojects to include (relative maven.multiproject.basedir) maven.multiproject.includes=client-src/java/project.xml maven.multiproject.includes=src/java/project.xml ----------------------------------------------------------------- However, when I try to run 'maven multiproject:artifact' it only runs the build on the src/java/project.xml and skips over the top one. Is this a limitation on this pluigin, or am I missing something silly here? Matt Osborne -----Original Message----- From: Gail Jakubowski [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 10:53 AM To: Maven Users List Subject: Re: Problems with build order using M1 multiproject plugin Did you include the <dependency> section in the project.xml for the dependent project? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
