Test Harness, how to wire a MavenProjectHelper

2014-10-01 Thread Frank Wilson
Hi, Please could someone explain how to wire a MavenProjectHelper into my mojo using the test harness? I try to wire it using the test pom, however it seems the MavenProjectHelpers dependencies are not satisfied. Here's the line in my test POM:

RE: Maven, Dependencies and Vulnerabilities

2014-10-01 Thread David Dillard
Thanks! This looks like it covers the most important part of what I'm looking for. -Original Message- From: Mark Derricutt [mailto:m...@talios.com] Sent: Tuesday, September 30, 2014 5:04 PM To: Maven Users List Subject: Re: Maven, Dependencies and Vulnerabilities On 1 Oct 2014, at

RE: Maven, Dependencies and Vulnerabilities

2014-10-01 Thread David Dillard
I'm familiar with Black Duck and an older version of Palamida. The problem with them is that you see the vulnerabilities later in the dev cycle (usually). If done with Maven it could be a part of the build and thus found earlier. I like the idea of including the CPE in the POM and that would

Need help regarding apache maven

2014-10-01 Thread sameer chandekar
Hi, Please help me to resolve issue I am facing with apache maven. I am trying to implement continuous integration.For which i am using apache maven with build server. I have setup a repository using visual svn server.I've created build using maven now when I try to deploy the build on remote

Re: Need help regarding apache maven

2014-10-01 Thread Olivier Lamy
Hi, No idea what is your setup or your Maven distribution but you use a wagon implementation which is not supported here: com.ning.http.client.providers.netty Cheers Olivier On 2 October 2014 04:09, sameer chandekar sameerchandekar2...@gmail.com wrote: Hi, Please help me to resolve issue

Re: Need help regarding apache maven

2014-10-01 Thread Barrie Treloar
Uploading: https://sachin/svn/demo/com/kedb/kedb/0.0.1-SNAPSHOT/kedb-0.0.1-20140929.030730-3.jar Uploading: https://sachin/svn/demo/com/kedb/kedb/0.0.1-SNAPSHOT/kedb-0.0.1-20140929.030730-3.pom Is https://sachin/svn/ your SVN server? You can't get Maven to deploy your artifacts to your SVN