RE: noob confusion about dependencies and repositories

2012-10-07 Thread Rob Withers
-Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] On Sun, Oct 7, 2012 at 9:34 AM, Rob Withers reefed...@gmail.com wrote: I am guilty for being lazy. I really hate all this build config stuff and with maven, git and Jenkins, plus FindBugs and PMD in all three

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
Thanks for your response, Steinar... From: Steinar Bang [mailto:s...@dod.no] Rob Withers reefed...@gmail.com: Here are my questions, I suppose: 1.. How can I install murmur-events, even though pmd/findbugs is issuing warnings? The mvn install is failing. What's the directory

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
Ok, great. Thanks for the link! -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Saturday, October 06, 2012 6:08 AM To: Maven Users List Subject: Re: noob confusion about dependencies and repositories On Sat, Oct 6, 2012 at 11:04 AM, Rob Withers reefed

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
warnings failing the murmur-events install? Thanks, Rob -Original Message- From: Rob Withers [mailto:reefed...@gmail.com] Sent: Saturday, October 06, 2012 6:12 AM To: 'Maven Users List' Subject: RE: noob confusion about dependencies and repositories Thanks for your response, Steinar

RE: can I run mvn install with no verify phase?

2012-10-06 Thread Rob Withers
:14 PM, Rob Withers reefed...@gmail.com wrote: As the subject asks: can I run mvn install with a no verify flag to skip the verify phase? Rob, please read the maven books. Your questions are showing you need to grasp the basics first. You will save yourself lots of pain. From: Robert

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
From: Steinar Bang [mailto:s...@dod.no] Rob Withers reefed...@gmail.com: What's the directory layout of your projects? Where do you issue the command? What are the error messages you're getting. workspace/ murmur/ pom.xml murmur-events/ pom.xml

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
Cool, I'll check it out after getting all my projects squared away... Rob -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Saturday, October 06, 2012 5:27 PM To: Maven Users List Subject: Re: noob confusion about dependencies and repositories Instead of a

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
I am guilty for being lazy. I really hate all this build config stuff and with maven, git and Jenkins, plus FindBugs and PMD in all three environments, it gets to me. I am totally up and running, minus some issues as I split my project apart that I am working on. If I do go for the public maven

noob confusion about dependencies and repositories

2012-10-05 Thread Rob Withers
Hey y’all, I am trying to link one project’s jar to another project. I am totally confused and hope someone can take some time to explain. I have been reading the following pages on the site: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html