Re: [ANNOUNCE] Commons Parent 28 released

2013-01-28 Thread Gary Gregory
On Mon, Jan 28, 2013 at 8:21 AM, Benedikt Ritter wrote: > Sorry, in your case it should be mvn -Preporting clean site -U > OK, that worked. Thank you! Gary > > Benedikt > > > 2013/1/28 Benedikt Ritter > > > Hey Gary, > > > > I had a short look at the parent and it seems to be okay... I'll tr

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-28 Thread Benedikt Ritter
Sorry, in your case it should be mvn -Preporting clean site -U Benedikt 2013/1/28 Benedikt Ritter > Hey Gary, > > I had a short look at the parent and it seems to be okay... I'll try to > build codec after work when I'm at home. Until then, you could try mvn > clean install -U to force update

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-28 Thread Benedikt Ritter
Hey Gary, I had a short look at the parent and it seems to be okay... I'll try to build codec after work when I'm at home. Until then, you could try mvn clean install -U to force update of releases (and snapshots). Maybe -X gives us some more information, whats wrong... Benedikt 2013/1/28 Gary

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-28 Thread Gary Gregory
If I do "mvn -Preporting clean site" with CP 28 I get: [INFO] [INFO] <<< jdepend-maven-plugin:2.0-beta-2:generate (report:generate) @ commons-codec <<< [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.2 [WARNING] The POM for org.codehaus.mojo:cobertura-maven-plugin:jar

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-27 Thread sebb
Or just try -Preporting which is where Cobertura was moved. Sorry, should have done a full compare of the poms before release; several changes were omitted from the change list. On 27 January 2013 13:10, Gary Gregory wrote: > This is a bummer. Most of the components I see do use cobertura. So >

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-27 Thread Gary Gregory
This is a bummer. Most of the components I see do use cobertura. So I'll have to skip 28 and wait for 29. Gary On Jan 27, 2013, at 7:40, sebb wrote: > On 26 January 2013 16:22, Benedikt Ritter wrote: >> As far as I know, this is because cobertura was dropped in favor of Sonar. >> I guess codec

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-27 Thread sebb
On 26 January 2013 16:22, Benedikt Ritter wrote: > As far as I know, this is because cobertura was dropped in favor of Sonar. > I guess codec should > a) define the dependency to cobertura itself > b) use Sonar, like some of the other components (like math) already do. c) Update CP29 so it suppor

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-26 Thread Benedikt Ritter
As far as I know, this is because cobertura was dropped in favor of Sonar. I guess codec should a) define the dependency to cobertura itself b) use Sonar, like some of the other components (like math) already do. Regards, Benedikt 2013/1/26 Gary Gregory > Arg, with [codec] I get: > > [INFO] --

Re: [ANNOUNCE] Commons Parent 28 released

2013-01-26 Thread Gary Gregory
Arg, with [codec] I get: [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ commons-codec --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< jdepend-maven-plugin:2.0-beta-2:generate (report:generate) @ commons-codec <<< [INFO] configuring report plugin org.c

[ANNOUNCE] Commons Parent 28 released

2013-01-26 Thread sebb
Commons Parent 28 has been released. Release notes: https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-28/RELEASE-NOTES.txt Components are recommended to upgrade when convenient, but this is not compulsory. If upgrading causes any breaking changes, please report