[ANN] Apache Maven PMD Plugin 3.22.0 Released

2024-04-25 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.22.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.22.0



Release Notes - Maven PMD Plugin - Version 3.22.0

Improvement
* [MPMD-379] - Upgrade to use PMD 7.0.0 by default

Dependency upgrade
* [MPMD-388] - Upgrade to Parent 41
* [MPMD-393] - Upgrade commons-io:commons-io to 2.16.1
* [MPMD-394] - Bump org.apache.maven.plugins:maven-plugins from 41 to 42

Enjoy,

-The Maven team


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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.22.0

2024-04-25 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Slawomir Jaranowski, Karl Heinz Marbaise, Tamás Cservenák, Andreas 
Dangel


PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas


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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.22.0

2024-04-22 Thread Andreas Dangel

+1

Tested with PMD build itself

Seems like we have already reached the minimum quorum of three +1 (PMC) 
votes.


I'll proceed with the release probably on Thursday (don't have time 
available earlier).



Am 18.04.24 um 12:38 schrieb Andreas Dangel:

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12353876=Text 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-2095/
https://repository.apache.org/content/repositories/maven-2095/org/apache/maven/plugins/maven-pmd-plugin/3.22.0/maven-pmd-plugin-3.22.0-source-release.zip 



Source release checksum(s):
maven-pmd-plugin-3.22.0-source-release.zip sha512:
ebc08fa2b9b1c7ae3cb985d741ea2326e23752e5dabe764a213a7acca9c02287e4e15d6b274f9f8cabbc29193aaa622cbd9676a065a2cd5de7e4816eb918c0e8 



Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



[VOTE] Release Apache Maven PMD Plugin version 3.22.0

2024-04-18 Thread Andreas Dangel

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12353876=Text

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

Staging repo:
https://repository.apache.org/content/repositories/maven-2095/
https://repository.apache.org/content/repositories/maven-2095/org/apache/maven/plugins/maven-pmd-plugin/3.22.0/maven-pmd-plugin-3.22.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.22.0-source-release.zip sha512:
ebc08fa2b9b1c7ae3cb985d741ea2326e23752e5dabe764a213a7acca9c02287e4e15d6b274f9f8cabbc29193aaa622cbd9676a065a2cd5de7e4816eb918c0e8

Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



maven-pmd-plugin next version? (PMD 7 Upgrade)

2024-04-05 Thread Andreas Dangel

Hi all,

I'd like to hear your opinions about [1] / [2]:

Adding support for PMD 7, which is a major version upgrade from PMD 
6.55.0, might impact end-users under certain conditions: If they use 
custom rulesets and use a rule, which no longer exists or has been 
replaced, they need to update their rulesets so that it will be working 
with PMD 7. Or if they have written custom rules.


Using PMD 7 however, enables support for Java 21. Upgrading PMD in 
m-pm-p would bring this to all users. While m-pmd-p itself didn't change 
much (e.g. the maven configs are still valid), the underlying PMD of 
course did (and therefore any custom rulesets might need to be updated).


This fact, that there might be changes needed when upgrading, will be 
added on the plugin documentation page [3] under "Upgrading notes" (part 
of PR 144).


The question is now: Should the next version of m-pmd-p be called 3.22.0 
or 4.0.0?


If there are no objections, I would merge PR 144 and start a release of 
m-pmd-p as 3.22.0 some time next week.



Thanks,

Andreas


[1]: https://github.com/apache/maven-pmd-plugin/pull/144
[2]: https://issues.apache.org/jira/browse/MPMD-379
[3]: https://maven.apache.org/plugins/maven-pmd-plugin/index.html




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



[ANN] Apache Maven PMD Plugin 3.19.0 Released

2022-09-05 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.19.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.19.0



Release Notes - Maven PMD Plugin - Version 3.19.0

Bug
* [MPMD-353] API incompatibility with jansi after upgrading m-shared-utils

Task
* [MPMD-354] Upgrade to PMD 6.49.0


Enjoy,

-The Maven team



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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.19.0

2022-09-05 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Michael Osipov, Tamás Cservenák, Herve Boutemy,
 Slawomir Jaranowski, Andreas Dangel

PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas



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



[VOTE] Release Apache Maven PMD Plugin version 3.19.0

2022-09-01 Thread Andreas Dangel

Hi,

We solved 2 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352255=Text=12317621

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

Staging repo:
https://repository.apache.org/content/repositories/maven-1804/
https://repository.apache.org/content/repositories/maven-1804/org/apache/maven/plugins/maven-pmd-plugin/3.19.0/maven-pmd-plugin-3.19.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.19.0-source-release.zip sha512:
050d2b8b2fe717b7415c13afbc2300e662a3c0dc5d37b9068c062109614760ca0e48631a8c013628f357e8bd3644f97c9c7238e64485e54b4ec840f95cdb1221

Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



[ANN] Apache Maven PMD Plugin 3.17.0 Released

2022-06-04 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.17.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.17.0



Release Notes - Maven PMD Plugin - Version 3.17.0

Bug
* [MPMD-342] No debug log message issued when empty report shall be 
skipped and no issues have been found

* [MPMD-334] Source Encoding parameter is ignored

Improvement
* [MPMD-333] Add release notes documentation
* [MPMD-309] Add configuration option to show suppressed violations

New Feature
* [MPMD-332] Support Java 18

Task
* [MPMD-343] Upgrade to PMD 6.46.0
* [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0
* [MPMD-340] Upgrade Maven Reporting API/Impl to 3.1.0
* [MPMD-339] Upgrade plugins in ITs
* [MPMD-338] Upgrade to Doxia/Doxia Sitetools to 1.11.1
* [MPMD-337] Upgrade Maven Parent to 36
* [MPMD-336] Replace deprecated calls to PMD
* [MPMD-331] Require Maven 3.2.5+
* [MPMD-330] Upgrade Maven Parent to 35
* [MPMD-329] Upgrade to PMD 6.45.0

Enjoy,

-The Maven team



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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.17.0

2022-06-04 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Michael Osipov, Olivier Lamy, Hervé Boutemy, Tibor Digana,
 Slawomir Jaranowski, Andreas Dangel

PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.17.0

2022-06-04 Thread Andreas Dangel

+1

Tested with PMD build itself


Am 31.05.22 um 19:57 schrieb Andreas Dangel:

Hi,

We solved 15 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351350=Text=12317621 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-1756/
https://repository.apache.org/content/repositories/maven-1756/org/apache/maven/plugins/maven-pmd-plugin/3.17.0/maven-pmd-plugin-3.17.0-source-release.zip 



Source release checksum(s):
maven-pmd-plugin-3.17.0-source-release.zip sha512:
b95a6f1b54332747c09af93ddbda6ef3d49745bb5a2a31fadf43221549919c7eb7a20541234eb9f8f02b1dfd75b9b94305322097194d98cb7e837328493673a3 



Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



[VOTE] Release Apache Maven PMD Plugin version 3.17.0

2022-05-31 Thread Andreas Dangel

Hi,

We solved 15 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351350=Text=12317621

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

Staging repo:
https://repository.apache.org/content/repositories/maven-1756/
https://repository.apache.org/content/repositories/maven-1756/org/apache/maven/plugins/maven-pmd-plugin/3.17.0/maven-pmd-plugin-3.17.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.17.0-source-release.zip sha512:
b95a6f1b54332747c09af93ddbda6ef3d49745bb5a2a31fadf43221549919c7eb7a20541234eb9f8f02b1dfd75b9b94305322097194d98cb7e837328493673a3

Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



[ANN] Apache Maven PMD Plugin 3.16.0 Released

2022-02-15 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.16.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.16.0



Release Notes - Maven PMD Plugin - Version 3.16.0

Bug
* [MPMD-325] Could not find class due to IncompatibleClassChangeError 
warning

* [MPMD-324] Ruleset URLs have hyphen replaced with forwardslash
* [MPMD-323] ResourceManager should use project base dir instead of pom 
location


Improvement
* [MPMD-328] Shared GitHub Actions

Task
* [MPMD-327] Upgrade to PMD 6.42.0
* [MPMD-326] Set Maven 3.1.1 as minimum version

Enjoy,

-The Maven team


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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.16.0

2022-02-15 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Michael Osipov, Sylwester Lachiewicz, Hervé Boutemy, Andreas 
Dangel, Tamás Cservenák


PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.16.0

2022-02-14 Thread Andreas Dangel

I need one more vote

Thanks,
Andreas

Am 05.02.22 um 11:22 schrieb Andreas Dangel:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350599=Text=12317621 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-1705/
https://repository.apache.org/content/repositories/maven-1705/org/apache/maven/plugins/maven-pmd-plugin/3.16.0/maven-pmd-plugin-3.16.0-source-release.zip 



Source release checksum(s):
maven-pmd-plugin-3.16.0-source-release.zip sha512:
997e2aa392ac0aa619ed6b20eaeaffafbd9ecb0d41888c1571b89309b86316c48d874401877e7b8da696d1e4be6686a704a7db49efb48be2e12132d0fbcb6db2 



Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.16.0

2022-02-10 Thread Andreas Dangel

+1

Tested with PMD build itself

Am 05.02.22 um 11:22 schrieb Andreas Dangel:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350599=Text=12317621 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-1705/
https://repository.apache.org/content/repositories/maven-1705/org/apache/maven/plugins/maven-pmd-plugin/3.16.0/maven-pmd-plugin-3.16.0-source-release.zip 



Source release checksum(s):
maven-pmd-plugin-3.16.0-source-release.zip sha512:
997e2aa392ac0aa619ed6b20eaeaffafbd9ecb0d41888c1571b89309b86316c48d874401877e7b8da696d1e4be6686a704a7db49efb48be2e12132d0fbcb6db2 



Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



[VOTE] Release Apache Maven PMD Plugin version 3.16.0

2022-02-05 Thread Andreas Dangel

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350599=Text=12317621

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

Staging repo:
https://repository.apache.org/content/repositories/maven-1705/
https://repository.apache.org/content/repositories/maven-1705/org/apache/maven/plugins/maven-pmd-plugin/3.16.0/maven-pmd-plugin-3.16.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.16.0-source-release.zip sha512:
997e2aa392ac0aa619ed6b20eaeaffafbd9ecb0d41888c1571b89309b86316c48d874401877e7b8da696d1e4be6686a704a7db49efb48be2e12132d0fbcb6db2

Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



[ANN] Apache Maven PMD Plugin 3.15.0 Released

2021-09-10 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.15.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.15.0



Release Notes - Maven PMD Plugin - Version 3.15.0

Bug
* [MPMD-320] Error when using toolchain and spaces in repository path
* [MPMD-318] Incorrect aux classpath if 'includeTests' set to true
* [MPMD-317] NoClassDefFoundError for provided classes
* [MPMD-315] Maven PMD Plugin fails on Java 16: Unsupported targetJdk 
value '16'.

* [MPMD-314] PMD report extension not set correctly for custom report class

Improvement
* [MPMD-322] Display when PMD/CPD is skipped
* [MPMD-321] Display PMD version that is being used also for pmd:pmd and 
pmd:cpd

* [MPMD-319] Add GitHub Action to confirm build PR
* [MPMD-313] Improve  parameter description
* [MPMD-311] Improve excludeFromFailureFile docs

Task
* [MPMD-316] Require Java 8
* [MPMD-312] Upgrade to PMD 6.38.0
* [MPMD-308] Set Maven 3.1.0 as minimum version
* [MPMD-283] Create a real aggregate goal

Enjoy,

-The Maven team



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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.15.0

2021-09-10 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Olivier Lamy, Tamás Cservenák, Robert Scholte, Hervé Boutemy, 
Arnaud Héritier,

Sylwester Lachiewicz, Andreas Dangel

PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas




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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.15.0

2021-09-09 Thread Andreas Dangel

+1 (non-binding)

Am 06.09.21 um 20:56 schrieb Andreas Dangel:

Hi,

We solved 14 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12349432=Text=12317621 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-1663/
https://repository.apache.org/content/repositories/maven-1663/org/apache/maven/plugins/maven-pmd-plugin/3.15.0/maven-pmd-plugin-3.15.0-source-release.zip 



Source release checksum(s):
maven-pmd-plugin-3.15.0-source-release.zip sha512:
8ce5f12e7bbdb69013e122ef525f20c9cb191c1fbaf29708800aa887d2782e4eedc7aab51a663803e4c7d0f6005918836d5eb0a27bff35ffdf483194e32f7dc4 



Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



[VOTE] Release Apache Maven PMD Plugin version 3.15.0

2021-09-06 Thread Andreas Dangel

Hi,

We solved 14 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12349432=Text=12317621

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

Staging repo:
https://repository.apache.org/content/repositories/maven-1663/
https://repository.apache.org/content/repositories/maven-1663/org/apache/maven/plugins/maven-pmd-plugin/3.15.0/maven-pmd-plugin-3.15.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.15.0-source-release.zip sha512:
8ce5f12e7bbdb69013e122ef525f20c9cb191c1fbaf29708800aa887d2782e4eedc7aab51a663803e4c7d0f6005918836d5eb0a27bff35ffdf483194e32f7dc4

Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



[ANN] Apache Maven PMD Plugin 3.14.0 Released

2020-11-23 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven 
PMD Plugin, version 3.14.0


A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste

fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.14.0



Release Notes - Maven PMD Plugin - Version 3.14.0

Bug
* [MPMD-297] - Classloader not being closed after PMD run
* [MPMD-300] - Unable to format output with custom renderer 
(CodeClimateRenderer)

* [MPMD-305] - CPD goal does not support txt as a format parameter
* [MPMD-307] - NPE when using custom rule

Improvement
* [MPMD-290] - Add CPD example for C#
* [MPMD-301] - make build Reproducible
* [MPMD-304] - maven-pmd-plugin should be toolchains-aware

Dependency upgrade
* [MPMD-298] - Upgrade Doxia Sitetools to 1.9.2 to remove dependency on 
Struts

* [MPMD-302] - Upgrade to PMD 6.29.0


Enjoy,

-The Maven team




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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.14.0

2020-11-22 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Tibor Digana, Robert Scholte, Michael Osipov, Hervé BOUTEMY

(non binding): Andreas Dangel, Sylwester Lachiewicz

PMC quorum: reached.

I will promote the artifacts to the central repo.

Regards,
Andreas



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.14.0

2020-11-21 Thread Andreas Dangel

+1 (non-binding)
tested with PMD project itself


I need more binding VOTE's of PMC's...


Regards,

Andreas


Am 24.10.20 um 19:46 schrieb Andreas Dangel:

Hi,
  
We solved 9 issues:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346940=Text=12317621

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

https://repository.apache.org/content/repositories/maven-1611/
https://repository.apache.org/content/repositories/maven-1611/org/apache/maven/plugins/maven-pmd-plugin/3.14.0/maven-pmd-plugin-3.14.0-source-release.zip
  
Source release checksum(s):

maven-pmd-plugin-3.14.0-source-release.zip sha512:
b20cc1611abe5bdd5eed39bb5b7c0f601bcbba11dd98650f9fbdf3c8dcee996232904b39b6aaca0fde741c9ddc834433acf6f2eb79bc97821c22b6e2b257f706
  
Staging site:

https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



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



Re: Toolchains + maven-invoker (was PMD 3.14.0 vote)

2020-10-26 Thread Andreas Dangel
I'll change this, once INFRA-20938 [1] is solved. Currently,
toolchain.xml is missing on Windows build nodes, it only works on linux
nodes.

The current branch, I'm working on, contains the proper usage of
invoker: [2]

Regards,

Andreas


[1] https://issues.apache.org/jira/browse/INFRA-20938
[2] https://github.com/apache/maven-pmd-plugin/tree/test-INFRA-20938

Am 25.10.20 um 12:06 schrieb Robert Scholte:
> I won't hijack the voting thread, but I'd like to share some info about a 
> feature that should have been used here[1]:
>
> # A mapping for toolchain to ensure it exists # Since plugin version 3.2.0 
> invoker.toolchain.. = value invoker.toolchain.jdk.version = 11
> This will check if the toolchain is available, otherwise it'll skip the test.
> Jenkins at ASF has toolchains in place[2], so there's no need to have 
> explicit paths in your test.
>
> thanks,
> Robert
>
> [1] 
> https://maven.apache.org/plugins/maven-invoker-plugin/run-mojo.html#invokerPropertiesFile
> [2] 
> https://github.com/apache/infrastructure-puppet/blob/deployment/modules/build_slaves/files/toolchains.xml
>
> On 24-10-2020 23:44:45, Tibor Digana  wrote:
> +1
>
> In general, the build works but i have a problem with this statement in the
> file selector.groovy
> String jdk11Windows = 'f:\\jenkins\\tools\\java\\latest11'
>
> IMO the value should be configured via a system property. It should not be
> hard coded like it is written above.
> And, if the path does not exist then this test should not be executed or
> the test result should be ignored otherwise.
> Also the README.md should express this exception and configuration too.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-toolchains-plugin:3.0.0:toolchain (default)
> on project MPMD-304-toolchain-support: Misconfigured toolchains.
> Non-existing JDK home configuration at e:\Program Files\Java\jdk-11 ->
> [Help 1]
>
> On Sat, Oct 24, 2020 at 7:46 PM Andreas Dangel wrote:
>
>> Hi,
>>
>> We solved 9 issues:
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346940=Text=12317621
>>
>> There are still a couple of issues left in JIRA:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1611/
>>
>> https://repository.apache.org/content/repositories/maven-1611/org/apache/maven/plugins/maven-pmd-plugin/3.14.0/maven-pmd-plugin-3.14.0-source-release.zip
>>
>> Source release checksum(s):
>> maven-pmd-plugin-3.14.0-source-release.zip sha512:
>>
>> b20cc1611abe5bdd5eed39bb5b7c0f601bcbba11dd98650f9fbdf3c8dcee996232904b39b6aaca0fde741c9ddc834433acf6f2eb79bc97821c22b6e2b257f706
>>
>> Staging site:
>> https://maven.apache.org/plugins-archives/maven-pmd-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
>>
>>
>> Regards,
>> Andreas
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>


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



[VOTE] Release Apache Maven PMD Plugin version 3.14.0

2020-10-24 Thread Andreas Dangel
Hi,
 
We solved 9 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346940=Text=12317621

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1611/
https://repository.apache.org/content/repositories/maven-1611/org/apache/maven/plugins/maven-pmd-plugin/3.14.0/maven-pmd-plugin-3.14.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.14.0-source-release.zip sha512:
b20cc1611abe5bdd5eed39bb5b7c0f601bcbba11dd98650f9fbdf3c8dcee996232904b39b6aaca0fde741c9ddc834433acf6f2eb79bc97821c22b6e2b257f706
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas


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



Re: Plugin ITs with toolchain on ci-builds.a.o

2020-10-04 Thread Andreas Dangel
Thanks for the mentioning the trick. I experimented a bit and it seems,
"invoker.toolchain.jdk.version" is indeed working as expected. It was
probably a temporary hickup on the jenkins build nodes.

However, toolchains.xml is only available on linux nodes, not on Windows
nodes. I've create a INFRA ticket for that [1].

In order to have my new integration test working for both linux and
windows, I'm using now a custom selector script [2]. This script copies
the user's (jenkin's) toolchains.xml file into the integration test, if
available. Under Windows, it creates a new toolchains.xml using a fixed
path to the jdk (F:\jenkins\tools\java\latest11).

While looking at other plugins, I found two integration tests in
m-compiler-p which were not being executed due to referencing a
non-existing toolchain. I've fixed and enabled these tests (for linux only).

Regards,

Andreas


[1]: https://issues.apache.org/jira/browse/INFRA-20938
[2]:
https://github.com/apache/maven-pmd-plugin/blob/mpmd-304/src/it/MPMD-304-toolchain-support/selector.groovy

Am 03.10.20 um 11:20 schrieb Robert Scholte:
> that's actually a question for builds@a.o
> IIRC the trick done by other plugins is to write an integration test with a 
> toolchains.xm, filtering it with the Java Runtime path.
> Best it to search for ITs by one of the toolchain-aware plugins[1]
>
> thanks,
> Robert
>
> [1] https://maven.apache.org/guides/mini/guide-using-toolchains.html
> On 2-10-2020 20:40:23, Andreas Dangel  wrote:
> Hi all,
>
> I'm trying to create a IT that uses toolchain. I've configured it in the
> test's pom [1] and in invoker.properties [2]. Locally, the IT executed,
> but on ci-builds.a.o the test "MPMD-304-toolchain-support" is skipped
> "due to Toolchain" [3]. I was assuming, that the toolchains configured
> by puppet [4] are available...
>
> Any idea what I'm missing? This is about implementing MPMD-304 [5].
>
> Thanks,
>
> Andreas
>
> [1]
> https://github.com/apache/maven-pmd-plugin/pull/31/files#diff-1c38d38a7b5627065f01e2758630a0b2R83-R88
> [2]
> https://github.com/apache/maven-pmd-plugin/pull/31/files#diff-fc4ff6f6b9b97eeed9bf34122d18b660R20-R24
> [3]
> https://ci-builds.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven-pmd-plugin/detail/mpmd-304/2/pipeline/118#step-141-log-417
> [4]
> https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml#L64
> [5] https://issues.apache.org/jira/browse/MPMD-304
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


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



Plugin ITs with toolchain on ci-builds.a.o

2020-10-02 Thread Andreas Dangel
Hi all,

I'm trying to create a IT that uses toolchain. I've configured it in the
test's pom [1] and in invoker.properties [2]. Locally, the IT executed,
but on ci-builds.a.o the test "MPMD-304-toolchain-support" is skipped
"due to Toolchain" [3]. I was assuming, that the toolchains configured
by puppet [4] are available...

Any idea what I'm missing? This is about implementing MPMD-304 [5].

Thanks,

Andreas

[1]
https://github.com/apache/maven-pmd-plugin/pull/31/files#diff-1c38d38a7b5627065f01e2758630a0b2R83-R88
[2]
https://github.com/apache/maven-pmd-plugin/pull/31/files#diff-fc4ff6f6b9b97eeed9bf34122d18b660R20-R24
[3]
https://ci-builds.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven-pmd-plugin/detail/mpmd-304/2/pipeline/118#step-141-log-417
[4]
https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml#L64
[5] https://issues.apache.org/jira/browse/MPMD-304




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



[ANN] Apache Maven PMD Plugin 3.13.0 Released

2020-02-03 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven
PMD Plugin, version 3.13.0

A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.13.0



Release Notes - Apache Maven PMD Plugin - Version 3.13.0

Bug
* [MPMD-295] Maven PMD Plugin fails on Java 13: Unsupported targetJdk
value '13'
* [MPMD-292] PMD Log is not always integrated into maven log
* [MPMD-289] check: unable to find pmd.xml
* [MPMD-288] NullPointerException when File.list() returns null

Improvement
* [MPMD-296] Copy ruleset files into a subdirectory of target
* [MPMD-287] Add additional contribution information for GitHub
* [MPMD-241] Document the version relationship between plugin and pmd

New Feature
* [MPMD-269] Display PMD version that is being used

Task
* [MPMD-293] Fix integration test builds on jenkins
* [MPMD-291] Upgrade to PMD 6.21.0
* [MPMD-285] remove pluginTools version override for build (which block
reproducible build...)
* [MPMD-225] Create  report even if no warnings have been found by default


Enjoy,

-The Maven team



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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.13.0

2020-02-03 Thread Andreas Dangel

Hi,

The vote has passed with the following result:

+1 : Robert Scholte, Karl Heinz Marbaise, Herve Boutemy

(non binding): Romain Manni-Bucau, Andreas Dangel


PMC quorum: reached.

I will promote the artifacts to the central repo.



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.13.0

2020-01-26 Thread Andreas Dangel
+1 (non-binding)

Tested with PMD itself :)


Am 25.01.20 um 12:04 schrieb Andreas Dangel:
> Hi,
>  
> We solved 12 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345409=Text=12317621
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1547/
> https://repository.apache.org/content/repositories/maven-1547/org/apache/maven/plugins/maven-pmd-plugin/3.13.0/maven-pmd-plugin-3.13.0-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.13.0-source-release.zip sha512:
> 9b5238f49f5189a720d0f6b294bc2be715eddae51c84f3d498f091694cd98047eb548b09d705ac4823f2a8bd4716d6e48b77a650f35f15008ad12f2e8604
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-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
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



[VOTE] Release Apache Maven PMD Plugin version 3.13.0

2020-01-25 Thread Andreas Dangel
Hi,
 
We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345409=Text=12317621
 
There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1547/
https://repository.apache.org/content/repositories/maven-1547/org/apache/maven/plugins/maven-pmd-plugin/3.13.0/maven-pmd-plugin-3.13.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.13.0-source-release.zip sha512:
9b5238f49f5189a720d0f6b294bc2be715eddae51c84f3d498f091694cd98047eb548b09d705ac4823f2a8bd4716d6e48b77a650f35f15008ad12f2e8604
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


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



[ANN] Apache Maven PMD Plugin 3.12.0 Released

2019-04-22 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache
Maven PMD Plugin, version 3.12.0
 
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.
 
https://maven.apache.org/plugins/maven-pmd-plugin/
 
You should specify the version in your project's plugin configuration:
 

  org.apache.maven.plugins
  maven-pmd-plugin
  3.12.0

 
You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-pmd-plugin/download.cgi
 

Release Notes - Maven PMD Plugin - Version 3.12.0

** Bug
    * [MPMD-277] - Plugin tries to download local submodules from repo
** New Feature
    * [MPMD-280] - Support targetJdk 12
    * [MPMD-281] - Display found violations grouped by priority
** Improvement
    * [MPMD-279] - Improve documentation of maxAllowedViolations
    * [MPMD-282] - Add rule name to HTML report
** Dependency upgrade
    * [MPMD-275] - Upgrade to PMD 6.13.0
    * [MPMD-284] - Upgrade parent to 33


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] Release Apache Maven PMD Plugin version 3.12.0

2019-04-22 Thread Andreas Dangel
Hi,
 
The vote has passed with the following result:
 
+1 (binding): Olivier Lamy, Robert Scholte, Hervé BOUTEMY

+1 (non-binding): Andreas Dangel


PMC quorum: reached
 
I will promote the artifacts to the central repo.

Regards,

Andreas



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.12.0

2019-04-12 Thread Andreas Dangel

+1 (non-binding)

Tested with PMD itself.


Am 2019-04-11 20:35, schrieb Andreas Dangel:

Hi,
 
We solved 7 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344380=Text=12317621

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1497/
https://repository.apache.org/content/repositories/maven-1497/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.12.0-source-release.zip sha512:
97d4570792151a17d04ccc8f7414a5218a42a97ac0a547b252b00e280ac792d9af703fd33c37f757df308e78345a7277f05d27a94f2536f34f99bcc44925aaf5
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas



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


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



[VOTE] Release Apache Maven PMD Plugin version 3.12.0

2019-04-11 Thread Andreas Dangel
Hi,
 
We solved 7 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344380=Text=12317621

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1497/
https://repository.apache.org/content/repositories/maven-1497/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.12.0-source-release.zip sha512:
97d4570792151a17d04ccc8f7414a5218a42a97ac0a547b252b00e280ac792d9af703fd33c37f757df308e78345a7277f05d27a94f2536f34f99bcc44925aaf5
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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


Regards,
Andreas



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



Re: maven and java11

2018-11-14 Thread Andreas Dangel
The problem is maybe, that JAXB has been removed with java11: [1]

The reference implementation [2] can be used as a replacement.


Regards,

Andreas


1: https://openjdk.java.net/jeps/320

2:
https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.sun.xml.bind%22%20AND%20a%3A%22jaxb-ri%22


Am 14.11.2018 um 16:34 schrieb Romain Manni-Bucau:
> assume i have a standard package-info.json with @XmlSchema, nothing crazy
> in jaxb land.
>
> jaxb will do a loadClass(module, "com.foo.mypackage.package-info"), this
> will call findClass(String /*module.getName()*/, String) which will call
> findClass(String) (default impl in ClassLoader parent class of any
> classloader impl).
>
> ClassRealm will expect findClass(String) to be loaded from
> loadClass(String[,boolean]) so always throws ClassNotFoundException since
> it is not expected to be used (instead the lookup strategy - API -  is
> used).
>
> So in the previous cases of jaxb the loadClass will throw a ClassNotFound
> which makes the metadata just wrong.
>
> This is a vicious bug which means not a single mojo can use the java 11
> classloader API. By itself it sounds ok but since a lot of libs are
> starting to use it, it means mojo are not working under java 11 until the
> mojo creates another classloader which is not the case for standard simple
> tasks mojos.
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github  |
> LinkedIn  | Book
> 
>
>
> Le mer. 14 nov. 2018 à 10:00, Tibor Digana  a
> écrit :
>
>> Hi Romain,
>>
>> Which class could not be loaded?
>> JAXB or CDI class?
>> Some class from Maven dist or another one?
>>
>> BR,
>> Tibor
>>
>> On Tue, Nov 13, 2018 at 5:35 PM Romain Manni-Bucau 
>> wrote:
>>
>>> Hi guys,
>>>
>>> did you plan to fix and upgrade classworlds to support java11?
>>>
>>> The trick is in
>> org.codehaus.plexus.classworlds.realm.ClassRealm#findClass.
>>> This method assumes it can't be called outside
>> loadClass(String[,boolean])
>>> but in j11 there is loadClass(String, String) defaulting to it as well so
>>> it just fails and breaks a lot of mojo. One lib using that feature is
>> jaxb
 = 2.3.0 so any mojo relying on jaxb 2.3 is broken.
>>> Romain Manni-Bucau
>>> @rmannibucau  |  Blog
>>>  | Old Blog
>>>  | Github <
>>> https://github.com/rmannibucau> |
>>> LinkedIn  | Book
>>> <
>>>
>> https://www.packtpub.com/application-development/java-ee-8-high-performance



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



[ANN] Apache Maven PMD Plugin 3.10.0 Released

2018-06-06 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache
Maven PMD Plugin, version 3.10.0
 
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.
 
https://maven.apache.org/plugins/maven-pmd-plugin/
 
You should specify the version in your project's plugin configuration:
 

  org.apache.maven.plugins
  maven-pmd-plugin
  3.10.0

 
You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-pmd-plugin/download.cgi
 


Release Notes - Maven PMD Plugin - Version 3.10.0


** Bug
* [MPMD-253] - PMD links to java Xref fail in aggregated report
* [MPMD-257] - Allow to disable analysisCache completely, avoid warnings
* [MPMD-258] - PMD output multiplies with every module in multi module 
projects
* [MPMD-259] - FileNotFoundException with analysisCache=true, 
includeTests=true and no test classes

** New Feature
* [MPMD-256] - Add maxAllowedViolations property for PMD

** Improvement
* [MPMD-261] - Upgrade to PMD 6.4.0
* [MPMD-263] - Add documentation information for GitHub
* [MPMD-264] - Add rule priority to HTML report

** Dependency upgrade
* [MPMD-252] - Upgrade parent to 31
* [MPMD-262] - Upgrade maven-surefire/failsafe-plugin 2.21.0


 
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] Release Apache Maven PMD Plugin version 3.10.0

2018-06-06 Thread Andreas Dangel
Hi,
 
The vote has passed with the following result:
 
+1 : Olivier Lamy, Hervé Boutemy, Karl Heinz Marbaise
 
PMC quorum: Olivier Lamy, Hervé Boutemy, Karl Heinz Marbaise
 
I will promote the artifacts to the central repo.


Regards,

Andreas


Am 29.05.2018 um 21:47 schrieb Andreas Dangel:
> Hi,
>  
> We solved 10 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342689=Text=12317621
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1430
> https://repository.apache.org/content/repositories/maven-1430/org/apache/maven/plugins/maven-pmd-plugin/3.10.0/maven-pmd-plugin-3.10.0-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.10.0-source-release.zip sha1:
> 338a5293e6a3d015d7bf92c910b7027481a90c90
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-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
>
> Regards,
> Andreas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


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



[VOTE] Release Apache Maven PMD Plugin version 3.10.0

2018-05-29 Thread Andreas Dangel
Hi,
 
We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342689=Text=12317621
 
There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1430
https://repository.apache.org/content/repositories/maven-1430/org/apache/maven/plugins/maven-pmd-plugin/3.10.0/maven-pmd-plugin-3.10.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.10.0-source-release.zip sha1:
338a5293e6a3d015d7bf92c910b7027481a90c90
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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

Regards,
Andreas


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



Re: Preparing next m-pmd-p release

2018-05-01 Thread Andreas Dangel
Hi Karl Heinz,

I can do it. Then, the build should be good again :)

Regards,
Andreas

Am 01.05.2018 um 19:50 schrieb Karl Heinz Marbaise:
> Hi Andreas,
> 
> based on having integrated the branches MPMD-252 and MNGSITE-332 into
> master you can also remove the appropriate branches...
> 
> Should I integrate the branch MPMD-262 into master ? Or you would you
> prefer to do it ?
> 
> Kind regards
> Karl Heinz Marbaise
> On 01/05/18 17:50, Andreas Dangel wrote:
>> Hi,
>>
>> I'm preparing a new release of m-pmd-p. I've seen two issues, which
>> already have branches ready. Are there any reasons, they should not be
>> included? If not, I'm going to merge/pick them.
>>
>> * Upgrade parent to 31 [MPMD-252]
>> * Change download template to not use md5 anymore [MNGSITE-332]
>>
>> Regards,
>> Andreas
>>
>>
>> MPMD-252: https://issues.apache.org/jira/browse/MPMD-252
>> MNGSITE-332: https://issues.apache.org/jira/browse/MNGSITE-332


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



Preparing next m-pmd-p release

2018-05-01 Thread Andreas Dangel
Hi,

I'm preparing a new release of m-pmd-p. I've seen two issues, which
already have branches ready. Are there any reasons, they should not be
included? If not, I'm going to merge/pick them.

* Upgrade parent to 31 [MPMD-252]
* Change download template to not use md5 anymore [MNGSITE-332]

Regards,
Andreas


MPMD-252: https://issues.apache.org/jira/browse/MPMD-252
MNGSITE-332: https://issues.apache.org/jira/browse/MNGSITE-332



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



Re: Plan for releasing Maven core

2018-01-30 Thread Andreas Dangel
Since yesterday, m-pmd-p 3.9.0 is available - however, this includes a
major upgrade of PMD to 6.0.1. While all custom rulesets keep working,
the users will see a couple of deprecation warnings (the rules have been
reorganized).

I'd recommend to upgrade m-pmd-p from 3.7 -> 3.8 only.

Regards,

Andreas


Am 30.01.2018 um 07:29 schrieb Hervé BOUTEMY:
> there are 2 additional plugins updates available:
> [INFO]   maven-checkstyle-plugin . 2.17 -> 3.0.0
> [INFO]   maven-pmd-plugin ... 3.7 -> 3.8
>
> do we upgrade or not? and is this only changing the version, or does it 
> require more config (IIRC, m-checkstyle-p has some big changes in 3.0.0)
>
> This is the last question before Maven Parent 31 release
>
> Regards,
>
> Hervé
>
> Le dimanche 28 janvier 2018, 10:46:06 CET Hervé BOUTEMY a écrit :
>> one little additional opportunity:
>> I'll launch maven-parent POM 31 soon, so perhaps update parents before
>> releases. If not, please tell me and I'll upgrade Fuido skin to version 1.7
>> with the edit button
>>
>> BTW, if anybody wants to see something in Maven parent POM 31, it's time to
>> do it
>>
>> Regards,
>>
>> Hervé
>>
>> Le samedi 27 janvier 2018, 18:52:17 CET Stephen Connolly a écrit :
>>> Robert and I discussed on IRC...
>>>
>>> Our plan is as follows:
>>>
>>> 1. Fix https://issues.apache.org/jira/browse/MRESOLVER-38
>>> 2. Check status on git-wip to gitbox migration, if maven-resolver will be
>>> migrated during the vote, we will hold off releasing until after the
>>> migration (so that the release artifacts point to the gitbox location)
>>> 3. Release maven resolver
>>> 4. Upgrade Maven core
>>> 5. Check status on git-wip to gitbox migration for maven-core and
>>> maven-integration tests
>>> 6. Release.
>>>
>>> I will be release manager for maven core, Robert will be release manager
>>> for resolver.
>>>
>>> Share and enjoy
>>>
>>> -Stephen
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


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



[ANN] Apache Maven PMD Plugin 3.9.0 Released

2018-01-29 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache
Maven PMD Plugin, version 3.9.0
 
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.
 
https://maven.apache.org/plugins/maven-pmd-plugin/
 
You should specify the version in your project's plugin configuration:
 

  org.apache.maven.plugins
  maven-pmd-plugin
  3.9.0

 
You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-pmd-plugin/download.cgi
 
Release Notes - Maven PMD Plugin - Version 3.9.0
 
** Bug
    * [MPMD-235] - Javadoc errors when building with java8
    * [MPMD-240] - Migrate plugin to Maven 3.0
    * [MPMD-244] - Maven PMD plugin fails but no reason is given for the
failure
    * [MPMD-245] - targetJdk property should use maven.compiler.source
by default
    * [MPMD-248] - cpd-check goal leaks file handle
    * [MPMD-249] - The plugin documentation point to old (deprecated)
rulesets
    * [MPMD-251] - Invalid report XML is generated with
includeXmlInSite=true

** Improvement
    * [MPMD-239] - Add documentation about upgrading PMD version at runtime
    * [MPMD-246] - Output details of processing errors
    * [MPMD-247] - Upgrade to PMD 6.0.1
 
Enjoy,
 
-The Apache Maven team



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-29 Thread Andreas Dangel
Thanks, I've fixed this now. So, in total, we have now 10 issues solved.

Regards,

Andreas


Am 29.01.2018 um 13:15 schrieb Michael Osipov:
> The release notes are wrong. MPMD-128 and MPMD-243 have a fixVersion set, but 
> nothing has been fixed here. Please to net set fixVersion or remove it if you 
> close as Won't Fix, Not A Problem, etc.
> This confuses people.
>
> Michael
>
>> Gesendet: Montag, 29. Januar 2018 um 10:31 Uhr
>> Von: "Andreas Dangel" <adan...@apache.org>
>> An: dev@maven.apache.org
>> Betreff: Re: [VOTE] Release Apache Maven PMD Plugin version 3.9.0
>>
>> Hi,
>>
>> I need one more vote...
>>
>> Regards,
>>
>> Andreas
>>
>>
>> Am 21.01.2018 um 18:35 schrieb Andreas Dangel:
>>> Hi,
>>>  
>>> We solved 12 issues:
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12340516=Text
>>>  
>>> There are still a couple of issues left in JIRA:
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>>>  
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-1391/
>>> https://repository.apache.org/content/repositories/maven-1391/org/apache/maven/plugins/maven-pmd-plugin/3.9.0/maven-pmd-plugin-3.9.0-source-release.zip
>>>  
>>> Source release checksum(s):
>>> maven-pmd-plugin-3.9.0-source-release.zip sha1:
>>> 41cf7d1f3418af893f944aac78d5178608cf7c9c
>>>  
>>> Staging site:
>>> https://maven.apache.org/plugins-archives/maven-pmd-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
>>>
>>>
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>> -- 
>> Andreas Dangel
>> https://github.com/adangel
>> skype: andreas_dangel
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-29 Thread Andreas Dangel
Hi,
 
The vote has passed with the following result:
 
+1 : Karl Heinz Marbaise, Hervé Boutemy, Michael Osipov, Andreas Dangel
(non-binding)

PMC quorum: Karl Heinz Marbaise, Hervé Boutemy, Michael Osipov
 
I will promote the artifacts to the central repo.


Regards,

Andreas




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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-29 Thread Andreas Dangel
Hi,

I need one more vote...

Regards,

Andreas


Am 21.01.2018 um 18:35 schrieb Andreas Dangel:
> Hi,
>  
> We solved 12 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12340516=Text
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1391/
> https://repository.apache.org/content/repositories/maven-1391/org/apache/maven/plugins/maven-pmd-plugin/3.9.0/maven-pmd-plugin-3.9.0-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.9.0-source-release.zip sha1:
> 41cf7d1f3418af893f944aac78d5178608cf7c9c
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-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
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-22 Thread Andreas Dangel
+1 (non-binding)

Tested on separate project.


Please note: Due to the major PMD upgrade included in this release
(5.8.1 -> 6.0.1), you'll see a couple of warnings, when you use a custom
ruleset, e.g.

> [WARNING] The RuleSet rulesets/java/basic.xml has been deprecated and
will be removed in PMD 7.0.0

This is just a warning, the rules are executed nevertheless.




Am 21.01.2018 um 18:35 schrieb Andreas Dangel:
> Hi,
>  
> We solved 12 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12340516=Text
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1391/
> https://repository.apache.org/content/repositories/maven-1391/org/apache/maven/plugins/maven-pmd-plugin/3.9.0/maven-pmd-plugin-3.9.0-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.9.0-source-release.zip sha1:
> 41cf7d1f3418af893f944aac78d5178608cf7c9c
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-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
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-22 Thread Andreas Dangel
.sourceforge.pmd.PMDException:
> Error while parsing
> ${currentDir}/logging-enabled/src/main/java/BrokenFile.java" )
>  |  |    |    |  |
>  |  |    |    1
> /Users/kama/maven-release-checker/test-area/jdk1.7.0_79.jdk/apache-maven-3.0.5/maven-pmd-plugin-3.9.0/target/it/MPMD-244-logging
>
>  |  |    Apache Maven 3.0.5
> (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)
>  |  |    Maven home: /usr/local/apache-maven-3.0.5
>  |  |    Java version: 1.7.0_79, vendor: Oracle Corporation
>  |  |    Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre
>  |  |    Default locale: en_US, platform encoding: UTF-8
>  |  |    OS name: "mac os x", version: "10.11.6", arch:
> "x86_64", family: "mac"
>  |  |    [INFO] Error stacktraces are turned on.
>  |  |    [DEBUG] Reading global settings from
> /usr/local/apache-maven-3.0.5/conf/settings.xml
>  |  |    [DEBUG] Reading user settings from
> /Users/kama/maven-release-checker/test-area/jdk1.7.0_79.jdk/apache-maven-3.0.5/maven-pmd-plugin-3.9.0/target/it/interpolated-settings.xml
>  |  |    [DEBUG] Using local repository at
> /Users/kama/maven-release-checker/test-area/jdk1.7.0_79.jdk/apache-maven-3.0.5/maven-pmd-plugin-3.9.0/target/local-repo
>  |  |    [DEBUG] Using manager
> EnhancedLocalRepositoryManager with priority 10 for
> /Users/kama/maven-release-checker/test-area/jdk1.7.0_79.jdk/apache-maven-3.0.5/maven-pmd-plugin-3.9.0/target/local-repo
>  |  |    [INFO] Scanning for projects...
>      |  |    [DEBUG] Extension realms for project
> org.apache.maven.plugins.pmd.its:MPMD-244-logging:pom:1.0-SNAPSHOT:
> (none)
>  |  |    [DEBUG] Looking up lifecyle mappings for
> packaging pom from ClassRealm[plexus.core, parent: null]
>
> If you like I can offer log files...
>
> I don't see this as release blocking ...
>
> So +1 from me
>
> Kind regards
> Karl Heinz Marbaise
>
> On 21/01/18 18:35, Andreas Dangel wrote:
>> Hi,
>>   We solved 12 issues:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12340516=Text
>>
>>   There are still a couple of issues left in JIRA:
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>>
>>   Staging repo:
>> https://repository.apache.org/content/repositories/maven-1391/
>> https://repository.apache.org/content/repositories/maven-1391/org/apache/maven/plugins/maven-pmd-plugin/3.9.0/maven-pmd-plugin-3.9.0-source-release.zip
>>
>>   Source release checksum(s):
>> maven-pmd-plugin-3.9.0-source-release.zip sha1:
>> 41cf7d1f3418af893f944aac78d5178608cf7c9c
>>   Staging site:
>> https://maven.apache.org/plugins-archives/maven-pmd-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
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


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



[VOTE] Release Apache Maven PMD Plugin version 3.9.0

2018-01-21 Thread Andreas Dangel
Hi,
 
We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12340516=Text
 
There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1391/
https://repository.apache.org/content/repositories/maven-1391/org/apache/maven/plugins/maven-pmd-plugin/3.9.0/maven-pmd-plugin-3.9.0-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.9.0-source-release.zip sha1:
41cf7d1f3418af893f944aac78d5178608cf7c9c
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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




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



Re: m-pmd-p - Upgrade to Maven 3

2017-10-28 Thread Andreas Dangel
Thanks! Then it will be 3.9.0 :)


Am 28.10.2017 um 10:35 schrieb Robert Scholte:
> I would say no. Just keep it on 3(but do switch to 3 segments, i.e
> 3.9.0). Maven-site-plugin and maven-compiler-plugin suffered with the
> same issue, they were already on 3.x before they were Maven3-only.
>
> IIRC there's a small list with plugins which couldn't follow this new
> convention.
>
> Robert
>
> On Sat, 28 Oct 2017 10:30:51 +0200, Andreas Dangel
> <adan...@apache.org> wrote:
>
>> Hi,
>>
>> I'm working on MPMD-240 [1] and the current trunk version of the plugin
>> is 3.9-SNAPSHOT.
>>
>> Shall I move its version to 4.0.0-SNAPSHOT? Other plugins where at 2.x
>> before the maven 3 upgrade and moved to 3.0.0-SNAPSHOT afterwards.
>>
>> Is the matching major version of the plugin and maven version just a
>> coincidence or actually required? Would it be any problem, that the next
>> m-pmd-p would be 4.0.0?
>>
>> And one more question: 4.0.0-SNAPSHOT or 4.0-SNAPSHOT?
>>
>>
>> Regards,
>>
>> Andreas
>>
>>
>> [1] https://issues.apache.org/jira/browse/MPMD-240
>
> ---------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



m-pmd-p - Upgrade to Maven 3

2017-10-28 Thread Andreas Dangel
Hi,

I'm working on MPMD-240 [1] and the current trunk version of the plugin
is 3.9-SNAPSHOT.

Shall I move its version to 4.0.0-SNAPSHOT? Other plugins where at 2.x
before the maven 3 upgrade and moved to 3.0.0-SNAPSHOT afterwards.

Is the matching major version of the plugin and maven version just a
coincidence or actually required? Would it be any problem, that the next
m-pmd-p would be 4.0.0?

And one more question: 4.0.0-SNAPSHOT or 4.0-SNAPSHOT?


Regards,

Andreas


[1] https://issues.apache.org/jira/browse/MPMD-240

-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel



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



Changing versions in Jira Project

2017-05-05 Thread Andreas Dangel
Hi,

I guess, I need some help with
https://issues.apache.org/jira/browse/MPMD : I'd like to release version
3.8 and create 3.9.

I don't see the Administration link for the project... am I missing some
permissions here?

Regards,

Andreas


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



[ANN] Apache Maven PMD Plugin 3.8 Released

2017-05-05 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache
Maven PMD Plugin, version 3.8
 
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.

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

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.8


 
Release Notes - Maven PMD Plugin - Version 3.8

Improvements:

* [MPMD-232] - Enable typeResolution by default
* [MPMD-233] - Upgrade to PMD 5.6.1

New Features:

* [MPMD-234] - Support incremental analysis cache

Wishes:

* [MPMD-230] - Required class missing: org/apache/commons/io/IOUtils

 
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] Release Apache Maven PMD Plugin version 3.8

2017-05-05 Thread Andreas Dangel
Hi,
 
The vote has passed with the following result:
 
+1 : Karl Heinz Marbaise, Hervé Boutemy, Robert Scholte, Andreas Dangel
(non-binding)
 
PMC quorum: reached.
 
I will promote the artifacts to the central repo.


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.8

2017-05-01 Thread Andreas Dangel
+1 (non binding)

tested with PMD project itself


Am 01.05.2017 um 10:01 schrieb Andreas Dangel:
> Hi,
>  
> We solved 4 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12338451
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1335
> https://repository.apache.org/service/local/repositories/maven-1335/content/org/apache/maven/plugins/maven-pmd-plugin/3.8/maven-pmd-plugin-3.8-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.8-source-release.zip sha1:
> c19368cd2cc8399f772a0b857c9accf2619d5097
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-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
>
> Regards
> Andreas
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



[VOTE] Release Apache Maven PMD Plugin version 3.8

2017-05-01 Thread Andreas Dangel
Hi,
 
We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12338451

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1335
https://repository.apache.org/service/local/repositories/maven-1335/content/org/apache/maven/plugins/maven-pmd-plugin/3.8/maven-pmd-plugin-3.8-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.8-source-release.zip sha1:
c19368cd2cc8399f772a0b857c9accf2619d5097
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-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

Regards
Andreas

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



Re: Support needed for releasing m-pmd-p 3.7

2016-10-16 Thread Andreas Dangel
Thanks! I just sent out the annoucement. The  cms.a.o publish action was
indeed the bit, I missed.

Michael updated Jira for me, so everything is in place now.


Cheers,

Andreas


Am 16.10.2016 um 15:16 schrieb Hervé BOUTEMY:
> Le dimanche 16 octobre 2016 14:55:12 Michael Osipov a écrit :
>> Am 2016-10-16 um 11:16 schrieb Andreas Dangel:
>>> Hi,
>>>
>>> I'm currently in the process of publishing m-pmd-p 3.7 - and for some
>>> steps, I need support:
>>>
>>> *   "Copy the source release to the Apache Distribution Area" - I guess,
>>> this always needs to be done by a PMC member. It's already synced to
>>> central [1].
>> I will perform that for you today.
> done :)
>
>>> *   "Update the version tracking in JIRA" - It seems, I don't have
>>> sufficient permissions to do that. At least, I don't see anything to
>>> administer the project MPMD [2] in order to release version 3.7 and
>>> create version 3.8. Should I be able to do that on my own?
>> Done. Request with Brian Fox.
> no need to ask Brian: it's our current permission scheme for ou 65 Jira 
> projects, with 2 different developer and PMC member roles
>
> If we want to change something, let's do it in a consistent way, not 
> specifically for someone on one Jira project (something every PMC member can 
> even do himself, since PMC member role makes you administrator for the Jira 
> projects: Brian is needed to swith from developer to PMC member role, as he 
> is 
> global Jira administrator)
>
>>> *   I'm a bit unsure about the plugins index page [3]. I've updated the
>>> trunk version [4]. Is this the correct one? As the CMS seems to be
>>> pointing to an older version...
>> Looks fine in the Subversion repo. Request cms.a.o to republish the site.
>>
>> Michael
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

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



[ANN] Apache Maven PMD Plugin 3.7 Released

2016-10-16 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven
PMD Plugin, version 3.7

A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.

http://maven.apache.org/plugins/maven-pmd-plugin/

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


  org.apache.maven.plugins
  maven-pmd-plugin
  3.7



Release Notes - Apache Maven PMD Plugin - Version 3.7

Bug
* [MPMD-162] - PMD/CPD report does not take into account
pmd.excludeFromFailureFile
* [MPMD-178] - ExcludeRoots doesn't handle subdirectories (PMD isn't
working nicely with Android projects)
* [MPMD-213] - Remove unnecessary (read-only) parameter "language" from
check goal
* [MPMD-219] - Maven PMD Plugin ignores PMD processing errors

Improvement
* [MPMD-212] - Add documentation and IT for MPMD-206
* [MPMD-220] - Upgrade to PMD 5.5.1 (requires Java 7)
* [MPMD-227] - Document multimodule configuration example
* [MPMD-228] - Upgrade maven-plugins to version 30
* [MPMD-229] - Cleanup POM, remove temporary workarounds



Enjoy,

-The Maven team


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



Support needed for releasing m-pmd-p 3.7

2016-10-16 Thread Andreas Dangel
Hi,

I'm currently in the process of publishing m-pmd-p 3.7 - and for some
steps, I need support:

*   "Copy the source release to the Apache Distribution Area" - I guess,
this always needs to be done by a PMC member. It's already synced to
central [1].

*   "Update the version tracking in JIRA" - It seems, I don't have
sufficient permissions to do that. At least, I don't see anything to
administer the project MPMD [2] in order to release version 3.7 and
create version 3.8. Should I be able to do that on my own?

*   I'm a bit unsure about the plugins index page [3]. I've updated the
trunk version [4]. Is this the correct one? As the CMS seems to be
pointing to an older version...


Regards,

Andreas


[1]:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/3.7/
[2]: https://issues.apache.org/jira/browse/MPMD/
[3]: https://maven.apache.org/plugins/
[4]:
https://svn.apache.org/repos/asf/maven/site/trunk/content/apt/plugins/index.apt



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



[RESULT] [VOTE] Release Apache Maven PMD Plugin version 3.7

2016-10-16 Thread Andreas Dangel
Hi,
 
The vote has passed with the following result:
 
+1 : Olivier Lamy, Hervé Boutemy, Arnaud Héritier
 
PMC quorum: reached
 
I will promote the artifacts to the central repo.



Am 10.10.2016 um 20:15 schrieb Andreas Dangel:
> Hi,
>  
> We solved 11 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12334373=Text
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1287
> https://repository.apache.org/content/repositories/maven-1287/org/apache/maven/plugins/maven-pmd-plugin/3.7/maven-pmd-plugin-3.7-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.7-source-release.zip sha1:
> a8ccd94fa6c41ef66ad29932027eb03ca45b402d
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/
>  
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>  
> Vote open for 72 hours.
>  
> [ ] +1
> [ ] +0
> [ ] -1
>
> Regards,
> Andreas
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.7

2016-10-13 Thread Andreas Dangel
That's weird. I don't see this... I'm on Linux, too.

Works with Java7 and maven 3.3.1, 3.3.3, 3.3.9.

The integration job seems to be ok, too:
https://builds.apache.org/job/maven-plugins-ITs-m3/



Am 13.10.2016 um 19:43 schrieb Hervé BOUTEMY:
> I built the release and got a failure in an IT:
> [INFO] Building: MPMD-187/pom.xml
> [INFO] run script verify.groovy
> [INFO] ..FAILED (4.4 s)
> [INFO]   The post-build script did not succeed. assert !pmdXml.exists()
>||  |
>||  true
>|/home/herve/tmp/maven-pmd-plugin-3.7/target/it/MPMD-187/target/pmd.xml
>false
>
> I get the same result on trunk
>
> Tested on Linux with JDK 7 and Maven 3.3.0 and 3.4.0-SNAPSHOT: am I the only 
> one with such issue?
>
> Regards,
>
> Hervé
>
> Le lundi 10 octobre 2016 20:15:01 Andreas Dangel a écrit :
>> Hi,
>>
>> We solved 11 issues:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621
>> rsion=12334373=Text
>>
>> There are still a couple of issues left in JIRA:
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20reso
>> lution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1287
>> https://repository.apache.org/content/repositories/maven-1287/org/apache/mav
>> en/plugins/maven-pmd-plugin/3.7/maven-pmd-plugin-3.7-source-release.zip
>>
>> Source release checksum(s):
>> maven-pmd-plugin-3.7-source-release.zip sha1:
>> a8ccd94fa6c41ef66ad29932027eb03ca45b402d
>>
>> Staging site:
>> https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/
>>
>> Guide to testing staged releases:
>> https://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Regards,
>> Andreas
>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel



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



Re: [VOTE] Release Apache Maven PMD Plugin version 3.7

2016-10-13 Thread Andreas Dangel
+1 (non-binding)


The timeframe for voting ends today... Is there anything, that should be
done on my end? Or got the email just lost between the other mails?

It's the first time I'm staging a release ;)


Regards,

Andreas



Am 10.10.2016 um 20:15 schrieb Andreas Dangel:
> Hi,
>  
> We solved 11 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12334373=Text
>  
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
>  
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1287
> https://repository.apache.org/content/repositories/maven-1287/org/apache/maven/plugins/maven-pmd-plugin/3.7/maven-pmd-plugin-3.7-source-release.zip
>  
> Source release checksum(s):
> maven-pmd-plugin-3.7-source-release.zip sha1:
> a8ccd94fa6c41ef66ad29932027eb03ca45b402d
>  
> Staging site:
> https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/
>  
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>  
> Vote open for 72 hours.
>  
> [ ] +1
> [ ] +0
> [ ] -1
>
> Regards,
> Andreas
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


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



[VOTE] Release Apache Maven PMD Plugin version 3.7

2016-10-10 Thread Andreas Dangel
Hi,
 
We solved 11 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12334373=Text
 
There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
 
Staging repo:
https://repository.apache.org/content/repositories/maven-1287
https://repository.apache.org/content/repositories/maven-1287/org/apache/maven/plugins/maven-pmd-plugin/3.7/maven-pmd-plugin-3.7-source-release.zip
 
Source release checksum(s):
maven-pmd-plugin-3.7-source-release.zip sha1:
a8ccd94fa6c41ef66ad29932027eb03ca45b402d
 
Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/
 
Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html
 
Vote open for 72 hours.
 
[ ] +1
[ ] +0
[ ] -1

Regards,
Andreas



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



Upgrading m-pmd-p - PMD 5.5.1

2016-08-05 Thread Andreas Dangel
Hi all,


I want to implement https://issues.apache.org/jira/browse/MPMD-220 -
which is upgrading the m-pmd-p to use the latest PMD version.

As of PMD 5.4.x, the minimum java runtime is 7, so I would upgrade the
plugin accordingly.

m-pmd-p 3.6 would be the last version, that supports Java 6. From
m-pmd-p 3.7 on, at least Java 7 will be required.

Any thoughts on that?


Regards,

Andreas


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel



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



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

2016-02-06 Thread Andreas Dangel
Hi,

thank you all for your welcomes!


On 06.02.2016 03:50, Olivier Lamy wrote:
> Welcome!
>
> On 5 February 2016 at 21:55, <adan...@apache.org> wrote:
>
>> Author: adangel
>> Date: Fri Feb  5 10:55:17 2016
>> New Revision: 1728634
>>
>> URL: http://svn.apache.org/viewvc?rev=1728634=rev
>> Log:
>> Updated to add "Andreas Dangel" to the list of committers
>>
>> 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=1728634=1728633=1728634=diff
>>
>> ==
>> --- maven/pom/trunk/maven/pom.xml (original)
>> +++ maven/pom/trunk/maven/pom.xml Fri Feb  5 10:55:17 2016
>> @@ -280,6 +280,15 @@ under the License.
>>
>>  
>>  
>> +  adangel
>> +  Andreas Dangel
>> +  adan...@apache.org
>> +  Europe/Berlin
>> +  
>> +Committer
>> +  
>> +
>> +
>>andham
>>Anders Hammar
>>and...@apache.org
>>
>>
>>
>


-- 
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel


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



Re: [VOTE] Release Maven PMD Plugin 2.8

2012-11-29 Thread Andreas Dangel

Alright, PMD 5.0.1 is available :)

I created a new issue in Jira with a small patch - as it turned out, 
that we changed the PMD Renderer classes slightly

- https://jira.codehaus.org/browse/MPMD-160

Let me know if I can help with something.

Thanks,
Andreas



On 26.11.2012 23:02, schrieb Olivier Lamy:

2012/11/26 Andreas Dangeladan...@users.sourceforge.net:

Hi,

you might want to wait with the new PMD Plugin until end of this week. I
plan to release PMD 5.0.1 this week, which brings a couple of bugfixes:
https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.1/

Additionally, I verified that the following two issues would be fixed with
5.0.1, too:
http://jira.codehaus.org/browse/MPMD-126
http://jira.codehaus.org/browse/MPMD-139

It should be only a matter of updating the dependency.

Great!
Sure we can wait some days more :-)

Thanks
--
Olivier


Thanks,
Andreas


On 26.11.2012 16:32, schrieb Olivier Lamy:


2012/11/26 Daniel Kulpdk...@apache.org:



OK.  Just read the release notes for PMD 5.0:

http://sourceforge.net/projects/pmd/files/pmd/5.0.0/

PMD 5 is definitely NOT compatible with much of the configuration and
custom rulesets and such that are out there.   Thus, this really is a
gigantic update.   I would recommend canceling this and re-spin with  a 3.0
version number as this is definitely not anywhere close to compatible to the
2.7 version of the plugin.



Sounds a good reason.
I will re start the release with a 3.0 version number



Dan



On Nov 26, 2012, at 9:50 AM, Daniel Kulpdk...@apache.org   wrote:



I'm getting:


[WARNING] Failure executing PMD: Couldn't find the class Can't find
resource rulesets/basic.xml.  Make sure the resource is a valid file or URL
or is on the CLASSPATH.  Here's the current classpath:
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar
java.lang.RuntimeException: Couldn't find the class Can't find resource
rulesets/basic.xml.  Make sure the resource is a valid file or URL or is on
the CLASSPATH.  Here's the current classpath:
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar

and a big long stack trace if I update to this.  (this is with CXF)
Any ideas?



Dan



On Nov 26, 2012, at 5:00 AM, Olivier Lamyol...@apache.org   wrote:


Hi,

We solved N issues:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140styleName=Htmlversion=18287

There are still a couple of issues left in JIRA:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11140status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-maven-074/

https://repository.apache.org/content/repositories/maven-074/org/apache/maven/plugins/maven-pmd-plugin/2.8/maven-pmd-plugin-2.8-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-pmd-plugin-2.8/ (wait sync)

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

Vote open for 72 hours.

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

Thanks,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



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



--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel

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



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



--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel

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



Re: [VOTE] Release Maven PMD Plugin 2.8

2012-11-29 Thread Andreas Dangel

Alright, PMD 5.0.1 is available :)

I created a new issue in Jira with a small patch - as it turned out, 
that we changed the PMD Renderer classes slightly

- https://jira.codehaus.org/browse/MPMD-160

Let me know if I can help with something.

Thanks,
Andreas



On 26.11.2012 23:02, schrieb Olivier Lamy:

2012/11/26 Andreas Dangeladan...@users.sourceforge.net:

Hi,

you might want to wait with the new PMD Plugin until end of this week. I
plan to release PMD 5.0.1 this week, which brings a couple of bugfixes:
https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.1/

Additionally, I verified that the following two issues would be fixed with
5.0.1, too:
http://jira.codehaus.org/browse/MPMD-126
http://jira.codehaus.org/browse/MPMD-139

It should be only a matter of updating the dependency.

Great!
Sure we can wait some days more :-)

Thanks
--
Olivier


Thanks,
Andreas


On 26.11.2012 16:32, schrieb Olivier Lamy:


2012/11/26 Daniel Kulpdk...@apache.org:



OK.  Just read the release notes for PMD 5.0:

http://sourceforge.net/projects/pmd/files/pmd/5.0.0/

PMD 5 is definitely NOT compatible with much of the configuration and
custom rulesets and such that are out there.   Thus, this really is a
gigantic update.   I would recommend canceling this and re-spin with  a 3.0
version number as this is definitely not anywhere close to compatible to the
2.7 version of the plugin.



Sounds a good reason.
I will re start the release with a 3.0 version number



Dan



On Nov 26, 2012, at 9:50 AM, Daniel Kulpdk...@apache.org   wrote:



I'm getting:


[WARNING] Failure executing PMD: Couldn't find the class Can't find
resource rulesets/basic.xml.  Make sure the resource is a valid file or URL
or is on the CLASSPATH.  Here's the current classpath:
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar
java.lang.RuntimeException: Couldn't find the class Can't find resource
rulesets/basic.xml.  Make sure the resource is a valid file or URL or is on
the CLASSPATH.  Here's the current classpath:
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar

and a big long stack trace if I update to this.  (this is with CXF)
Any ideas?



Dan



On Nov 26, 2012, at 5:00 AM, Olivier Lamyol...@apache.org   wrote:


Hi,

We solved N issues:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140styleName=Htmlversion=18287

There are still a couple of issues left in JIRA:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11140status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-maven-074/

https://repository.apache.org/content/repositories/maven-074/org/apache/maven/plugins/maven-pmd-plugin/2.8/maven-pmd-plugin-2.8-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-pmd-plugin-2.8/ (wait sync)

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

Vote open for 72 hours.

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

Thanks,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



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



--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel

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



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



--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel

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



Re: [VOTE] Release Maven PMD Plugin 2.8

2012-11-26 Thread Andreas Dangel

Hi,

you might want to wait with the new PMD Plugin until end of this week. I 
plan to release PMD 5.0.1 this week, which brings a couple of bugfixes:

https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.1/

Additionally, I verified that the following two issues would be fixed 
with 5.0.1, too:

http://jira.codehaus.org/browse/MPMD-126
http://jira.codehaus.org/browse/MPMD-139

It should be only a matter of updating the dependency.

Thanks,
Andreas


On 26.11.2012 16:32, schrieb Olivier Lamy:

2012/11/26 Daniel Kulpdk...@apache.org:


OK.  Just read the release notes for PMD 5.0:

http://sourceforge.net/projects/pmd/files/pmd/5.0.0/

PMD 5 is definitely NOT compatible with much of the configuration and custom 
rulesets and such that are out there.   Thus, this really is a gigantic update. 
  I would recommend canceling this and re-spin with  a 3.0 version number as 
this is definitely not anywhere close to compatible to the 2.7 version of the 
plugin.



Sounds a good reason.
I will re start the release with a 3.0 version number



Dan



On Nov 26, 2012, at 9:50 AM, Daniel Kulpdk...@apache.org  wrote:



I'm getting:


[WARNING] Failure executing PMD: Couldn't find the class Can't find resource 
rulesets/basic.xml.  Make sure the resource is a valid file or URL or is on the 
CLASSPATH.  Here's the current classpath: 
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar
java.lang.RuntimeException: Couldn't find the class Can't find resource 
rulesets/basic.xml.  Make sure the resource is a valid file or URL or is on the 
CLASSPATH.  Here's the current classpath: 
/Users/dkulp/bin/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar

and a big long stack trace if I update to this.  (this is with CXF)Any 
ideas?



Dan



On Nov 26, 2012, at 5:00 AM, Olivier Lamyol...@apache.org  wrote:


Hi,

We solved N issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140styleName=Htmlversion=18287

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11140status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-maven-074/
https://repository.apache.org/content/repositories/maven-074/org/apache/maven/plugins/maven-pmd-plugin/2.8/maven-pmd-plugin-2.8-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-pmd-plugin-2.8/ (wait sync)

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

Vote open for 72 hours.

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

Thanks,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



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



--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel

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