You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Hervé BOUTEMY <he...@free.fr> on 2015/04/11 19:48:08 UTC

Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

now that we are not targetting Maven 2.2.1 any more, we could avoid setting 
version on reports: version is taken from pluginManagement

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?

Regards,

Hervé

Le samedi 11 avril 2015 17:19:00 khmarbaise@apache.org 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</artifactId>
> -            <version>2.7</version>
> +            <version>2.8</version>
>            </plugin>
>            <plugin>
>              <groupId>org.apache.maven.plugins</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
I suppose every ASF project is increasing its Maven prerequisite
(and if not, perhaps we can help :) )

I'll open a Jira issue for ASF parent about this to make it clear and do 
corresponding cleanup

Regards,

Hervé

Le dimanche 12 avril 2015 11:18:40 Sean Busbey a écrit :
> Correct, we use ASF parent and not Maven parent. Also correct that we
> require a minimum maven version of 3.0.4 and I think Christopher recently
> mentioned increasing that further to stay ahead of planned eol.
> 
> > 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 khmarbaise@apache.org 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: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Sean Busbey <bu...@cloudera.com>.
Correct, we use ASF parent and not Maven parent. Also correct that we
require a minimum maven version of 3.0.4 and I think Christopher recently
mentioned increasing that further to stay ahead of planned eol.

-- 
Sean
On Apr 12, 2015 10:41 AM, "Hervé BOUTEMY" <he...@free.fr> wrote:

> 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 khmarbaise@apache.org 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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
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 khmarbaise@apache.org 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
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%2BcmXCXQ_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/dist-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 khmarbaise@apache.org 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</artifactId>
>>>>
>>>> -            <version>2.7</version>
>>>> +            <version>2.8</version>
>>>>
>>>>              </plugin>
>>>>              <plugin>
>>>>
>>>>                <groupId>org.apache.maven.plugins</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
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

Regards,

Hervé

[1] https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-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 khmarbaise@apache.org 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</artifactId>
> >> 
> >> -            <version>2.7</version>
> >> +            <version>2.8</version>
> >> 
> >>             </plugin>
> >>             <plugin>
> >>             
> >>               <groupId>org.apache.maven.plugins</groupId>
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> 
> Mit freundlichem Gruß
> Karl-Heinz Marbaise


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1672903 - /maven/pom/trunk/maven/pom.xml

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
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 khmarbaise@apache.org 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</artifactId>
>> -            <version>2.7</version>
>> +            <version>2.8</version>
>>             </plugin>
>>             <plugin>
>>               <groupId>org.apache.maven.plugins</groupId>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


Mit freundlichem Gruß
Karl-Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org