Re: Problem installing jetspeed

2004-11-17 Thread Mark Miller
Thanks David - I added the maven.repo.remote line to this file the install worked. David Sean Taylor wrote: Mark Miller wrote: Thanks David, it actually looks like some of the files have been moved around on Ibiblio - for example: http://www.ibiblio.org/maven/pluto/jars/pluto-1.0.1-rc1.jar

Problem installing jetspeed

2004-11-16 Thread Mark Miller
I am running into a problem with downloading jar files during the install of jetspeed. From the Getting Started page at http://portals.apache.org/jetspeed-2/getting-started.html I am running the command: maven --debug allClean allBuild and in the output, I can see that maven is trying to

Re: Problem installing jetspeed

2004-11-16 Thread Mark Miller
/, ... maven.repo.remote = http://www.bluesunrise.com/maven/ and restarted the test server (maven start.test.server) but maven is still trying to download packages from ibiblio. Where should I make the change to have it look for the packages on bluesunrise.com? David Sean Taylor wrote: Mark Miller