You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2015/08/19 10:18:04 UTC

[ALL] Commons Parent - drop trunks-proper profile?

I'm not sure anyone ever uses the trunks-proper profile?

Some proper components use Git now, so it needs a bit more work than
just checking out
https://svn.apache.org/repos/asf/commons/trunks-proper/
in order to actually use it successfully.

Note: I'm not suggesting dropping the trunks-proper SVN entry.
I find that useful for checking out the top-level directories where
the POMs are.


Should we delete the profile?

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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Hello,

Am Thu, 27 Aug 2015 10:04:26 +0100
schrieb sebb <se...@gmail.com>:

> OK, done.
> 
> Just checked the plugin versions:
> 
> [INFO] The following plugin updates are available:
> [INFO]   org.apache.felix:maven-bundle-plugin ................. 2.5.3
> -> 2.5.4 [INFO]
> maven-compiler-plugin .................................... 3.2 -> 3.3
> [INFO]   maven-enforcer-plugin ..................................
> 1.3.1 -> 1.4 [INFO]
> maven-jar-plugin ......................................... 2.5 -> 2.6
> [INFO]   maven-javadoc-plugin ............................... 2.10.2
> -> 2.10.3 [INFO]
> maven-release-plugin ................................. 2.5.1 -> 2.5.2

> [INFO]   org.codehaus.mojo:animal-sniffer-maven-plugin ..........
> 1.11 -> 1.14 [INFO]

the animal-sniffer plugin 1.14 is automatically used when the profile
is activated (i.e. when you use Java 1.7+):

      <id>jdk7-plugin-fix-version</id>
      <activation>
        <jdk>[1.7,)</jdk>
      </activation>

I can check the other plugins for 1.6 compatibility.

> org.codehaus.mojo:build-helper-maven-plugin ............ 1.8 -> 1.9.1
> 
> 
> Some of the above may require Java 7 (e.g. animal sniffer).
> 
> Perhaps we should do a quick check of what can be updated before the
> lazy vote.

Gruss
Bernd

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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by sebb <se...@gmail.com>.
OK, done.

Just checked the plugin versions:

[INFO] The following plugin updates are available:
[INFO]   org.apache.felix:maven-bundle-plugin ................. 2.5.3 -> 2.5.4
[INFO]   maven-compiler-plugin .................................... 3.2 -> 3.3
[INFO]   maven-enforcer-plugin .................................. 1.3.1 -> 1.4
[INFO]   maven-jar-plugin ......................................... 2.5 -> 2.6
[INFO]   maven-javadoc-plugin ............................... 2.10.2 -> 2.10.3
[INFO]   maven-release-plugin ................................. 2.5.1 -> 2.5.2
[INFO]   org.codehaus.mojo:animal-sniffer-maven-plugin .......... 1.11 -> 1.14
[INFO]   org.codehaus.mojo:build-helper-maven-plugin ............ 1.8 -> 1.9.1


Some of the above may require Java 7 (e.g. animal sniffer).

Perhaps we should do a quick check of what can be updated before the lazy vote.


On 27 August 2015 at 09:20, Bernd Eckenfels <ec...@zusammenkunft.net> wrote:
> Hello sebb,
>
> can you make the changes, I would the volunteer to do a lazy vote and
> release the parent version (as I need it for VFS2).
>
> I can also remove the profile in case you dont have time to do that,
> just let me know.
>
> Gruss
> Bernd
>
> Am Wed, 19 Aug 2015 15:19:44 +0100
> schrieb sebb <se...@gmail.com>:
>
>> If it really turns out to be needed then it can easily be added back
>> in.
>>
>> I'm pretty sure it's not used, otherwise I think we would have seen
>> errors when LANG and MATH moved to Git.
>>
>> On 19 August 2015 at 14:57, Bernd Eckenfels <ec...@zusammenkunft.net>
>> wrote:
>> > Hello,
>> >
>> > Don't Need that feature but I would like to release CP. Should we
>> > Include the change in 39 or delay it?
>> >
>> > Gruß
>> > bernd
>> >
>> >> Am 19.08.2015 um 14:23 schrieb Benedikt Ritter
>> >> <br...@apache.org>:
>> >>
>> >> I don't use it. But maybe there is a CI build somewhere in the ASF
>> >> CI infrastructure that uses it ;-)
>> >>
>> >> 2015-08-19 10:18 GMT+02:00 sebb <se...@gmail.com>:
>> >>
>> >>> I'm not sure anyone ever uses the trunks-proper profile?
>> >>>
>> >>> Some proper components use Git now, so it needs a bit more work
>> >>> than just checking out
>> >>> https://svn.apache.org/repos/asf/commons/trunks-proper/
>> >>> in order to actually use it successfully.
>> >>>
>> >>> Note: I'm not suggesting dropping the trunks-proper SVN entry.
>> >>> I find that useful for checking out the top-level directories
>> >>> where the POMs are.
>> >>>
>> >>>
>> >>> Should we delete the profile?
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >>> For additional commands, e-mail: dev-help@commons.apache.org
>> >>
>> >>
>> >> --
>> >> http://people.apache.org/~britter/
>> >> http://www.systemoutprintln.de/
>> >> http://twitter.com/BenediktRitter
>> >> http://github.com/britter
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: dev-help@commons.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>

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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Hello sebb,

can you make the changes, I would the volunteer to do a lazy vote and
release the parent version (as I need it for VFS2).

I can also remove the profile in case you dont have time to do that,
just let me know.

Gruss
Bernd

Am Wed, 19 Aug 2015 15:19:44 +0100
schrieb sebb <se...@gmail.com>:

> If it really turns out to be needed then it can easily be added back
> in.
> 
> I'm pretty sure it's not used, otherwise I think we would have seen
> errors when LANG and MATH moved to Git.
> 
> On 19 August 2015 at 14:57, Bernd Eckenfels <ec...@zusammenkunft.net>
> wrote:
> > Hello,
> >
> > Don't Need that feature but I would like to release CP. Should we
> > Include the change in 39 or delay it?
> >
> > Gruß
> > bernd
> >
> >> Am 19.08.2015 um 14:23 schrieb Benedikt Ritter
> >> <br...@apache.org>:
> >>
> >> I don't use it. But maybe there is a CI build somewhere in the ASF
> >> CI infrastructure that uses it ;-)
> >>
> >> 2015-08-19 10:18 GMT+02:00 sebb <se...@gmail.com>:
> >>
> >>> I'm not sure anyone ever uses the trunks-proper profile?
> >>>
> >>> Some proper components use Git now, so it needs a bit more work
> >>> than just checking out
> >>> https://svn.apache.org/repos/asf/commons/trunks-proper/
> >>> in order to actually use it successfully.
> >>>
> >>> Note: I'm not suggesting dropping the trunks-proper SVN entry.
> >>> I find that useful for checking out the top-level directories
> >>> where the POMs are.
> >>>
> >>>
> >>> Should we delete the profile?
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >> --
> >> http://people.apache.org/~britter/
> >> http://www.systemoutprintln.de/
> >> http://twitter.com/BenediktRitter
> >> http://github.com/britter
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by sebb <se...@gmail.com>.
If it really turns out to be needed then it can easily be added back in.

I'm pretty sure it's not used, otherwise I think we would have seen
errors when LANG and MATH moved to Git.

On 19 August 2015 at 14:57, Bernd Eckenfels <ec...@zusammenkunft.net> wrote:
> Hello,
>
> Don't Need that feature but I would like to release CP. Should we Include the change in 39 or delay it?
>
> Gruß
> bernd
>
>> Am 19.08.2015 um 14:23 schrieb Benedikt Ritter <br...@apache.org>:
>>
>> I don't use it. But maybe there is a CI build somewhere in the ASF CI
>> infrastructure that uses it ;-)
>>
>> 2015-08-19 10:18 GMT+02:00 sebb <se...@gmail.com>:
>>
>>> I'm not sure anyone ever uses the trunks-proper profile?
>>>
>>> Some proper components use Git now, so it needs a bit more work than
>>> just checking out
>>> https://svn.apache.org/repos/asf/commons/trunks-proper/
>>> in order to actually use it successfully.
>>>
>>> Note: I'm not suggesting dropping the trunks-proper SVN entry.
>>> I find that useful for checking out the top-level directories where
>>> the POMs are.
>>>
>>>
>>> Should we delete the profile?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>> --
>> http://people.apache.org/~britter/
>> http://www.systemoutprintln.de/
>> http://twitter.com/BenediktRitter
>> http://github.com/britter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Hello,

Don't Need that feature but I would like to release CP. Should we Include the change in 39 or delay it?

Gruß
bernd

> Am 19.08.2015 um 14:23 schrieb Benedikt Ritter <br...@apache.org>:
> 
> I don't use it. But maybe there is a CI build somewhere in the ASF CI
> infrastructure that uses it ;-)
> 
> 2015-08-19 10:18 GMT+02:00 sebb <se...@gmail.com>:
> 
>> I'm not sure anyone ever uses the trunks-proper profile?
>> 
>> Some proper components use Git now, so it needs a bit more work than
>> just checking out
>> https://svn.apache.org/repos/asf/commons/trunks-proper/
>> in order to actually use it successfully.
>> 
>> Note: I'm not suggesting dropping the trunks-proper SVN entry.
>> I find that useful for checking out the top-level directories where
>> the POMs are.
>> 
>> 
>> Should we delete the profile?
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 
> -- 
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter

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


Re: [ALL] Commons Parent - drop trunks-proper profile?

Posted by Benedikt Ritter <br...@apache.org>.
I don't use it. But maybe there is a CI build somewhere in the ASF CI
infrastructure that uses it ;-)

2015-08-19 10:18 GMT+02:00 sebb <se...@gmail.com>:

> I'm not sure anyone ever uses the trunks-proper profile?
>
> Some proper components use Git now, so it needs a bit more work than
> just checking out
> https://svn.apache.org/repos/asf/commons/trunks-proper/
> in order to actually use it successfully.
>
> Note: I'm not suggesting dropping the trunks-proper SVN entry.
> I find that useful for checking out the top-level directories where
> the POMs are.
>
>
> Should we delete the profile?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter