|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14Hi,
if some of you have a déjà vu while regarding the mail title, that's fine... my previous attempt at making our release processes smoother failed due to missing site descriptors in the deployment. So if you liked the predecessor versions of the parents being voted on, I hope you also like these ones that now even ship with a site descriptor next to them, isn't that awesome? Staging repo: https://repository.apache.org/content/repositories/maven-005/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 +1 from me Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14+1 from me
-Stephen 2009/10/29 Benjamin Bentmann <benjamin.bentmann@...> > Hi, > > if some of you have a déjà vu while regarding the mail title, that's > fine... my previous attempt at making our release processes smoother failed > due to missing site descriptors in the deployment. So if you liked the > predecessor versions of the parents being voted on, I hope you also like > these ones that now even ship with a site descriptor next to them, isn't > that awesome? > > Staging repo: > https://repository.apache.org/content/repositories/maven-005/ > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > +1 from me > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14+1
-- Olivier 2009/10/30 Benjamin Bentmann <benjamin.bentmann@...>: > Hi, > > if some of you have a déjà vu while regarding the mail title, that's fine... > my previous attempt at making our release processes smoother failed due to > missing site descriptors in the deployment. So if you liked the predecessor > versions of the parents being voted on, I hope you also like these ones that > now even ship with a site descriptor next to them, isn't that awesome? > > Staging repo: > https://repository.apache.org/content/repositories/maven-005/ > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > +1 from me > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14+1
Arnaud On Fri, Oct 30, 2009 at 12:29 AM, Olivier Lamy <olamy@...> wrote: > +1 > > -- > Olivier > > 2009/10/30 Benjamin Bentmann <benjamin.bentmann@...>: > > Hi, > > > > if some of you have a déjà vu while regarding the mail title, that's > fine... > > my previous attempt at making our release processes smoother failed due > to > > missing site descriptors in the deployment. So if you liked the > predecessor > > versions of the parents being voted on, I hope you also like these ones > that > > now even ship with a site descriptor next to them, isn't that awesome? > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-005/ > > > > Guide to testing staged releases: > > http://maven.apache.org/guides/development/guide-testing-releases.html > > > > Vote open for 72 hours. > > > > [ ] +1 > > [ ] +0 > > [ ] -1 > > > > +1 from me > > > > > > Benjamin > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > -- > Olivier > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14-1
I tried these POMs with Java 1.4. Unfortunately the changes made in r830510 by Vincent has created a Java 1.5 dependency on Maven Parent. That's because Cobertura Maven Plugin 2.3 (specified in reporting section of Maven Parent) depends upon Cobertura 1.9.2 which was compiled with Java 1.5 class format. Cobertura Maven Plugin 2.2 is specified in the build section of Maven Parent. I'll revert back to version 2.2 of Cobertura Maven Plugin in the reporting section in SVN trunk. Benjamin Bentmann wrote: > Hi, > > if some of you have a déjà vu while regarding the mail title, that's > fine... my previous attempt at making our release processes smoother > failed due to missing site descriptors in the deployment. So if you > liked the predecessor versions of the parents being voted on, I hope you > also like these ones that now even ship with a site descriptor next to > them, isn't that awesome? > > Staging repo: > https://repository.apache.org/content/repositories/maven-005/ > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > +1 from me > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14Dennis Lundberg wrote:
> -1 > > I tried these POMs with Java 1.4. Unfortunately the changes made in > r830510 by Vincent has created a Java 1.5 dependency on Maven Parent. > > That's because Cobertura Maven Plugin 2.3 (specified in reporting > section of Maven Parent) Is something preventing us from building/deploying/tagging the artifact using Java 1.4 and just build/deploy the site using Java 1.5? IIRC, those steps are already nicely separated, i.e. step 7 and 11 of the release process [0] are separate invocations of Maven. Also, the Toolchains Plugin is just about to be released, does it still matter what JRE we use to run Maven? Benjamin [0] http://maven.apache.org/developers/release/releasing.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14Benjamin Bentmann wrote:
> Dennis Lundberg wrote: > >> -1 >> >> I tried these POMs with Java 1.4. Unfortunately the changes made in >> r830510 by Vincent has created a Java 1.5 dependency on Maven Parent. >> >> That's because Cobertura Maven Plugin 2.3 (specified in reporting >> section of Maven Parent) > > Is something preventing us from building/deploying/tagging the artifact > using Java 1.4 and just build/deploy the site using Java 1.5? IIRC, > those steps are already nicely separated, i.e. step 7 and 11 of the > release process [0] are separate invocations of Maven. Looking at the docs it seems that you are right. It should work. We should update the releasing doc to include Java version as well as Maven version though. It works, but is not as easy as it should be. However, it's not big enough to hold up the release, so I'll change my vote to +0. > Also, the Toolchains Plugin is just about to be released, does it still > matter what JRE we use to run Maven? I'm not up to speed on what Toolchains do. > > Benjamin > > > [0] http://maven.apache.org/developers/release/releasing.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[RESULT] [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14Hi,
The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Olivier Lamy, Arnaud Héritier +0 (binding): Dennis Lundberg +1 (non binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |