Fwd: Anyone help me about classpathContainers in maven-eclipse-plugin?

2011-12-20 Thread zuxiong lin
-- Forwarded message -- From: zuxiong lin Date: 2011/12/20 Subject: Anyone help me about classpathContainers in maven-eclipse-plugin? To: us...@maven.apache.org I have a webapp project under eclipse by my colleage. So it has WEB-INF/lib directory and dependcy packages are put in

Re: Issue with and large artifacts.

2011-12-20 Thread Brett Porter
I moderated this through, but I'll note that it should be sent to the us...@maven.apache.org list. In answer to your question - the JDK libraries used by default buffer the entire stream into memory, so you must increase the JVM memory available to accommodate. Alternatively, you can use wagon-

Re: Help me convincing Tomcat to use Maven

2011-12-20 Thread Brian Fox
> > If Ant is their primary build tool, then I would suggest helping them > set up Ant to use Maven Ant Tasks as a starting point. That is a great > way of enabling an Ant build to deploy the artifacts into a Maven-style > repository. > I would second that. In fact Ant/Ivy both already deploy to Ne

Issue with and large artifacts.

2011-12-20 Thread Lee Crawford
Maven Ant Task folks, Am having a problem with the artifact:deploy task and large artifacts. It appears to attempt to copy the entirety of the artifact into the heap (via ByteArrayOutputStream) as part of the process. This runs into trouble for large artifacts. maven-global-snapshot: [echo

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-20 Thread Robert Scholte
https://jira.codehaus.org/browse/MRELEASE-723 > From: mfriedenha...@gmail.com > Date: Tue, 20 Dec 2011 21:14:59 +0100 > Subject: Re: maven-release-plugin: using git where do I see the tag used to > build the release in the pom? > To: dev@maven.apache.org > > Hello, > > I erroneously opened

Re: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-20 Thread Mirko Friedenhagen
Hello, I erroneously opened the issue in the SCM plugin (https://jira.codehaus.org/browse/SCM-655), however it is an issue of MRELEASE probably. Would someone with the according rights move it to http://jira.codehaus.org/browse/MRELEASE, please? Best regards Mirko On Mon, Dec 19, 2011 at 22:56,

[ANNOUNCE] Apache Maven Wagon 2.2

2011-12-20 Thread Olivier Lamy
Hello, The Apache Maven is pleased to announce the release of Wagon 2.2. Release Notes - Maven Wagon - Version 2.2 ** Improvement * [WAGON-361] - avoid writing temporary file in putFromStream from wagon-http * [WAGON-365] - increase default read timeout value to 30 minutes. * [WAGON-

[RESULT][VOTE] Apache Maven Wagon 2.2

2011-12-20 Thread Olivier Lamy
Hello, The vote has passed with the following result. +1 (binding): Mark, Benson, Hervé and Olivier. I will continue the release process. Thanks, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy ---

Re: [VOTE] Apache Maven Wagon 2.2

2011-12-20 Thread Olivier Lamy
2011/12/20 Grzegorz Słowikowski : > Hi > > I tried to upgrade my "org.apache.maven.wagon:wagon-webdav:1.0-beta-2" > extension to > "org.apache.maven.wagon:wagon-webdav-jackrabbit:2.2" but without luck. > It does not work with Maven 2.2.1 at all (versions 2.0 and 2.1 don't > work too). > Log: > > ..