From: Mike B. <mb...@Ga...> - 2003-06-09 10:11:01
|
> I just downloaded the CVS source and built it using maven. So far so > good. Now I am trying to find a way to also get at the documentation > (assuming it is available). > > I was not able to find anything like a "doc" target callable with > maven (maven.. mystery). Calling the "site" target caused a CVS/SSh > connection with sourceforge to be established under the user mbowler, > whose password I did not have handy.. "maven site" is the correct command. The fact that it's hardcoded to use my username is a problem which I'll have to fix. It's most likely trying to get to sourceforge to download the cvs logs. Try building with the -o option - this tells maven that you are offline so it shouldn't attempt to connect to the cvs repository. If you're going to be regularly running maven "offline" then you can set a property in build.properties to set this. I think the property is "maven.mode.offline=true" but you'd have to double check that from the maven docs. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |