27 Jun 21:09
[groovy-dev] Gant runs from Maven!
From: Clifton <clifton.craig@...>
Subject: [groovy-dev] Gant runs from Maven!
Newsgroups: gmane.comp.lang.groovy.devel
Date: 2008-06-27 19:14:01 GMT
Subject: [groovy-dev] Gant runs from Maven!
Newsgroups: gmane.comp.lang.groovy.devel
Date: 2008-06-27 19:14:01 GMT
Ok, I was stuck on stoopid the other day! Trying to throw together a GAnt plugin using GMaven which should have been sooo simple if I had studied my art! My problem was a dependency conflict! Not thinking to actually look at the Gant pom I declared as a dependency I naively included Maven-ant-tasks as well as Ivy. After taking some time to pay attention I sidestepped my conflicts by removing the redundant dependencies and using the Exclusions tag in the Gant dependency to filter the maven-ant-tasks dependency. (Apparently I believe the GMaven mojo support or something else in the mix already brings in Maven-ant-tasks.) The net result, a lot less garbage in my pom and a simple one line integration of Gant. We're talking straight delegation here. I have it working as of five minutes ago. Now I'm looking for a place to put it. Should it be a Groovy module? A subproject of GMaven? Does it go in the Maven project? Mojo incubator? What's the next steps? -- -- View this message in context: http://www.nabble.com/Gant-runs-from-Maven%21-tp18162030p18162030.html Sent from the groovy - dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
RSS Feed