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 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 path it complai

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

2012-11-08 Thread Larry Shatzer, Jr.
ristian > > Den 8. nov. 2012 kl. 22:51 skrev "Larry Shatzer, Jr." : > > > 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

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

2012-11-08 Thread Larry Shatzer, Jr.
#x27;t run 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

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: org.apache.maven.plugins maven-surefire-p

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 sections that tell Surefire to run both TestNG and Junit, and put dependencies on the Surefire Plugin like so: org.apache.maven.surefire surefire-junit4 ${surefire.version} o

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. 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 of

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 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 -Dquiet=true I did no

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. Following

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 wrote: > On Mon, Jul 25, 2011 at 5:34 PM, Damian Bradicich > wrote: >> err...pluginManagement section even ;) >> >> Damian >> >> On Mon, Jul 25, 2011 at 8:02 AM, Damian Bradicich >> wrote: >> >>> Why not define the pluginDependency section in a pa

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 wrote: > > I've one shellscript excute.sh which has t

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 wrote: > Hi, > > We solved 7 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=15525 > > T