On Oct 27, 2004, at 1:58 PM, Aaron Mulder wrote:
On Wed, 27 Oct 2004, Dain Sundstrom wrote:
It doesn't work because I had to remove the repo list from the
geronimo/project.properties, because it was breaking the m:build due
to
repo list differences between modules.
OK.
You should not have to build online unless you delete your repo or
someone adds a dependency, both of which should only rarely happen.
Once your local repo is setup, you just build off line.
Well, I've noticed pretty regular changes to Jetty and EWS and so
on. I think I tend to get changes most days that I ran that.
not a big deal
maven m:build -o
...... some/random/module need some more dependencies
cd some/random/module
maven build
cd ../../../
maven m:build -o
If you really want that file, just grab it from the svn history.
I'd rather fix the many-snapshot-download problem so an online
build isn't so heinous. :)
We're working on that.
-dain