Projects inheriting the global project.xml will also inherit the goals in the maven.xml next to it. In my setup I have a CVS module called "master" and then all the mavenized projects as separate modules. Checking out all the modules of interest, and "master", gives all the functionality I need. I have also written productivity command line scripts, like an incremental compile script that uses the dependencies of maven for it's class path, and a "run any class's main method" script which uses the same dependencies. They are very helpful. I suppose I should publish a link later... I will.
Anthony Vito On Thu, 2003-06-19 at 13:27, James Carman wrote: > Is this possible? I have one main project with a global project.xml file. > If I put a maven.xml file in the same directory as the global project.xml > file, how do I get the subprojects to "inherit" the goals in the maven.xml > file? Or, can I? > > James Carman, President > Carman Consulting, Inc. > 1218 Bob White Ct. > Edgewood, KY 41018 > (513) 325-7977 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
