Re: Maven war:init - throws exception

2003-04-03 Thread Ben Walding
To make Maven sane, just install it again. It's not worth trying to debug what you've done to it. Follow the install instructions you used the first time. If that doesn't work, post to the list again. As to the plugins, try the documentation first, then the mailing list archives http://maven.

Re: Maven war:init - throws exception

2003-04-03 Thread Graham Leggett
Graham Leggett wrote: Eventually the dependancies were either down or broken, and maven bombed out with an exception. I then tried to delete the contents of the repository directory, thinking that things might return to a sane state. Maven now bombs out with a different exception: Deleting mave

Maven war:init - throws exception

2003-04-03 Thread Graham Leggett
Hi all, I am trying to figure out some of the mavel goals, one of which is the building of a war file. I tried out war:init, expecting to see some kind of output about directories it needs, and where I should put things to create a war file. Initially maven tried to download some dependancies.