Apache Maven Wrapper: Clarification on Line Ending Configuration (regarding Checkstyle)

2025-05-27 Thread Vincent Potucek
Hi Devs, while implementing in Checkstyle an IDE-agnostic configuration using EditorConfig, I noticed inconsistencies in line endings compared to our intended setup. Initially, I assumed this was due to a local .git setting related to how line endings are committed. However, as we know

Re: Proposal: Enhance code quality checks with OpenRewrite in addition to Spotless/Checkstyle

2025-05-17 Thread Slawomir Jaranowski
rite, which would complement our existing Spotless and Checkstyle > setup. > > Current Situation: > > Spotless handles formatting (cosmetic changes) > > Checkstyle performs basic static analysis (file-level parsing) > > Both have limited capabilities in detecting and automa

Re: Proposal: Enhance code quality checks with OpenRewrite in addition to Spotless/Checkstyle

2025-05-16 Thread Piotr P. Karwasz
Hi, On 16.05.2025 22:48, Piotr Żygieło wrote: > On Fri, 16 May 2025 at 22:37, Henning Schmiedehausen > wrote: >> Frankly, posting with a mail address of "me.com.invalid" makes me press > > schmiedehausen.org.invalid > > (https://lists.apache.org/api/source.lua?id=kf906zch8lho65q70s92gnw2p1wbt3o

Re: Proposal: Enhance code quality checks with OpenRewrite in addition to Spotless/Checkstyle

2025-05-16 Thread Piotr Żygieło
On Fri, 16 May 2025 at 22:37, Henning Schmiedehausen wrote: > Frankly, posting with a mail address of "me.com.invalid" makes me press schmiedehausen.org.invalid (https://lists.apache.org/api/source.lua?id=kf906zch8lho65q70s92gnw2p1wbt3o7) -- Piotrek ---

Re: Proposal: Enhance code quality checks with OpenRewrite in addition to Spotless/Checkstyle

2025-05-16 Thread Henning Schmiedehausen
in recent > PRs. > > I'd like to propose enhancing our code quality tooling by introducing > OpenRewrite, which would complement our existing Spotless and Checkstyle > setup. > > Current Situation: > > Spotless handles formatting (cosmetic changes) > > Checkstyl

Re: Proposal: Enhance code quality checks with OpenRewrite in addition to Spotless/Checkstyle

2025-05-16 Thread Piotr P. Karwasz
Hi all, In Log4j we have used OpenRewrite to fix several inconsistencies between our 2.x and 3.x branches and to remove Java 8 patterns from our Java 17 code. I can sincerely recommend it. While it is still work in progress, our migration guide from Log4j 1 to Log4j 2 will contain OpenRewrite rec

[ANN] Maven Checkstyle Plugin 3.6.0 released

2024-10-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.6.0. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.6.0

2024-10-25 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Slawomir Jaranowski, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [VOTE] Release Maven Checkstyle Plugin version 3.6.0

2024-10-25 Thread Tamás Cservenák
ttps://repository.apache.org/content/repositories/maven-2231/org/apache/maven/plugins/maven-checkstyle-plugin/3.6.0/maven-checkstyle-plugin-3.6.0-source-release.zip > > Source release checksum(s): >

Re: [VOTE] Release Maven Checkstyle Plugin version 3.6.0

2024-10-25 Thread Slawomir Jaranowski
ttps://repository.apache.org/content/repositories/maven-2231/org/apache/maven/plugins/maven-checkstyle-plugin/3.6.0/maven-checkstyle-plugin-3.6.0-source-release.zip > > Source release checksum(s): >

Re: [VOTE] Release Maven Checkstyle Plugin version 3.6.0

2024-10-25 Thread Michael Osipov
pository.apache.org/content/repositories/maven-2231/org/apache/maven/plugins/maven-checkstyle-plugin/3.6.0/maven-checkstyle-plugin-3.6.0-source-release.zip > > Source release checksum(s): > ma

[VOTE] Release Maven Checkstyle Plugin version 3.6.0

2024-10-22 Thread Michael Osipov
ttps://issues.apache.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2231/ https://repository.apache.org/content/repositories/maven-2231/org/apache/maven/plugins/maven-checkstyle-plugin/3.6.0/maven-checks

[ANN] Maven Checkstyle Plugin 3.5.0 released

2024-08-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.5.0. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-22 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Slawomir Jaranowski, Hervé Boutemy, Tamás Cservenák, Matthias Bünger PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-21 Thread Tamás Cservenák
ttps://repository.apache.org/content/repositories/maven-2193/org/apache/maven/plugins/maven-checkstyle-plugin/3.5.0/maven-checkstyle-plugin-3.5.0-source-release.zip > > Source release checksum(s): >

Re: [VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-21 Thread Slawomir Jaranowski
n-2193/ > > https://repository.apache.org/content/repositories/maven-2193/org/apache/maven/plugins/maven-checkstyle-plugin/3.5.0/maven-checkstyle-plugin-3.5.0-source-release.zip > > Source release checksum(s)

Re: [VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-20 Thread Herve Boutemy
+1 Reproducible Build ok: reference build done with JDK 8 on Windows side note: when rebuilt with "-DskipTests", maven-checkstyle-plugin-3.5.0-source-release.zip output misses 2 files available in reference = maven-checkstyle-plugin-3.5.0/src/test/resources/plugin-configs/target/te

Re: [VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-19 Thread Sylwester Lachiewicz
n-2193/ > > https://repository.apache.org/content/repositories/maven-2193/org/apache/maven/plugins/maven-checkstyle-plugin/3.5.0/maven-checkstyle-plugin-3.5.0-source-release.zip > > Source release checksum(s)

[VOTE] Release Maven Checkstyle Plugin version 3.5.0

2024-08-19 Thread Michael Osipov
ttps://issues.apache.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2193/ https://repository.apache.org/content/repositories/maven-2193/org/apache/maven/plugins/maven-checkstyle-plugin/3.5.0/m

Re: maven-checkstyle-plugin doesn't support sarify type

2024-06-27 Thread Benjamin Marwell
per of maven: > > apache/maven-checkstyle-plugin is only support xml and > plain, > I wanna add sarif type support for this plugin. > If you satisfy my suggestion, can you create a JIRA Ticket for me or may I > get a JIRA account and create a ticket for this s

[ANN] Maven Checkstyle Plugin 3.4.0 released

2024-06-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.4.0. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-05 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Slawomir Jaranowski, Hervé Boutemy, Michael Osipov, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. --

Re: [VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-04 Thread Michael Osipov
tion+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2139/ https://repository.apache.org/content/repositories/maven-2139/org/apache/maven/plugins/maven-checkstyle-plugin/3.4.0/maven-checkstyle-plugin-3.4.0-source-release.zip Source release checksum(s): m

Re: [VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-02 Thread Sylwester Lachiewicz
; > > Staging repo: > > https://repository.apache.org/content/repositories/maven-2139/ > > > https://repository.apache.org/content/repositories/maven-2139/org/apache/maven/plugins/maven-checkstyle-plugin/3.4.0/maven-checkstyle-plugin-3.4.0-source-relea

Re: [VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-02 Thread Herve Boutemy
n-2139/org/apache/maven/plugins/maven-checkstyle-plugin/3.4.0/maven-checkstyle-plugin-3.4.0-source-release.zip > > Source release checksum(s): > maven-checkstyle-plugin-3.4.0-source-release.zip > sha512: > aff27b916d2b6daef384b8f31c1d7e3825152e0b6829df469698c2a0952e95fec9c3df65a804

Re: [VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-02 Thread Slawomir Jaranowski
jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-2139/ > https://repository.apache.org/content/repositories/maven-2139/org/apache/maven/plugins/maven-checkstyle-plugin/3.4.0/maven-checkstyle-pl

[VOTE] Release Maven Checkstyle Plugin version 3.4.0

2024-06-02 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-2139/ https://repository.apache.org/content/repositories/maven-2139/org/apache/maven/plugins/maven-checkstyle-plugin/3.4.0/maven-checkstyle-plugin-3.4.0-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.4.0-source-release.zip sh

maven-checkstyle-plugin doesn't support sarify type

2024-05-12 Thread コ ウ
Dear Developer of maven: apache/maven-checkstyle-plugin is only support xml and plain, I wanna add sarif type support for this plugin. If you satisfy my suggestion, can you create a JIRA Ticket for me or may I get a JIRA account and create a ticket for this suggestion. exiahuang

[ANN] Maven Checkstyle Plugin 3.3.1 released

2023-10-24 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.3.1. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-24 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Slawomir Jaranowski, Sylwester Lachiewicz, Tamás Cservenák, Herve Boutemy, Michael Osipov PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-23 Thread Tamás Cservenák
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-2014/ > > https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkst

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-22 Thread Michael Osipov
tion+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-2014/ https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1-source-release.zip Source release checksum(s): m

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-22 Thread Slawomir Jaranowski
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-2014/ > > https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-21 Thread Herve Boutemy
a/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-2014/ > https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-21 Thread Sylwester Lachiewicz
he.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-2014/ > > https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/ma

[VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-21 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-2014/ https://repository.apache.org/content/repositories/maven-2014/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.3.1-source-release.zip sh

[ANN] Maven Checkstyle Plugin 3.3.0 released

2023-05-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.3.0. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-22 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Slawomir Jaranowski, Sylwester Lachiewicz, Tamás Cservenák, Guillaume Nodet PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. -

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-20 Thread Gary Gregory
Ah, I was misled by the PR title then. Thank you for the clarification! Gary On Sat, May 20, 2023, 12:53 Elliotte Rusty Harold wrote: > On Sat, May 20, 2023 at 3:33 PM Gary Gregory > wrote: > > > > Please don't change the default behavior to exclude test sources! > > Non-binding -1 from me. >

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-20 Thread Elliotte Rusty Harold
On Sat, May 20, 2023 at 3:33 PM Gary Gregory wrote: > > Please don't change the default behavior to exclude test sources! > Non-binding -1 from me. > If you're referring to #76, that's not what it does. Test sources are still checked. What changes is that **generated code**, test and non-test ali

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-20 Thread Gary Gregory
Please don't change the default behavior to exclude test sources! Non-binding -1 from me. Some tests serve as nice examples. I also want to enforce checkstyle for PR sources consistently whether the changes are in main or test. Please don't accepting this as is and make me edit dozens

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-20 Thread Elliotte Rusty Harold
https://github.com/apache/maven-checkstyle-plugin/pull/76 is in progress from an external developer and is, IMHO, a quite nice improvement. Might be worth waiting for this to be finished up. Otherwise, I found some minor issues in dependencies and the tests, but nothing blocking. On Fri, May 19

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-19 Thread Guillaume Nodet
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1946/ > > https://repository.apache.org/content/repositories/maven-1946/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-19 Thread Sylwester Lachiewicz
/repositories/maven-1946/ > > > > > https://repository.apache.org/content/repositories/maven-1946/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0-source

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-19 Thread Tamás Cservenák
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1946/ > > https://repository.apache.org/content/repositories/maven-1946/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-19 Thread Slawomir Jaranowski
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1946/ > > https://repository.apache.org/content/repositories/maven-1946/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/ma

[VOTE] Release Maven Checkstyle Plugin version 3.3.0

2023-05-19 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-1946/ https://repository.apache.org/content/repositories/maven-1946/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.3.0-source-release.zip sh

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-05-04 Thread Maxim Solodovnik
On Fri, 5 May 2023 at 11:34, Mark Derricutt wrote: > > On 5 May 2023, at 16:21, Maxim Solodovnik wrote: > > While latest version ATM 10.9.3 > > Checkstyle 10.x requires Java 9+ which is good enough reason in my mind to > not update it officially (yet). Understood, thanks

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-05-04 Thread Mark Derricutt
On 5 May 2023, at 16:21, Maxim Solodovnik wrote: > While latest version ATM 10.9.3 Checkstyle 10.x requires Java 9+ which is good enough reason in my mind to not update it officially (yet). You can however update the check style version by adding a `` declaration in the plugin. --- &

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-05-04 Thread Maxim Solodovnik
;) > > > On Fri, Apr 21, 2023, 02:04 Michael Osipov wrote: >> >> The Apache Maven team is pleased to announce the release of the Maven >> Checkstyle Plugin, version 3.2.2. >> >> https://maven.apache.org/plugins/maven-checkstyle-plugin/

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Maxim Solodovnik
of the Maven > Checkstyle Plugin, version 3.2.2. > > https://maven.apache.org/plugins/maven-checkstyle-plugin/ > > You should specify the version in your project's plugin configuration: > > >org.apache.maven.plugins >>maven-checkstyle-plugin >3.2.2

[ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.2. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-20 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Tamás Cservenák, Delany, Slawomir Jaranowski, Sylwester Lachiewicz, Michael Osipov -1: Elliotte Rusty Harold Although we have one negative vote, quorum still stands. Parent 39 and dep updates can happen in next minor release. PMC quoru

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-20 Thread Michael Osipov
tion+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-1920/ https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/maven-checkstyle-plugin-3.2.2-source-release.zip Source release checksum(s): m

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-19 Thread Slawomir Jaranowski
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1920/ > > https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-19 Thread Sylwester Lachiewicz
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1920/ > > https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-18 Thread Michael Osipov
Am 2023-04-18 um 18:44 schrieb Elliotte Rusty Harold: -1 dependabot has surfaced multiple easy dependency upgrades that should be merged first, and we really should move the parent pom to 39 Nothing is flawed in this release. In intentionally did not bump the parent because I didn't want to

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-18 Thread Delany
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1920/ > > https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-18 Thread Elliotte Rusty Harold
t; https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/maven-checkstyle-plugin-3.2.2-source-release.zip > > Source release checksum(s): > maven-ch

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-18 Thread Tamás Cservenák
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1920/ > > https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/maven-checkst

[VOTE] Release Maven Checkstyle Plugin version 3.2.2

2023-04-18 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-1920/ https://repository.apache.org/content/repositories/maven-1920/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.2/maven-checkstyle-plugin-3.2.2-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.2.2-source-release.zip sh

[ANN] Maven Checkstyle Plugin 3.2.1 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.1. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-11 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Slawomir Jaranowski, Hervé Boutemy, Karl Heinz Marbaise PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-08 Thread Herve Boutemy
n-1844/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1-source-release.zip > > Source release checksum(s): > maven-checkstyle-plugin-3.2.1-source-release.zip > sha512: > 06f1d89c3a06daccb6fff20af64885045cb6409d4f6ad441fa456723537b9e56105bb0264c4c

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-08 Thread Slawomir Jaranowski
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1844/ > > https://repository.apache.org/content/repositories/maven-1844/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-08 Thread Karl Heinz Marbaise
sues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-1844/ https://repository.apache.org/content/repositories/maven-1844/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1-so

[VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-06 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-1844/ https://repository.apache.org/content/repositories/maven-1844/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.2.1-source-release.zip sh

[ANN] Maven Checkstyle Plugin 3.2.0 released

2022-08-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.0. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyl

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-23 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Slawomir Jaranowski, Tamás Cservenák, Herve Boutemy, Karl Heinz Marbaise PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-21 Thread Karl Heinz Marbaise
jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-1800/ https://repository.apache.org/content/repositories/maven-1800/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.0/maven-checkstyle-plugin-3.2.0-so

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-21 Thread Herve Boutemy
couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1800/ > https://repository.apache.org/content/repositories/maven-1800/org/

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-20 Thread Tamás Cservenák
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1800/ > > https://repository.apache.org/content/repositories/maven-1800/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.0/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-20 Thread Slawomir Jaranowski
rg/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1800/ > > https://repository.apache.org/content/repositories/maven-1800/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.0/ma

Re: [VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-20 Thread Sylwester Lachiewicz
ues.apache.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1800/ > > https://repository.apache.org/content/repositories/maven-1800/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.0/ma

[VOTE] Release Maven Checkstyle Plugin version 3.2.0

2022-08-20 Thread Michael Osipov
ttps://repository.apache.org/content/repositories/maven-1800/ https://repository.apache.org/content/repositories/maven-1800/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.0/maven-checkstyle-plugin-3.2.0-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.2.0-source-release.zip sh

Re: Checkstyle 10.0, Java 11, Maven Checkstyle Plugin, and toolchain support

2022-03-07 Thread Benjamin Marwell
bytecode. Would that work for you? - Ben Am Mo., 7. März 2022 um 19:57 Uhr schrieb Timothy Stone : > > Devs, > > I'm researching the possibility of committing a patch to the Maven > Checkstyle Plugn to support toolchains. > > This support would be critical with Checkstyle

Checkstyle 10.0, Java 11, Maven Checkstyle Plugin, and toolchain support

2022-03-07 Thread Timothy Stone
Devs, I'm researching the possibility of committing a patch to the Maven Checkstyle Plugn to support toolchains. This support would be critical with Checkstyle 10.0 now requiring Java 11. I did not see any work pending on this in the JIRA board, yet. I'm not aware of any pending wor

[ANN] Apache Maven Checkstyle Plugin version 3.1.2 Released

2021-01-30 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 3.1.2 The Checkstyle Plugin generates a report regarding the code style used by the developers https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your

[RESULT] [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.2

2021-01-30 Thread Sylwester Lachiewicz
Hi, The vote has passed with the following result: +1 : Tibor Digana, Romain Manni-Bucau, Benjamin Marwell,Mark Struberg, Hervé BOUTEMY, Enrico Olivelli, Sylwester Lachiewicz -1: Elliotte Rusty Harold PMC quorum: reached I will promote the artifacts to the central repo. ---

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

2021-01-30 Thread Sylwester Lachiewicz
resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1624/ > > https://repository.apache.org/content/repositories/maven-1624/org/apache/maven/plugins/maven-ch

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

2021-01-26 Thread Enrico Olivelli
ttps://issues.apache.org/jira/issues/?jql=project%20%3D%20MCHECKSTYLE%20AND > > > %20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated > > %20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1624/ > &g

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

2021-01-26 Thread Hervé BOUTEMY
epo: > https://repository.apache.org/content/repositories/maven-1624/ > https://repository.apache.org/content/repositories/maven-1624/org/apache/mav > en/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2-sourc > e-release.zip > > Source release checksum

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

2021-01-24 Thread Mark Struberg
he/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2-source-release.zip Source release checksum(s): maven-checkstyle-plugin-3.1.2-source-release.zi

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

2021-01-24 Thread Benjamin Marwell
cure/ReleaseNote.jspa?projectId=12317223&version=12347024&styleName=Text > > > > > > There are still a couple of issues left in JIRA: > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCHECKSTYLE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20pri

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

2021-01-24 Thread Elliotte Rusty Harold
D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1624/ > > https://repository.apa

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

2021-01-24 Thread Benjamin Marwell
/content/repositories/maven-1624/ > https://repository.apache.org/content/repositories/maven-1624/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2-source-release.zip > > Source release checksum(s): > ma

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

2021-01-24 Thread Romain Manni-Bucau
issues.apache.org/jira/issues/?jql=project%20%3D%20MCHECKSTYLE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1624/ > > > > > https://repository.ap

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

2021-01-23 Thread Tibor Digana
en-1624/ > > https://repository.apache.org/content/repositories/maven-1624/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2-source-release.zip > > Source release checksum

[VOTE] Release Apache Maven Checkstyle Plugin version 3.1.2

2021-01-23 Thread Sylwester Lachiewicz
%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-1624/ https://repository.apache.org/content/repositories/maven-1624/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2-source-release.zip

[GitHub] [maven-archiver] elharo merged pull request #9: ignore .checkstyle

2020-11-16 Thread GitBox
elharo merged pull request #9: URL: https://github.com/apache/maven-archiver/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [maven-archiver] elharo opened a new pull request #9: ignore .checkstyle

2020-09-01 Thread GitBox
elharo opened a new pull request #9: URL: https://github.com/apache/maven-archiver/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [maven-reporting-exec] elharo merged pull request #5: add .checkstyle to .ignore

2020-06-11 Thread GitBox
elharo merged pull request #5: URL: https://github.com/apache/maven-reporting-exec/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [maven-reporting-exec] elharo opened a new pull request #5: add .checkstyle to .ignore

2020-06-11 Thread GitBox
elharo opened a new pull request #5: URL: https://github.com/apache/maven-reporting-exec/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [maven-site-plugin] elharo merged pull request #22: add .checkstyle to .gitignore

2020-05-24 Thread GitBox
elharo merged pull request #22: URL: https://github.com/apache/maven-site-plugin/pull/22 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [maven-site-plugin] elharo opened a new pull request #22: add .checkstyle to .gitignore

2020-05-24 Thread GitBox
elharo opened a new pull request #22: URL: https://github.com/apache/maven-site-plugin/pull/22 @michael-o This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: overwriting a read-only attribute in Checkstyle config

2020-04-23 Thread Hervé BOUTEMY
the community: can we drop the 'readonly' flag from the > 'resources' field of checkstyle plugin? > > I mean, it has always been writable up to now, so if we don't want to break > existing poms we should make it explicitly non readonly. > Is there any prob

Re: overwriting a read-only attribute in Checkstyle config

2020-04-23 Thread Enrico Olivelli
Javier, In upcoming Maven release 3.7 0 it won't be allowed to overwrite readonly attributes. I am sorry, I don't know how to fix your issue. Question for the community: can we drop the 'readonly' flag from the 'resources' field of checkstyle plugin? I mean, it

overwriting a read-only attribute in Checkstyle config

2020-04-23 Thread Javier Gómez
Hi, we are testing a config, that overwrites a readonly attribute, in Maven Checkstyle plugin config, to be able to analyze a set of resource folders in project root folder. We don't want to define this spefic folders config in POM build block, to avoid inherit that in child POMs,

Re: .checkstyle

2020-03-03 Thread Enrico Olivelli
>> perhaps meaningful to share within a development team? > >> > >> Cheers, > >> > >> Maarten > >> > >> On March 3, 2020 at 22:17, Elliotte Rusty Harold wrote: > >> > >> > Some versions ago the Maven Checkstyle plugin (or perhaps c

Re: .checkstyle

2020-03-03 Thread Manfred Moser
ote: >> >> It depends a bit... Is it an empty file? Or is there any content in it, >> perhaps meaningful to share within a development team? >> >> Cheers, >> >> Maarten >> >> On March 3, 2020 at 22:17, Elliotte Rusty Harold wrote: >> >&

  1   2   3   4   5   6   7   8   9   10   >