Transitive Dependencies: Is the parent or child dependency the nearest dependency?

2009-10-01 Thread Robert Winch
There is a discrepancy in how m2eclipse (latest stable) resolves a version of a dependency and Maven 2.2.1 does and I am trying to figure out which is correct. I understand that the nearest dependency is suppose to be the version that is resolved [1]. I also understand that the first defined

Re: Transitive Dependencies: Is the parent or child dependency the nearest dependency?

2009-10-01 Thread Robert Winch
considered. That said, a given value in the child overrides one defined in the parentbut this doesn't have anything directly to do with selecting something based on the depth in the transitive tree. On Thu, Oct 1, 2009 at 4:10 PM, Robert Winch rwi...@gmail.com wrote: There is a discrepancy

Re: build test jar

2008-05-21 Thread Robert Winch
I believe you are looking for jar:test-jar http://maven.apache.org/plugins/maven-jar-plugin/test-jar-mojo.html project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Robert Winch
Jacob, What spring dependency do you expect should add commons-dbcp.jar? I would look at its pom to see what it includes. You will not always get all the implementation dependencies. This is because you can use any number of drivers with spring (i.e. c3p0). Since spring (along with other

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Robert Winch
If you use eclipse, you might try m2eclipse as a way of resolving dependencies http://m2eclipse.codehaus.org/ On Jan 29, 2008 12:56 PM, Wayne Fay [EMAIL PROTECTED] wrote: www.mvnrepository.com is a Maven search engine. Also, you might want to consider using AppFuse: http://appfuse.org/

Re: Sorry

2008-01-22 Thread Robert Winch
I haven't used this functionality, so I can't confirm this will work but try using manifestSection as described here http://maven.apache.org/shared/maven-archiver/index.html (the jar plugin references this plugin for details about manifest generation). On Jan 22, 2008 11:20 AM, Arthur Rodrigues

Re: Disk Space Optimization with Snapshots

2008-01-15 Thread Robert Winch
worked well for us. Barrett Barrett Nuzum Sr. Consultant [EMAIL PROTECTED] Mobile: 918-640-4414 Valtech 5080 Spectrum Drive, Ste 700W Addison, TX 75001 USA Tel: 972-789-1200 Fax: 972-789-1340 www.valtech.us From: Robert Winch [mailto:[EMAIL

Disk Space Optimization with Snapshots

2008-01-14 Thread Robert Winch
I currently experience disk space issues because build are frequent within my company. This happens on our build boxes which use a CI Server to build and then deploy our projects to a maven repository. The build box's local repository contains a lot of old snapshot builds which we no longer need.

Re: Disk Space Optimization with Snapshots

2008-01-14 Thread Robert Winch
Thank you for your quick reply. Is there a way to do this for a local repository as well? Thanks in advance, Rob On Jan 14, 2008 4:40 PM, Wayne Fay [EMAIL PROTECTED] wrote: Archiva has support for this, see: http://jira.codehaus.org/browse/MRM-275 Wayne On 1/14/08, Robert Winch [EMAIL

Re: Disk Space Optimization with Snapshots

2008-01-14 Thread Robert Winch
point... You'll need to check the mail list archives (check Nabble.com). If you find it, reply back with the subject and date, or a direct link, so other people can find it too. ;-) Wayne On 1/14/08, Robert Winch [EMAIL PROTECTED] wrote: Thank you for your quick reply. Is there a way to do