My first post, hopefully not a stupid one...
I am using Maven to build a very large s (it will eventually have on the
order of 80 projects, but for now its about 45). Naturally, I want to
use dashboard to neatly package some of the information together, and
I've run into this odd problem. I have defined the list of aggregators
to use in my project.properties file in the multiproject folder. It
works as expected when I type maven multiproject:site from that
directory. However, the way I have been automating the build is to call
Maven from an Ant script. The multiproject builds correctly when that is
done, and the project.properties file is definitely being read because
the list of projects built is always correct, but the list of
aggregators is always the default. So I'm thinking that this property
setting is being read later on, perhaps after I set the basedir to ./..
, then the properties file is not being found, and I'm getting the defaults.
Is this a bug? Can it be fixed?
For reference, I'm on a stock install of Maven 1.1 beta 1.
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]