Re: Tentative release planning for 3.1.x

2012-11-13 Thread Larry Shatzer, Jr.
On Tue, Nov 13, 2012 at 10:02 AM, Jesse Glick jgl...@cloudbees.com wrote: On 11/12/2012 02:00 PM, Dennis Lundberg wrote: I had a quick look at the Windows ITs and the problem seems to be that Maven/Jenkins is unable to delete files. This looks like a Windows path length issue, because the

Re: Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-08 Thread Larry Shatzer, Jr.
anything... Thanks -- Larry On Thu, Nov 8, 2012 at 12:11 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: This seems to be a bug; would you mind filing an issue http://jira.codehaus.org/browse/SUREFIRE ? Kristian 2012/11/8 Larry Shatzer, Jr. lar...@gmail.com: I'm using a fairly

Re: Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-08 Thread Larry Shatzer, Jr.
. 2012 kl. 22:51 skrev Larry Shatzer, Jr. lar...@gmail.com: Created: http://jira.codehaus.org/browse/SUREFIRE-926 As mentioned in the bug, I'm trying to create integration tests to exhibit this behavior, but having a few problems. Also, is there an easy way to run just one, or two

Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-07 Thread Larry Shatzer, Jr.
I'm using a fairly recent feature of Surefire where you can specify multiple providers ( http://maven.apache.org/plugins/maven-surefire-plugin/examples/providers.html ) I'm using both TestNG and Junit. Here is the secion of the pom in question: plugin

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-02 Thread Larry Shatzer, Jr.
On Mon, Aug 1, 2011 at 9:56 AM, Larry Shatzer, Jr. lar...@gmail.com wrote: I want to run with both JUnit and TestNG. By removing JUnit (and the tests that JUnit run), it ran just fine, as do the inverse, just JUnit and no TestNG. It is the combination of both of them. To help, instead

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-02 Thread Larry Shatzer, Jr.
One last update. If I remove the execution sections that tell Surefire to run both TestNG and Junit, and put dependencies on the Surefire Plugin like so: dependencies dependency groupIdorg.apache.maven.surefire/groupId artifactIdsurefire-junit4/artifactId

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-01 Thread Larry Shatzer, Jr.
On Thu, Jul 28, 2011 at 6:04 AM, Martin Gainty mgai...@hotmail.com wrote: Larry- try loading both dependencies in your local repository and running offline with mvn -o (at least your dependencies will be found) did you check cobertura for errors? mvn -e -X cobertura:cobertura

Re: Set specific plugin versions for a project - issue in plugin-registry.xml/maven-metada-local.xml

2011-07-27 Thread Larry Shatzer, Jr.
On Mon, Jul 25, 2011 at 9:30 AM, Kasun Gajasinghe kasu...@gmail.com wrote: On Mon, Jul 25, 2011 at 5:34 PM, Damian Bradicich dbradic...@sonatype.com wrote: err...pluginManagement section even ;) Damian On Mon, Jul 25, 2011 at 8:02 AM, Damian Bradicich dbradic...@sonatype.comwrote: Why

Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-07-27 Thread Larry Shatzer, Jr.
I did send this to the users list, but got no response in over a week. I know dev lists are not a magical escalation path, but this might be a better venue for this email. I have an example project at https://gist.github.com/1090223 This project has both a JUnit test and a TestNG test.

Re: Excecuting maven commands in crontab

2010-08-12 Thread Larry Shatzer, Jr.
Remember, that cron jobs execute in a limited environment. You should check your log for any clues. Also, this is more of a maven users question, not about the development of maven itself. -- Larry On Thu, Aug 12, 2010 at 9:49 AM, anilreddy76 anilredd...@gmail.com wrote: I've one shellscript

Re: [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-22 Thread Larry Shatzer, Jr.
I attached a patch (with a test too!) for MSHADE-52, and would love that to get included, or at the very least, looked at. On Sun, Nov 22, 2009 at 5:43 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, We solved 7 issues: