Re: Maven 'gump' Re: [vfs][all]maven generated build file and conditional compilation
That's cool. Whatever's easier - I can provide a snapshot JAR to download, although cvs co maven-plugins/gump and then maven plugin:install works too. - Brett On Wed, 16 Jun 2004 16:42:03 -0600, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: > > Brett wrote: > > > Have you had a chance to look at the changes I made to do this? > > Sorry Brett, either Jira failed to notify, or I missed it. I'll try to get > to it soon. I assume I checkout Maven from CVS and build (or something, > right?) Or, is there a way to download/preview plug-ins? Sorry for being > dense w.r.t Maven. > > regards > > Adam > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Maven 'gump' Re: [vfs][all]maven generated build file and conditional compilation
Brett wrote: > Have you had a chance to look at the changes I made to do this? Sorry Brett, either Jira failed to notify, or I missed it. I'll try to get to it soon. I assume I checkout Maven from CVS and build (or something, right?) Or, is there a way to download/preview plug-ins? Sorry for being dense w.r.t Maven. regards Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Maven 'gump' Re: [vfs][all]maven generated build file and conditional compilation
> I'll implement it some time this week and send it round to test. > > Adam, would you mind raising a JIRA issue against maven-gump-plugin? I've entered this: http://jira.codehaus.org/browse/MPGUMP-1 I've kept it simple, no requests for automatically adding
Maven 'gump' Re: [vfs][all]maven generated build file and conditional compilation
> > gump.xml is the descriptor generated by "maven gump" IIRC. Since > > Gump's support for Maven as a build tool is rather new, there probably > > is no automated way to generate a Gump descriptor from project.xml > > yet. Hmm, ought we ask for the change prior to a Maven 1.0 release? I can't see what we'd want to change for http://gump.apache.org/metadata/maven.html regards Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [vfs][all]maven generated build file and conditional compilation
> gump.xml is the descriptor generated by "maven gump" IIRC. Since > Gump's support for Maven as a build tool is rather new, there probably > is no automated way to generate a Gump descriptor from project.xml > yet. We've asked the Maven folks not to change the 'gump' goal *yet* (to produce Take a look at the Gump descriptor of commons-id[1] to see how it > would look with Maven instead of Ant. I assume you'd just have to > select the "correct" goal and a transition was easy. Enough folks have asked. Note, this isn't fixed in stone: http://gump.apache.org/metadata/maven.html > BTW, there is no reason to keep the descriptor outside of Gump's CVS > module since all Apache committers have access to Gump. The reason it > is outside of Gump's module now IIRC is that it is generated and not > hand-maintained and thus should be kept in sync with project.xml - > which is easier if both are at the same place. And if you move it in, we'll help you w/ maintenance if