Re: [math] maven build issue

2011-09-09 Thread Greg Sterijevski
These are very good suggestions. I am a bit reticent to mess with the pom. I think I will use Phil's advice and install maven2. Thank you all, -Greg On Fri, Sep 9, 2011 at 11:42 AM, sebb wrote: > On 9 September 2011 13:56, sebb wrote: > > Also, might be worth seeing if Commons Parent 22-SNAPS

Re: [math] maven build issue

2011-09-09 Thread sebb
On 9 September 2011 13:56, sebb wrote: > Also, might be worth seeing if Commons Parent 22-SNAPSHOT helps with Maven 3. > That has an updated version of the site plugin. > > Just update the Math pom locally to 22-SNAPSHOT and add the snapshot > repo to your settings.xml: > >     >      apache.snaps

Re: [math] maven build issue

2011-09-09 Thread Dennis Lundberg
Hi You need to use findbugs plugin 2.3 or later with Maven 3. See https://cwiki.apache.org/MAVEN/maven-3x-plugin-compatibility-matrix.html On 9/9/11, Greg Sterijevski wrote: > Hello All, > > I am seeing this. My build is on a Mac. Does anyone have any clues? > > [ERROR] Failed to execute goal >

Re: [math] maven build issue

2011-09-09 Thread Greg Sterijevski
I will try this. The funny thing is that I could swear that I successfully built a couple of days ago. The build fails after compilation and all tests run successfully. On Fri, Sep 9, 2011 at 7:56 AM, sebb wrote: > Also, might be worth seeing if Commons Parent 22-SNAPSHOT helps with Maven > 3. >

Re: [math] maven build issue

2011-09-09 Thread sebb
Also, might be worth seeing if Commons Parent 22-SNAPSHOT helps with Maven 3. That has an updated version of the site plugin. Just update the Math pom locally to 22-SNAPSHOT and add the snapshot repo to your settings.xml: apache.snapshots true

Re: [math] maven build issue

2011-09-08 Thread Ralph Goers
FWIW, I built the commons vfs site with Maven 3 and didn't have any issues. On Sep 8, 2011, at 10:00 PM, Greg Sterijevski wrote: > Okay will do. My primary computer died, so I moved to a Mac. Its a bit of > learning curve, even coming from linux. > > Thank you, > > -Greg > > On Thu, Sep 8, 2

Re: [math] maven build issue

2011-09-08 Thread Greg Sterijevski
Okay will do. My primary computer died, so I moved to a Mac. Its a bit of learning curve, even coming from linux. Thank you, -Greg On Thu, Sep 8, 2011 at 11:58 PM, Phil Steitz wrote: > I know some people have gotten maven 3 to work, but I think most [math] > developers use maven 2. That's what

Re: [math] maven build issue

2011-09-08 Thread Phil Steitz
I know some people have gotten maven 3 to work, but I think most [math] developers use maven 2. That's what I use at least. You might try that. Phil On Sep 8, 2011, at 9:19 PM, Greg Sterijevski wrote: > Hello All, > > I am seeing this. My build is on a Mac. Does anyone have any clues? > >

[math] maven build issue

2011-09-08 Thread Greg Sterijevski
Hello All, I am seeing this. My build is on a Mac. Does anyone have any clues? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site) on project commons-math: failed to get Reports: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-