Open pull requests

2019-05-13 Thread Joseph Walton
As an interested contributor, I've opened a couple of pull requests, and
it's not always clear what the next step is for a non-project-member to get
things merged.

To see how other PRs (https://github.com/apache/maven/pulls -- currently,
'32 open') are being handled, I thought it might make sense to chart them;
chart attached.

Notable:
* a significant number were opened more than a year ago (as far back as
2014), haven't been merged and now have conflicts. Could they be closed?
* some more recent ones are mergeable, and approved. Can these be merged?
* for the other PRs in between -- do they need work, or would closing them
send a clearer message?

Thanks.

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

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Tibor Digana
Robert, I did *not* use the source zip.

git clone https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin
Oracle jdk 1.8.0u212, Maven 3.3.9, Windows 10

I see there is a new line, but the checkstyle does not care if you put one
or two lines.
No idea why.

Even if you go to the target and run it from the folder
c:\vcs\github\maven-checkstyle-plugin\target\it\MCHECKSTYLE-54\
it's the same as if you run the project root - mvn verify -P
run-its,quality-checks


*mvn -nsu checkstyle:check*

[INFO] --- maven-checkstyle-plugin:3.1.1-SNAPSHOT:check (default-cli) @
mcheckstyle-54 ---
[INFO] There are 2 errors reported by Checkstyle 8.19 with sun_checks.xml
ruleset.
[ERROR]
src\main\java\org\apache\maven\plugins\checkstyle\mcheckstyle54\Mcheckstyle54.java:[1]
(misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR]
src\main\java\org\apache\maven\plugins\checkstyle\mcheckstyle54\package-info.java:[1]
(misc) NewlineAtEndOfFile: File does not end with a newline.
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 3.450 s
[INFO] Finished at: 2019-05-13T23:42:55+02:00
[INFO] Final Memory: 12M/193M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1-SNAPSHOT:check
(default-cli) on project mcheckstyle-54: You have 2 Checkstyle violations.
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


On Mon, May 13, 2019 at 10:29 PM Robert Scholte 
wrote:

> This can happen when source-release.zip was created on a different OS
> compared to the verifying OS.
>
> With Git it will switch to the line endings of the operating system, but
> with a zip that's not possible.
>
> I'd say not blocking, but the IT needs to be fixed to handle these
> situations.
>
> Robert
>
>
> On Mon, 13 May 2019 21:55:27 +0200, Enrico Olivelli 
>
> wrote:
>
> > Tibor
> > It is strage all its are passing on CI.
> > Are you sure you have correcly unpacked the package?
> >
> >
> > Il lun 13 mag 2019, 21:23 Tibor Digana  ha
> > scritto:
> >
> >> checked the sha512 of src zip, ok
> >> checked the build, failed (mvn verify -P run-its,quality-checks)
> >>
> >
> > What is 'quality-checks' profile? I have never heard about it
> >
> > Enrico
> >
> >
> >> [INFO] Building: MCHECKSTYLE-54\pom.xml
> >> [INFO]   MCHECKSTYLE-54\pom.xml ...
> >> FAILED
> >> (5.3 s)
> >>
> >> *Mcheckstyle54.java:[1] (misc) NewlineAtEndOfFile: File does not end
> >> with a
> >> newline.*
> >>
> >> but I checkted this file and it ends with a new line. Is it bug in the
> >> Checkstyle dependency?
> >>
> >> [INFO] BUILD FAILURE
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-pmd-plugin:3.8:cpd-check (cpd-check) on
> >> project maven-checkstyle-plugin: You have 1 CPD duplication.
> >>
> >> There are exactly the same methods. That's why CPD fails, see
> >> CheckstyleViolationCheckMojo L813
> >> AbstractCheckstyleReportL581
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> On Mon, May 13, 2019 at 11:52 AM Enrico Olivelli 
> >> wrote:
> >>
> >> > Hi,
> >> >
> >> > We solved 13 issues:
> >> >
> >> >
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223
> >> >
> >> > Please note that this version now only supports CheckStyle 8+ and
> >> Java 8
> >> > (as required by latest Checkstyle)
> >> >
> >> > There are still a couple of issues left in JIRA:
> >> >
> >> >
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >> >
> >> > Staging repo:
> >> > https://repository.apache.org/content/repositories/maven-1503/
> >> >
> >> >
> >>
> https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip
> >> >
> >> > Source release checksum(s):
> >> > maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
> >> >
> >> >
> >>
> eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e
> >> >
> >> > Staging site:
> >> >
> >>
> https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
> >> >
> >> > Guide to testing staged releases:
> >> >
> >> https://maven.apache.org/guides/development/guide-testing-releases.html
> >> >
> >> > Vote open for at least 72 hours.
> >> >
> >> > [ ] +1
> >> > [ ] +0
> >> > [ ] -1
> >> >
> >> >
> >> > Enrico 

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Robert Scholte
This can happen when source-release.zip was created on a different OS  
compared to the verifying OS.


With Git it will switch to the line endings of the operating system, but  
with a zip that's not possible.


I'd say not blocking, but the IT needs to be fixed to handle these  
situations.


Robert


On Mon, 13 May 2019 21:55:27 +0200, Enrico Olivelli   
wrote:



Tibor
It is strage all its are passing on CI.
Are you sure you have correcly unpacked the package?


Il lun 13 mag 2019, 21:23 Tibor Digana  ha  
scritto:



checked the sha512 of src zip, ok
checked the build, failed (mvn verify -P run-its,quality-checks)



What is 'quality-checks' profile? I have never heard about it

Enrico



[INFO] Building: MCHECKSTYLE-54\pom.xml
[INFO]   MCHECKSTYLE-54\pom.xml ...  
FAILED

(5.3 s)

*Mcheckstyle54.java:[1] (misc) NewlineAtEndOfFile: File does not end  
with a

newline.*

but I checkted this file and it ends with a new line. Is it bug in the
Checkstyle dependency?

[INFO] BUILD FAILURE
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-pmd-plugin:3.8:cpd-check (cpd-check) on
project maven-checkstyle-plugin: You have 1 CPD duplication.

There are exactly the same methods. That's why CPD fails, see
CheckstyleViolationCheckMojo L813
AbstractCheckstyleReportL581









On Mon, May 13, 2019 at 11:52 AM Enrico Olivelli 
wrote:

> Hi,
>
> We solved 13 issues:
>
>
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223
>
> Please note that this version now only supports CheckStyle 8+ and  
Java 8

> (as required by latest Checkstyle)
>
> There are still a couple of issues left in JIRA:
>
>
https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1503/
>
>
https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
>
>
eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e
>
> Staging site:
>
https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
>
> Guide to testing staged releases:
>  
https://maven.apache.org/guides/development/guide-testing-releases.html

>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Enrico Olivelli
>


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



Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Tibor Digana
I use the latest commit at Gitbox b1ad0bbbf077d5670cf679043076b9a1691ce4cc
I will try to add two newlines in the file.

On Mon, May 13, 2019 at 9:55 PM Enrico Olivelli  wrote:

> Tibor
> It is strage all its are passing on CI.
> Are you sure you have correcly unpacked the package?
>
>
> Il lun 13 mag 2019, 21:23 Tibor Digana  ha
> scritto:
>
> > checked the sha512 of src zip, ok
> > checked the build, failed (mvn verify -P run-its,quality-checks)
> >
>
> What is 'quality-checks' profile? I have never heard about it
>
> Enrico
>
>
> > [INFO] Building: MCHECKSTYLE-54\pom.xml
> > [INFO]   MCHECKSTYLE-54\pom.xml ...
> FAILED
> > (5.3 s)
> >
> > *Mcheckstyle54.java:[1] (misc) NewlineAtEndOfFile: File does not end
> with a
> > newline.*
> >
> > but I checkted this file and it ends with a new line. Is it bug in the
> > Checkstyle dependency?
> >
> > [INFO] BUILD FAILURE
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-pmd-plugin:3.8:cpd-check (cpd-check) on
> > project maven-checkstyle-plugin: You have 1 CPD duplication.
> >
> > There are exactly the same methods. That's why CPD fails, see
> > CheckstyleViolationCheckMojo L813
> > AbstractCheckstyleReportL581
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Mon, May 13, 2019 at 11:52 AM Enrico Olivelli 
> > wrote:
> >
> > > Hi,
> > >
> > > We solved 13 issues:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223
> > >
> > > Please note that this version now only supports CheckStyle 8+ and Java
> 8
> > > (as required by latest Checkstyle)
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1503/
> > >
> > >
> >
> https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip
> > >
> > > Source release checksum(s):
> > > maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
> > >
> > >
> >
> eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e
> > >
> > > Staging site:
> > >
> >
> https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
> > >
> > > Guide to testing staged releases:
> > >
> https://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for at least 72 hours.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > >
> > > Enrico Olivelli
> > >
> >
>


Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Enrico Olivelli
Tibor
It is strage all its are passing on CI.
Are you sure you have correcly unpacked the package?


Il lun 13 mag 2019, 21:23 Tibor Digana  ha scritto:

> checked the sha512 of src zip, ok
> checked the build, failed (mvn verify -P run-its,quality-checks)
>

What is 'quality-checks' profile? I have never heard about it

Enrico


> [INFO] Building: MCHECKSTYLE-54\pom.xml
> [INFO]   MCHECKSTYLE-54\pom.xml ... FAILED
> (5.3 s)
>
> *Mcheckstyle54.java:[1] (misc) NewlineAtEndOfFile: File does not end with a
> newline.*
>
> but I checkted this file and it ends with a new line. Is it bug in the
> Checkstyle dependency?
>
> [INFO] BUILD FAILURE
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-pmd-plugin:3.8:cpd-check (cpd-check) on
> project maven-checkstyle-plugin: You have 1 CPD duplication.
>
> There are exactly the same methods. That's why CPD fails, see
> CheckstyleViolationCheckMojo L813
> AbstractCheckstyleReportL581
>
>
>
>
>
>
>
>
>
> On Mon, May 13, 2019 at 11:52 AM Enrico Olivelli 
> wrote:
>
> > Hi,
> >
> > We solved 13 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223
> >
> > Please note that this version now only supports CheckStyle 8+ and Java 8
> > (as required by latest Checkstyle)
> >
> > There are still a couple of issues left in JIRA:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1503/
> >
> >
> https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
> >
> >
> eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e
> >
> > Staging site:
> >
> https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> >
> > Enrico Olivelli
> >
>


Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Karl Heinz Marbaise

Hi,

I have checked the SHA512 Ok...and unpacked the release and tested via:

mvn -Prun-its clean verify

Get a complete fine build without any issue on MacOS JDK11... Maven 3.6.1

so +1 from me...

Kind regards
Karl Heinz Marbaise

On 13.05.19 11:52, Enrico Olivelli wrote:

Hi,

We solved 13 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223

Please note that this version now only supports CheckStyle 8+ and Java 8
(as required by latest Checkstyle)

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1503/
https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip

Source release checksum(s):
maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e

Staging site:
https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1


Enrico Olivelli



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



Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Tibor Digana
checked the sha512 of src zip, ok
checked the build, failed (mvn verify -P run-its,quality-checks)

[INFO] Building: MCHECKSTYLE-54\pom.xml
[INFO]   MCHECKSTYLE-54\pom.xml ... FAILED
(5.3 s)

*Mcheckstyle54.java:[1] (misc) NewlineAtEndOfFile: File does not end with a
newline.*

but I checkted this file and it ends with a new line. Is it bug in the
Checkstyle dependency?

[INFO] BUILD FAILURE
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-pmd-plugin:3.8:cpd-check (cpd-check) on
project maven-checkstyle-plugin: You have 1 CPD duplication.

There are exactly the same methods. That's why CPD fails, see
CheckstyleViolationCheckMojo L813
AbstractCheckstyleReportL581









On Mon, May 13, 2019 at 11:52 AM Enrico Olivelli 
wrote:

> Hi,
>
> We solved 13 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223
>
> Please note that this version now only supports CheckStyle 8+ and Java 8
> (as required by latest Checkstyle)
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1503/
>
> https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
>
> eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Enrico Olivelli
>


[ANN] Apache Maven JAR Plugin 3.1.2 Released

2019-05-13 Thread Karl Heinz Marbaise

The Apache Maven team is pleased to announce the release of the
Apache Maven JAR Plugin Version 3.1.2.

https://maven.apache.org/plugins/maven-jar-plugin/

Important Note:

 * Maven 3.X only
 * JDK 7 minimum requirement

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-jar-plugin
  3.1.2


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-jar-plugin/download.cgi

Release Notes Maven JAR Plugin 3.1.2

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12344629

Bug
 * [MJAR-259] - Archiving to jar is very slow

Improvement:

 * [MJAR-238] - Allow setting of module main class

Enjoy,

- The Apache Maven team

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



[RESULT] [VOTE] Retired Maven Artifact Resolution API (Maven2)

2019-05-13 Thread Robert Scholte
Hi,

The vote has passed with the following result:

+1: Karl Heinz Marbaise, Anders Hammar, Hervé BOUTEMY, Tamás Cservenák, Gabriel 
Belingueres, Manfred Moser, Bernd Prager, Enrico Olivelli, Guang Chao, Tibor 
Digana, Sylwester Lachiewicz, Robert Scholte

PMC quorum: reached

I will continue with the steps required to retire this library.

On 8-5-2019 20:25:14, Robert Scholte  wrote:
Hi,

The Apache Maven project consist of about 100 (sub)projects. Due to the small 
number of volunteers and the huge amount of code to maintain we're missing 
enough space to make real progress on all these projects, including our 
ambitious ideas for the next major version(s) of Maven itself.
To be able to gain more focus we need to criticize the current subprojects and 
decide if it is worth maintaining.

The Maven Artifact Resolution API (maven-artifact-resolver) is a shared 
component that could be used to easily resolve Maven project dependencies. The 
last (and only) released version is 1.0 in September 2009.( 
https://maven.apache.org/shared/maven-artifact-resolver/ 
[https://maven.apache.org/shared/maven-artifact-resolver/] ).
This library should not be confused with Artifact Resolver (maven-resolver), 
previously known as Aether. As you can see the naming will cause confusion.
The library that aims the same goal for Artifact Resolver is another shared 
component called maven-artifact-transfer (which by now is not just the transfer 
part or Artifact Resolver, but a bridge for both Sonatype Aether as used in 
Maven 3.0.x and Eclipse Aether as used in Maven 3.1.x+. This way Maven plugins 
and extensions can be compatible with any Maven 3 release)

I therefore propose that we retire the maven-artifact-resolver.

I don't think it makes sense to do a final release. Instead we should update 
the documentation and the freeze the codebase.

The process for retiring a plugin is described here:
https://maven.apache.org/developers/retirement-plan-plugins.html 
[https://maven.apache.org/developers/retirement-plan-plugins.html]

The vote is open for 72 hours.

[ ] +1 Yes, it's about time
[ ] -1 No, because...

Re: [VOTE] Retired Maven Artifact Resolution API (Maven2)

2019-05-13 Thread Robert Scholte
+1
On 8-5-2019 20:25:14, Robert Scholte  wrote:
Hi,

The Apache Maven project consist of about 100 (sub)projects. Due to the small 
number of volunteers and the huge amount of code to maintain we're missing 
enough space to make real progress on all these projects, including our 
ambitious ideas for the next major version(s) of Maven itself.
To be able to gain more focus we need to criticize the current subprojects and 
decide if it is worth maintaining.

The Maven Artifact Resolution API (maven-artifact-resolver) is a shared 
component that could be used to easily resolve Maven project dependencies. The 
last (and only) released version is 1.0 in September 2009.( 
https://maven.apache.org/shared/maven-artifact-resolver/ 
[https://maven.apache.org/shared/maven-artifact-resolver/] ).
This library should not be confused with Artifact Resolver (maven-resolver), 
previously known as Aether. As you can see the naming will cause confusion.
The library that aims the same goal for Artifact Resolver is another shared 
component called maven-artifact-transfer (which by now is not just the transfer 
part or Artifact Resolver, but a bridge for both Sonatype Aether as used in 
Maven 3.0.x and Eclipse Aether as used in Maven 3.1.x+. This way Maven plugins 
and extensions can be compatible with any Maven 3 release)

I therefore propose that we retire the maven-artifact-resolver.

I don't think it makes sense to do a final release. Instead we should update 
the documentation and the freeze the codebase.

The process for retiring a plugin is described here:
https://maven.apache.org/developers/retirement-plan-plugins.html 
[https://maven.apache.org/developers/retirement-plan-plugins.html]

The vote is open for 72 hours.

[ ] +1 Yes, it's about time
[ ] -1 No, because...

[VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0

2019-05-13 Thread Enrico Olivelli
Hi,

We solved 13 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342397=Text=12317223

Please note that this version now only supports CheckStyle 8+ and Java 8
(as required by latest Checkstyle)

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1503/
https://repository.apache.org/content/repositories/maven-1503/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0-source-release.zip

Source release checksum(s):
maven-checkstyle-plugin-3.1.0-source-release.zip sha512:
eca46edb4d2f6cf2e250169ce5d5e510781b4bba116cc7b5655797cdb109ccdb0da883a1761347c6e2c77fe58395aff17e45c46d85a8a823340ae2b11c92852e

Staging site:
https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1


Enrico Olivelli