Re: Building offline

2007-08-10 Thread Matthias Wessendorf
tory > > > > Are you try this? > > *first option: > > mvn --help > usage: mvn [options] [] [] > Options: > -o,--offline Work offline > > * second option: > > Config your setting.xml at $HOME/.m2/ or $MAVEN_DIR/bin/conf > true > > rega

RE: Building offline

2007-06-22 Thread Brian E. Fox
2007 1:44 PM To: users@maven.apache.org Subject: Re: Building offline That looks like what I want. However, when I run that goal - it fails because it does not find my inter-module dependencies, which have not been built yet. Any suggestions? Wendy Smoak-3 wrote: > > On 6/22/07, kjohns

Re: Building offline

2007-06-22 Thread Manuel J. Recena Soto
onfig your setting.xml at $HOME/.m2/ or $MAVEN_DIR/bin/conf true regards, > Thanks > -- > View this message in context: http://www.nabble.com/Building-offline- > tf3966053s177.html#a11256959 Sent from the Maven - Users mailing > list archive at Nabble.com. > > --

Re: Building offline

2007-06-22 Thread kjohnston
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Building-offline-tf3966053s177.html#a11258897 Sent from the Ma

Re: Building offline

2007-06-22 Thread Wendy Smoak
On 6/22/07, kjohnston <[EMAIL PROTECTED]> wrote: I'm having trouble getting Maven to build a project in offline mode. Is there a step-by-step procedure document for this? Here's what I'd like to do: - Set up a local file based repository with all the artifacts needed to build - Run Maven in of

Building offline

2007-06-22 Thread kjohnston
a single, local repository Thanks -- View this message in context: http://www.nabble.com/Building-offline-tf3966053s177.html#a11256959 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [

Re: Can't find artifact when building offline

2007-01-29 Thread Tony Ambrozie
What version of surefire are you specifying in your pom? Do you specify one? Not sure what the issue is as I cannot replicate it, I can only suspect that some dependency/plugin looks for the latest release and finds a pom with this name somewhere, but no associated jar. You may want to specify v

Can't find artifact when building offline

2007-01-29 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, all. I'm trying to do an offline build. I've done a successful build and have a local repository. Now, when I run the same build again with the -o (for offline) option, using that same local repository, I get the message that an artifact could not be resolved. The message is for Gr

Re: [m2]recalcitrant plugin when building offline

2006-04-13 Thread Wayne Fay
I have to delete this > > entire directory and not use the offline switch to repopulate this > > directory. > > > > -Original Message- > > From: Xavier Toth [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 13, 2006 4:11 PM > > To: Maven U

Re: [m2]recalcitrant plugin when building offline

2006-04-13 Thread Xavier Toth
he offline switch to repopulate this > directory. > > -Original Message- > From: Xavier Toth [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 4:11 PM > To: Maven Users List > Subject: Re: [m2]recalcitrant plugin when building offline > > Yes it has thi

RE: [m2]recalcitrant plugin when building offline

2006-04-13 Thread EJ Ciramella
]recalcitrant plugin when building offline Yes it has this version in its' maven-metadata.xml. Any other possibilities? On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > It's probably a corrupted maven-metadata.xml file in the > maven-site-plugin directory. Does th

Re: [m2]recalcitrant plugin when building offline

2006-04-13 Thread Xavier Toth
Yes it has this version in its' maven-metadata.xml. Any other possibilities? On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > It's probably a corrupted maven-metadata.xml file in the > maven-site-plugin directory. Does that contain a reference to: > > ... > 2.0-beta-4 > > > ? > > - Brett >

Re: [m2]recalcitrant plugin when building offline

2006-04-07 Thread Brett Porter
It's probably a corrupted maven-metadata.xml file in the maven-site-plugin directory. Does that contain a reference to: ... 2.0-beta-4 ? - Brett On 4/8/06, Xavier Toth <[EMAIL PROTECTED]> wrote: > I'm not feelin the love, no one seems to care about my issue :( > > On 4/6/06, Xavier Toth <[EM

Re: [m2]recalcitrant plugin when building offline

2006-04-07 Thread Xavier Toth
I'm not feelin the love, no one seems to care about my issue :( On 4/6/06, Xavier Toth <[EMAIL PROTECTED]> wrote: > > I have occasion to build at locations where I don't have internet access > but I do have access to a cvs repository where I have added > my local maven repository. So I build a loc

[m2]recalcitrant plugin when building offline

2006-04-06 Thread Xavier Toth
I have occasion to build at locations where I don't have internet access but I do have access to a cvs repository where I have added my local maven repository. So I build a local repository with a check out from cvs and then I build my project with 'mvn -o clean install'. However I get the followin