AFAIK, they use ASF parent, not Maven parent and not sure they require Maven 2.2.1 support: I had a look at Accumulo and their minimum Maven version is 3.0.4
Regards, Hervé Le dimanche 12 avril 2015 07:14:47 Karl Heinz Marbaise a écrit : > Hi Hervé, > > On 4/12/15 3:05 AM, Hervé BOUTEMY wrote: > > if you want a release that still targets Maven 2.2.1, yes, we have no > > choice: requires to copy plugin versions in reporting section > > > > Given the current status [1] where only maven-eclipse-plugin still > > requires > > its last Maven 2.2.1 release (maven-verifier-plugin being in progress), > > I'm > > surprised we need a new Maven parent POM: but I don't have any real trong > > issue with that > > Sean Busbey and Christopher Tubbs have asked for it [1] ...cause the > Accumulo Project would like to have a new release based on two issues > which have been fixed...so why not making them happy... > > [1] > http://mail-archives.apache.org/mod_mbox/maven-dev/201504.mbox/%3CCAGHyZ6%2B > cmXCXQ_nvWsOuZ2xynn0GWEFDKN_5qCD9-UCOhgMkAQ%40mail.gmail.com%3E > > > Kind regards > Karl Heinz Marbaise > > > Regards, > > > > Hervé > > > > [1] > > https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/d > > ist-tool-prerequisites.html> > > Le samedi 11 avril 2015 19:54:11 Karl Heinz Marbaise a écrit : > >> Hi Hervé, > >> > >> On 4/11/15 7:48 PM, Hervé BOUTEMY wrote: > >>> now that we are not targetting Maven 2.2.1 any more, we could avoid > >>> setting > >>> version on reports: version is taken from pluginManagement > >> > >> Yes i know but this POM is targeting Maven 2.2.1 and not yet 3.X only... > >> > >> I assume we will an other release for Maven 3 targeting only...may be we > >> can start with this within a few weeks... > >> > >> And for this release we should make an official announcement of dropping > >> Maven 2 there as well.... > >> > >> > >> Kind regards > >> Karl Heinz Marbaise > >> > >>> the only little problem is that Maven 3.0 emits a warning that is a > >>> false > >>> positive: I think we can deal with it, isn't it? > >> > >> The warning isn't a real problem..... > >> > >>> Regards, > >>> > >>> Hervé > >>> > >>> Le samedi 11 avril 2015 17:19:00 [email protected] a écrit : > >>>> Author: khmarbaise > >>>> Date: Sat Apr 11 17:19:00 2015 > >>>> New Revision: 1672903 > >>>> > >>>> URL: http://svn.apache.org/r1672903 > >>>> Log: > >>>> Consistent use of version 2.8 of maven-project-info-reports-plugin. > >>>> > >>>> Modified: > >>>> maven/pom/trunk/maven/pom.xml > >>>> > >>>> Modified: maven/pom/trunk/maven/pom.xml > >>>> URL: > >>>> http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1672903& > >>>> r1 > >>>> =1 > >>>> 672902&r2=1672903&view=diff > >>>> ======================================================================= > >>>> == > >>>> == > >>>> === --- maven/pom/trunk/maven/pom.xml (original) > >>>> +++ maven/pom/trunk/maven/pom.xml Sat Apr 11 17:19:00 2015 > >>>> @@ -1114,7 +1114,7 @@ under the License. > >>>> > >>>> <plugin> > >>>> > >>>> <groupId>org.apache.maven.plugins</groupId> > >>>> <artifactId>maven-project-info-reports-plugin</artifactI > >>>> d> > >>>> > >>>> - <version>2.7</version> > >>>> + <version>2.8</version> > >>>> > >>>> </plugin> > >>>> <plugin> > >>>> > >>>> <groupId>org.apache.maven.plugins</groupId> > > --------------------------------------------------------------------- > 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]
