Looking for java util similar to diff for comparing expected directory tree to actual in integration test

2009-04-03 Thread James Carpenter
I am building a maven plugin whose output is a directory structure with various files. As part of an integration test (driven by the shitty plugin), I would like to compare the output structure/files to those of an expected structure. I could probably build this up with DirectoryScanner, but I'm

RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
That's what I want in maven 3, but it's not there yet. -Original Message- From: David Jencks [mailto:david_jen...@yahoo.com] Sent: Friday, April 03, 2009 2:29 PM To: Maven Developers List Subject: Re: Is it now possible to affect reactor build ordering without using a normal module depen

Re: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread David Jencks
On Apr 3, 2009, at 10:14 AM, Brian E. Fox wrote: It's because a plugin may have a defacto dependency based on something in its configuration. Maven won't know about this so if that dep is in the same reactor, it may not be ordered correctly. The dependency:copy is an example of this. There shou

RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
It's because a plugin may have a defacto dependency based on something in its configuration. Maven won't know about this so if that dep is in the same reactor, it may not be ordered correctly. The dependency:copy is an example of this. There should be a way for a plugin to participate in the reacto

RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
No, it hasn't changed. This won't happen until 3.x when there is the ability for a plugin to introspect the build plan pre-execution. -Original Message- From: James Carpenter [mailto:nawk...@gmail.com] Sent: Friday, April 03, 2009 12:11 PM To: dev@maven.apache.org Subject: Is it now possi

Deprecated warning on help:describe

2009-04-03 Thread Costin Caraivan
Hello, For a plugin I wrote, help:describe says this, both for the goals and for the parameters: "Deprecated. No reason given" What must I do to get rid of this message, since it's confusing to users? Thank you. -- View this message in context: http://www.nabble.com/Deprecated-warning-on-help

Re: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread David Jencks
Why do you want to affect the reactor build ordering without using a dependency? The only use for something like this I have thought of so this might be a feature request is that I would like to be able to assure that a large project with deeply nested structure can be built in st

Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread James Carpenter
In the past plugins such as the dependency plugin didn't have a way to affect the reactor build order without having the user add a real dependency (say test scope) to the module using the plugin (or having the plugin programatically do the same) just to ensure proper build ordering. I assume this

Rdist repository mirror settings

2009-04-03 Thread Andy Bailey
Hello, I saw from the page http://maven.apache.org/guides/mini/guide-mirror-settings.html that the maven repository is available via ftp however we have a project that requires indexing the maven repository and I think that it would be more efficient to use rdist, as we would need an up to date co