So, let me get this straight. We switched to use Maven because it makes
handling dependencies so easy?
Ooooookaaaaaaaay.
[A-and . . . the dependency management is its killer feature, right? %-]
regards,
Andrew Dinn
-----------
Andrew Lee Rubinger wrote:
> Andrew Lee Rubinger wrote:
>> Adrian Brock wrote:
>> > What's ironic is that the only way I've managed to make
>> > Maven usable/stable is to blow away my whole maven repository
>> > on a regular basis (especially before doing releases!)
>>
>> Have you tried using the dependency plugin to clear only the
>> dependencies for the project you're releasing?
Scott M Stark wrote:
> If this type of processing is generally required to have useful
> builds, can't we make it part of the default behavior?
Sure, we can tie it into the Maven lifecycle in a top-level parent
somewhere. Problem is, I often get errors on the purge-local-repository
task during re-resolution (try this on EJB3 Aggregator trunk/pom.xml).
To avoid this I have to set -DreResolve=false.
However, if we make it a default, now we've got builds that'll take
forever. Pretty useful as routine maintenance, but really
time-consuming as a default.
Scott M Stark wrote:
> I still have the outstanding issue of getting source pulled down for
> every dependency. Currently mvn artifacts that I have not built
> locally is useless because of missing source.
Yeah, I have this problem too, makes debugging difficult. I imagine
this can be addressed somehow, just haven't found the solution yet.
S,
ALR
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
--
JBoss, a Division of Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire,
SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA), Matt Parsons
(USA) and Brendan Lane (Ireland)