RE: plugin for soapui

2013-06-27 Thread Drury, Tim
There is also a mock goal. The mock goal configuration is described here: http://www.soapui.org/Test-Automation/maven-2x.html#5-4-eviwaresoapuimock-settings -Original Message- From: Jorge Infante Osorio [mailto:jorg...@uci.cu] Sent: Wednesday, June 26, 2013 7:59 PM To: 'Maven Users

RE: Dependency in the local repository is ignored

2012-03-06 Thread Drury, Tim
If you already have eclipse projects set up, try running: mvn eclipse:clean eclipse:eclipse -Original Message- From: Alex [mailto:zeita...@googlemail.com] Sent: Tuesday, March 06, 2012 10:28 AM To: users@maven.apache.org Subject: Dependency in the local repository is ignored Dear All,

RE: Cobertura instrumentation in complex projects

2012-03-06 Thread Drury, Tim
I've done exactly this and it's a pain. I didn't want cobertura-instrumented jars from possibly infecting our production jars, so I have a Jenkins project that uses a private maven repo to build the entire product. The final deliverable has a cobertura classifier and this is deployed to

RE: Dependency in the local repository is ignored

2012-03-06 Thread Drury, Tim
If this is a multi-module project, and you run eclipse:eclipse, I'm fairly sure eclipse will resolve the dependency as a project dependency, not a library dependency. Look in your Build Path and select the Project tab to see if the dependent project is there. -Original Message- From:

compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
I've asked this question on the Jenkins email list a week ago (where I think it belongs) and on StackOverflow, but I've gotten no results. I know this isn't a Maven issue per se' because a local build does show compiler syntax errors, but I'm at wits end and hoping someone on this list may

RE: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
And the OP is probably using the evil Maven project type and not a freestyle project with a maven build step I am. Is this bad? -tim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

RE: skip cobertura for a module

2011-12-12 Thread Drury, Tim
I just looked at the cobertura maven source the other day, so I took another look. skipMojo() is the first call in the instrument plugin and if skip is true it should log at INFO level: Skipping cobertura execution While I don't have a solution to your issue, I can tell you that cobertura is