Re: noob confusion about dependencies and repositories

2012-10-06 Thread Steinar Bang
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 layout of your projects? Where do you issue the command? What are the error messages

Re: Unifying maven-nar-plugin implementations

2012-10-06 Thread Greg Domjan
Hi, I was going to reply earlier but it slipped. I'd also like to hear more on Apache/Sonatype/Codehaus developers: It appears that there was once a push for Apache to adopt maven-nar-plugin as a core plugin. Is that effort abandoned now? Is a unified GitHub project the best way forward for

Re: Unifying maven-nar-plugin implementations

2012-10-06 Thread Claudio Bantaloukas
Great news for the project, it looks very promising, especially for working on jni libs. I have no personal interest in the project anymore as it has served its purpose for me (building a legacy jni lib on windows AIX and linux) I had only made two commits

Re: noob confusion about dependencies and repositories

2012-10-06 Thread Barrie Treloar
On Sat, Oct 6, 2012 at 11:04 AM, Rob Withers reefed...@gmail.com wrote: 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:

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

RE: noob confusion about dependencies and repositories

2012-10-06 Thread Rob Withers
Ok, I got around the issue with number 3 by removing the modules and building the top pom, then adding the modules. I am now getting an error with murmur-events that is preventing installation and preventing murmur from building. Here is the error with PMD: [INFO] Reactor Summary: [INFO]

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

2012-10-06 Thread Robert Scholte
Can you reach the age of 100 without ever being 99? You must find your solution in the plugin bound to the verify-phase. A strategy could be to make add a profile with the ITs. profile idrun-its/id /profile If you want it to be executed by default, add this kind of activation:

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

2012-10-06 Thread Barrie Treloar
On Sat, Oct 6, 2012 at 8: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.

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

2012-10-06 Thread Rob Withers
Thanks for your help. I did some O'Reilly reading. I could not find that I could skip the verify, but as Robert mentioned I can control the threshold of the plugins. I now have: workspace/ pom.xml murmur-events/ pom.xml murmur-utils/ pom.xml reed-solomon/

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

2012-10-06 Thread Markku Saarela
Read also Maven books from this site: http://www.sonatype.com/Support/Books rgds, Markku On 10/06/2012 06:42 PM, Rob Withers wrote: Thanks for your help. I did some O'Reilly reading. I could not find that I could skip the verify, but as Robert mentioned I can control the threshold of the

Re: noob confusion about dependencies and repositories

2012-10-06 Thread Steinar Bang
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 I issue the command in the murmur-events dir and I

Re: noob confusion about dependencies and repositories

2012-10-06 Thread Steinar Bang
Rob Withers reefed...@gmail.com: Ok, I got around the issue with number 3 by removing the modules and building the top pom, then adding the modules. Ok. What you did with that, was to add the top POM to your local repository, and then the modules will find it there, rather than in their

Re: Unifying maven-nar-plugin implementations

2012-10-06 Thread Benson Margulies
Adding plugins to the core is not so much a matter of 'strategy'. The nar plugin is a non-trivial amount of code. So, for it to come to Apache, it would have to pass IP clearance. That means understanding the provenance of all of the code and that the people contributing it have sufficient rights

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 Wayne Fay
Instead of a local repository, have a public repository at http://callistosheart.org/maven or something. If that is an option for you, then I'm sure it will be a good thing. I have only ever been allowed to set up an intranet repository...:-) You can add that repository in your top pom.

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 Barrie Treloar
On Sun, Oct 7, 2012 at 7:57 AM, Wayne Fay wayne...@gmail.com wrote: Instead of a local repository, have a public repository at http://callistosheart.org/maven or something. If that is an option for you, then I'm sure it will be a good thing. I have only ever been allowed to set up an

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