Re: mea culpa

2010-09-21 Thread Lukas Theussl
Hi John, There is something wrong in the pdf plugin: the last two commit logs are duplicated with you as author [1], however no commits happened apparently. Can you check that? Thanks, -Lukas [1] http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/ma

Re: mea culpa

2010-09-21 Thread John Casey
It seems that there were no net changes after this series of commits. There were some new revisions applied to the following plugins: - ejb - linkcheck - pdf - antrun If you find any problems related to these plugins, let me know and I'll be happy to address them. -john On 9/21/10 4:37 PM,

mea culpa

2010-09-21 Thread John Casey
I've been working on the next version of the maven-assembly-plugin by using the ASF github location for maven-plugins. I got several commits queued up, did a `git svn rebase` and followed that with a `git svn dcommit`. Now, it looks like there may be a lot of collateral damage to other plugins.

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Jesse Glick
On 09/16/2010 05:21 AM, Benjamin Bentmann wrote: This is an attempt to collect feedback from a broad audience before we start the vote for 3.0, similar to what was done in the past. I'm a bit confused over the labeling "RC1", perhaps you could clarify. 1. Nothing is published at http://maven.

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann
Justin Edelson wrote: What MAVEN_OPTS are you using? What I was told by the build: [echo] ** WARNING (SLING-443) ** [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set [echo] MAVEN_OPTS="-Xmx256M -XX:MaxPerm

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Justin Edelson
Thanks for looking at this Benjamin. What MAVEN_OPTS are you using? We had some reports at the end of last week that upping PermGen to 512MB fixed the problems on a 64 bit VM. I haven't been able to validate that yet. Thanks, Justin On Sep 21, 2010, at 10:33 AM, Benjamin Bentmann wrote: > J

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann
Justin Edelson wrote: To reproduce: $ svn co http://svn.apache.org/repos/asf/sling/trunk $ mvn clean install After a couple of builds of r999284 of Slink trunk with 3.0-RC1, the only failures I ever managed to produce were in org.apache.sling.launchpad.testing due to the HTTP server occasion

Re: Plugin deployment problems

2010-09-21 Thread Mark Hobson
On 21 September 2010 04:45, Brian Fox wrote: > I'm at JavaOne this week so I didn't see this until know. You're back > in the group now. Great, thanks Brian, all working now. Mark - To unsubscribe, e-mail: dev-unsubscr...@maven