Thanks… I just want to bump the version number on the release.
I was using the auto increment fork of the versions number to make it easier… but I can use the versions plugin manually. I mean the general use case is I have about 20 modules and mildly complex inheritance and I don’t want to have to update 30-40 places when I bump a version number :-( On Fri, Sep 12, 2014 at 10:22 AM, Puncel, Robert (393J) < [email protected]> wrote: > You mentioned you were using the versions plugin and it wasn¹t working- > did you use it before? Can you describe your use case in terms of the > command line you are using, and what versions you want to upgrade? > > On 9/12/14, 10:16 AM, "Kevin Burton" <[email protected]> wrote: > > >OKŠ so this definitely works and the aggregation model compiles my module. > > > >But I need a way to bump the version number because I have complex > >dependencies and updating 10 places every time I change the project > >version > >isn¹t going to be fun. > > > > > >On Fri, Sep 12, 2014 at 10:03 AM, Kevin Burton <[email protected]> > wrote: > > > >> > In other words, you can keep using your toplevel pom.xml as an > >> _aggregator_ > >> without it being the _parent_ of your OSS module. > >> > >> Ha. That works. But the versions plugin now won¹t update the version > >>of > >> the sub-moduleŠ > >> > >> This is super fun! :) > >> > >> > >> On Fri, Sep 12, 2014 at 9:33 AM, Curtis Rueden <[email protected]> > >>wrote: > >> > >>> Hi Kevin, > >>> > >>> > I want to post this to a public repoŠ it¹s open source. > >>> > > >>> > The problem is that the parent module is not OSS. > >>> > >>> Child modules of a multi-module build do not need to use the toplevel > >>> module as parent. > >>> > >>> In other words, you can keep using your toplevel pom.xml as an > >>> _aggregator_ > >>> without it being the _parent_ of your OSS module. > >>> > >>> > >>> > http://rostislav-matl.blogspot.com/2011/12/maven-aggregator-vs-parent.ht > >>>ml > >>> > >>> Regards, > >>> Curtis > >>> > >>> On Thu, Sep 11, 2014 at 10:25 PM, Kevin Burton <[email protected]> > >>> wrote: > >>> > >>> > I have an OSS module in a multi-module maven project. > >>> > > >>> > I want to post this to a public repoŠ it¹s open source. > >>> > > >>> > The problem is that the parent module is not OSS. > >>> > > >>> > When I setup a <dependency> it pulls in my OSS module just fine, but > >>> then > >>> > it tries to pull down the parent module, which isn¹t in the repo, and > >>> > breaks. > >>> > > >>> > The parent pom isn¹t really a dependencyŠ so I¹d like it to not need > >>>it > >>> > > >>> > is this possible? > >>> > > >>> > -- > >>> > > >>> > Founder/CEO Spinn3r.com > >>> > Location: *San Francisco, CA* > >>> > blog: http://burtonator.wordpress.com > >>> > Š or check out my Google+ profile > >>> > <https://plus.google.com/102718274791889610666/posts> > >>> > <http://spinn3r.com> > >>> > > >>> > >> > >> > >> > >> -- > >> > >> Founder/CEO Spinn3r.com > >> Location: *San Francisco, CA* > >> blog: http://burtonator.wordpress.com > >> Š or check out my Google+ profile > >> <https://plus.google.com/102718274791889610666/posts> > >> <http://spinn3r.com> > >> > >> > > > > > >-- > > > >Founder/CEO Spinn3r.com > >Location: *San Francisco, CA* > >blog: http://burtonator.wordpress.com > >Š or check out my Google+ profile > ><https://plus.google.com/102718274791889610666/posts> > ><http://spinn3r.com> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile <https://plus.google.com/102718274791889610666/posts> <http://spinn3r.com>
