Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Milos Kleint
The checksums on central shall be fixed now. My apologies to everyone. Milos On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter br...@apache.org wrote: On 21/04/2010, at 11:13 PM, John Singleton wrote: Thanks, Brett. FWIW, I also noticed this problem with the 2.2 version of Compiler

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Thomas Sundberg
Hi! I just upgraded the project I'm working on and it worked fine. /Thomas On Fri, Apr 23, 2010 at 09:54, Milos Kleint mkle...@gmail.com wrote: The checksums on central shall be fixed now. My apologies to everyone. Milos On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter br...@apache.org

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread John Singleton
It works for me, too - Thanks! John Singleton On Fri, Apr 23, 2010 at 4:04 AM, Thomas Sundberg thomas.k.sundb...@gmail.com wrote: Hi! I just upgraded the project I'm working on and it worked fine. /Thomas On Fri, Apr 23, 2010 at 09:54, Milos Kleint mkle...@gmail.com wrote: The

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-21 Thread John Singleton
Thanks, Brett. FWIW, I also noticed this problem with the 2.2 version of Compiler plugin, which was released a couple of weeks ago. On Tue, Apr 20, 2010 at 8:08 PM, Brett Porter br...@apache.org wrote: Yes, the checksums seem to be incorrect on central. I'll forward this to the dev list. On

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-21 Thread Brett Porter
On 21/04/2010, at 11:13 PM, John Singleton wrote: Thanks, Brett. FWIW, I also noticed this problem with the 2.2 version of Compiler plugin, which was released a couple of weeks ago. Yes, they both use the same version of the shared component. It's being taken care of. - Brett -- Brett

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread John Singleton
I tried to upgrade to this version of the plugin, but am getting download errors on some of its dependencies, namely: org.codehaus.plexus:plexus-compiler-api:jar:1.8 org.codehaus.plexus:plexus-compiler-manager:jar:1.8 org.codehaus.plexus:plexus-compiler-javac:jar:1.8 sample error message from

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Raphael Ackermann
I get the same/similar checksum errors with nexus 1.6. I deleted the plexus-compiler artefacts both from my local and the nexus repository but got the same error still. Raphael On Tue, Apr 20, 2010 at 21:09, John Singleton jhsin...@gmail.com wrote: I tried to upgrade to this version of the

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Brett Porter
Yes, the checksums seem to be incorrect on central. I'll forward this to the dev list. On 21/04/2010, at 5:48 AM, Raphael Ackermann wrote: I get the same/similar checksum errors with nexus 1.6. I deleted the plexus-compiler artefacts both from my local and the nexus repository but got the

[ANN] Maven Compiler Plugin 2.3 Released

2010-04-17 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.3. This plugin is used to compile the sources of your project. See the plugin's site for more details: http://maven.apache.org/plugins/maven-compiler-plugin/ To use the updated plugin in your