Non-tranistive ZIPs

2009-06-23 Thread Jörg Schaible
Hi folks, is there any way to change the transitive behaviour of ZIPs to non-transitive? I tried to use Maven's extension mechanism with a jar containing a component descriptor for zip files, where the includesDependencies paremeter is set to true, but it seems to be ignored. Any hints? - Jörg

Re: Non-tranistive ZIPs

2009-06-23 Thread Brian Fox
The transitivity of a given artifact is controlled by the artifactHandler, so you would need to introduce a new impl (probably as an extension) to flip that value to false. On Tue, Jun 23, 2009 at 7:27 AM, Jörg Schaiblejoerg.schai...@gmx.de wrote: Hi folks, is there any way to change the

Re: [PLEASE TEST] Maven 2.2.0-RC4 Maven Wagon 1.0-beta-6

2009-06-23 Thread John Casey
FWIW, the following URL at repository.apache.org includes the staging repository for wagon: https://repository.apache.org/content/groups/staging/ I've added this repository location to the group used by the Hudson instance, and it's now building Maven 2.2.0-RC5-SNAPSHOT (the next version on

Manual Steps for Integrating Maven with Eclipse...

2009-06-23 Thread Shesadri Parthasarathy
Hi , We are working for one of our clients and all our development happens thru Eclipse 3.1. We are using Maven Project for Build and deployment process. As there is some issues in doing the installation of the maven plugin in Eclipse, we want to know the manual steps involved in achieving the

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Benjamin Bentmann
Barrie Treloar wrote: This builds fine on my machine (windows xp) and on people.apache.org. I dont know why this is failing on hudson. Likely because Hudson does a reactor build with the current working directory being trunk/ and not maven-eclipse-plugin/. E.g. doing cd .. mvn

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Barrie Treloar
On Wed, Jun 24, 2009 at 6:33 AM, Benjamin Bentmannbenjamin.bentm...@udo.edu wrote: Barrie Treloar wrote: This builds fine on my machine (windows xp) and on people.apache.org. I dont know why this is failing on hudson. Likely because Hudson does a reactor build with the current working

Re: Manual Steps for Integrating Maven with Eclipse...

2009-06-23 Thread Barrie Treloar
On Wed, Jun 24, 2009 at 3:28 AM, Shesadri Parthasarathysparthasarat...@sapient.com wrote: Hi , We are working for one of our clients and all our development happens thru Eclipse 3.1. We are using Maven Project for Build and deployment process. As there is some issues in doing the

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Barrie Treloar
Interesting... [INFO] Executing tasks [echo] script = /home/hudson/workspace/plugins-CI-with-maven-2.1.x/jdk/1.5/label/ubuntu/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh Jun 23, 2009 5:10:38 PM org.apache.bsf.BSFManager exec SEVERE: Exception :

Re: Manual Steps for Integrating Maven with Eclipse...

2009-06-23 Thread Nick Stolwijk
Or you can do it the other way around, install a maven plugin in Eclipse, such as m2eclipse [1] [1] http://m2eclipse.codehaus.org/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Jun 24, 2009 at 12:37 AM, Barrie

Re: [PLEASE TEST] Maven 2.2.0-RC4 Maven Wagon 1.0-beta-6

2009-06-23 Thread Brian Fox
I say leave it out. On Tue, Jun 23, 2009 at 10:26 AM, John Caseyjdca...@commonjava.org wrote: FWIW, the following URL at repository.apache.org includes the staging repository for wagon: https://repository.apache.org/content/groups/staging/ I've added this repository location to the group