Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-29 Thread Frederic Camblor
For you information, Because of http://jira.codehaus.org/browse/MRESOURCES-104, there will be regressions in 3.0-beta1 on filtering of ressources files containing a @ inside it (like urls or datasources) if you relies on the super pom definition of the maven-resources-plugin (aligned from 2.3 to

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-29 Thread Arnaud Héritier
Yes i began to study this issue I discovered two days ago The issue was introduced in 2.4 and is in all 2.4.x releases. I think it is enough critical to try to fix it quickly (And we can loose many time before finding it and applying the workaround - myself 30 min) I'm studying plexus-interpolator

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-28 Thread Hervé BOUTEMY
FYI, this has just been fixed (thanks Kristian). The fix is in Maven 3 trunk, then won't be available to general public before Maven 3.0-beta-2 release: no ETA ;) I just compiled Maven trunk for myself then maven-site-plugin 3.0 branch, and everything is now ok. Regards, Hervé Le samedi 24

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-25 Thread Werner Punz
Excellent stuff, I ran my own 2 projects through maven 3 and got errors but all of them came down either to my own ones (double setting of a repository) or a deprecated plugin which had a successor. So for me, no error to report. Werner Am 23.04.10 15:05, schrieb Benjamin Bentmann: The Maven

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-24 Thread Kristian Rosenvold
This will be fixed real soon, the site plugin needs a minor update. On Fri, Apr 23, 2010 at 11:06 PM, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: Any reason why mvn clean package on the checked out source would yield: [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @

[ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-beta-1. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
I know Jason says he won't give ETAs, but is there any ETA on the site reporting? I make a lot of use of it, and I doubt I'm alone. My personal preference is to find some way to integrate the docbkx plugin with the site framework. I've got some code that does this for Maven 2, and it works for

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Hervé BOUTEMY
this one isn't done by Jason, but this won't give you an ETA neither ;) maven-site-plugin 3.0-beta-1 shouldn't be far: see [1] you can install it for yourself and see if it works we will probably put the release out in the next weeks Regards, Hervé

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
Great! I'll try it out and let you know. You're probably already doing integration testing, so you probably already know anything I'll report. I'l check the JIRA before I complain... Thanks! -K On Apr 23, 2010, at 3:02 PM, Hervé BOUTEMY wrote: this one isn't done by Jason, but this won't

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
Any reason why mvn clean package on the checked out source would yield: [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ maven-site-plugin --- [INFO] Compiling 23 source files to /Users/huxtable/Documents/workspace/maven-site-plugin-3.0-beta-1-SNAPSHOT/target/classes [INFO]