Re: [ANN] First call for 3.5.4 release

2018-05-16 Thread Michael Osipov
Am 2018-05-16 um 16:21 schrieb Robert Scholte: Maybe I missed something, but what does SCM have to do with Maven (core)? It's not part of the distribution, right? You don't miss anything, but Wagon uses SCM and I don't want to spin Wagon twice just for the SCM upgrade because my time on Maven

Re: Typo on https://maven.apache.org/plugin-developers/index.html

2018-05-16 Thread Stephen Connolly
On Wed 16 May 2018 at 17:44, Gary Gregory wrote: > Having been raised in France, I am well aware of these differences. > FWIW, over at Commons, we usually follow American English. Yep, more the pedant inside me was pointing out that technically (and all pedantry depends on technicalities) it’s

Re: Typo on https://maven.apache.org/plugin-developers/index.html

2018-05-16 Thread Gary Gregory
Having been raised in France, I am well aware of these differences. FWIW, over at Commons, we usually follow American English. Gary On Wed, May 16, 2018 at 10:32 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > What is the meaning of Centre and center? > *Center* is the preferred

Re: Typo on https://maven.apache.org/plugin-developers/index.html

2018-05-16 Thread Stephen Connolly
What is the meaning of Centre and center? *Center* is the preferred spelling in American English, and *centre* is preferred in varieties of English from outside the U.S. Some people do make distinctions between the words. For instance, some prefer to treat *center* as the word for a place or instit

Typo on https://maven.apache.org/plugin-developers/index.html

2018-05-16 Thread Gary Gregory
Plugin Developers Centre -> Plugin Developers Center

Re: [ANN] First call for 3.5.4 release

2018-05-16 Thread Robert Scholte
Maybe I missed something, but what does SCM have to do with Maven (core)? It's not part of the distribution, right? thanks, Robert On Tue, 15 May 2018 20:32:50 +0200, Michael Osipov wrote: Am 2018-05-15 um 13:35 schrieb Stephen Connolly: As Hervé has merged the JAnsi fix, we are now unbl

Re: Maven Doxia and minimum Java versions

2018-05-16 Thread Robert Scholte
Newer JDKs? The new release argument of the java compiler was inspired by Animal Sniffer. With JDK 9+ there's no reason to use Animal Sniffer, just use the release option and you should be good. In fact, if you want to make signatures for Java9+, you should make one per module, and that's whe

Re: Maven Doxia and minimum Java versions

2018-05-16 Thread Chas Honton
Answering my own question; it appears that you can use the animal sniffer plugin (https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/examples/generating-java-signatures.html) Chas > On May 16, 2018, at 7:21 AM, Chas Honton wrote: > > Use “enforce byte code version” rule: > h

Re: Maven Doxia and minimum Java versions

2018-05-16 Thread Chas Honton
Use “enforce byte code version” rule: http://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html. You can set ignoreScopes to test. Anyone know how to validate newer jdk methods are not used? Chas > On May 16, 2018, at 7:08 AM, Graham Leggett wrote: > >> On 15 May 2018, at 11:

Re: Maven Doxia and minimum Java versions

2018-05-16 Thread Graham Leggett
On 15 May 2018, at 11:08 PM, Hervé BOUTEMY wrote: > I'm maintaining Doxia and maven-site-plugin for a long time, trying to keep > the prerequisites (for end users particularly) as low as possible when I > don't > have a strong win on upgrading. +1 - my feeling too. > Currently, maven-site-pl

Re: [ANN] First call for 3.5.4 release

2018-05-16 Thread Stephen Connolly
Ok, MNG-6388 is a release blocker IMHO as it a regression introduced by the upgrade of wagon in 3.5.3. So we need a wagon release with at least WAGON-496, WAGON-518, WAGON-513 + WAGON-514 (WAGON-452 is optional from my PoV... up to whoever steps up as release manager for Wagon to decide the scope