Re: Plugin Developers: How to Determine Latest Maven API Versions

2023-03-21 Thread Ryan Heaton
ttempted to jot down here: > > > https://cwiki.apache.org/confluence/display/MAVEN/Notes+For+Maven+3.9.x+Plugin+Developers > > > > Another page, maybe not directly for you (targets Maven devs, but has > > useful information for plugin devs as well): > > > https://c

Plugin Developers: How to Determine Latest Maven API Versions

2023-03-20 Thread Ryan Heaton
Hi. Apologies in advance if the dev list would have been a better place for this question. I maintain some Maven plugins for the Enunciate project and wanted to update to the latest versions of the Maven API. I have one specific question, and then a more general

Re: can't rev the version of multi-module project

2008-10-16 Thread Ryan Heaton
gement section when releasing. > > Cheers, > > Johan > > Ryan Heaton wrote: >> Thanks, that helps, but the build still fails on the install with the >> same error because "child3" still depends on "child1" which isn't >> instal

Re: can't rev the version of multi-module project

2008-10-16 Thread Ryan Heaton
" Again, if anyone can help simplify this process (especially step #2 above), please let me know. Thanks, -Ryan On Thu, Oct 16, 2008 at 1:59 PM, Stephen Connolly <[EMAIL PROTECTED]> wrote: > do mvn -N install in the parent folder first and then mvn install > > 2008/10/16

Re: can't rev the version of multi-module project

2008-10-16 Thread Ryan Heaton
Well, my show had to go on. I had to resort to revving, building and deploying each module one-by-one. Ouch! If anyone can bring relief to my suffering, I would be greatly appreciative. -Ryan On Wed, Oct 15, 2008 at 12:46 PM, Ryan Heaton <[EMAIL PROTECTED]> wrote: > Hi. > > I

can't rev the version of multi-module project

2008-10-15 Thread Ryan Heaton
Hi. I just converted my project to a Maven build. I started with version 1.8-SNAPSHOT of my project and I'm trying to cut a release for version 1.8. My project is quite complex: multi-module and modules have dependencies on one another. So to make it simple, there's the parent with 3 child modul