Re: javac bootclasspath and java8

2014-11-29 Thread Paul Moloney
Hi I had written this rule for the enforcer plugin which actually checks the label of jdk version in toolchains against output of javc --version. It works for my limited scenario @work and definetely requires more attention to cope with non oracle compilers and the apache way.

Re: Grief and pain with our unit/integration tests

2014-11-29 Thread Michael Osipov
Jason, can you point me to the template you are referring to? I have no idea where I have to look for that. Michael Am 2014-11-27 um 23:37 schrieb Jason van Zyl: I think the number of ITs that need a connection to Maven Central is very few. You need to explicitly use the template which

[GitHub] maven-plugins pull request: MPMD-129 Maven PMD plug-in does not ha...

2014-11-29 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/32 MPMD-129 Maven PMD plug-in does not have suppressMarker property that is available in PMD itself. https://jira.codehaus.org/browse/MPMD-129 You can merge this pull request into a Git

[GitHub] maven-plugins pull request: [MPMD-165] target/site/pmd.html create...

2014-11-29 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/33 [MPMD-165] target/site/pmd.html created with invalid charset=${outputEnc... ...oding} https://jira.codehaus.org/browse/MPMD-165 You can merge this pull request into a Git repository

[GitHub] maven-plugins pull request: [MPMD-193] CPD's sourceEncoding not se...

2014-11-29 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/34 [MPMD-193] CPD's sourceEncoding not set since PMD 5.1.1 is used That's just a unit test for https://jira.codehaus.org/browse/MPMD-193. After upgrading to PMD 5.2.2

[GitHub] maven-plugins pull request: [MPMD-171] Rule properties are ignored...

2014-11-29 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/35 [MPMD-171] Rule properties are ignored when run under MPMD - unit test Just a unit test for https://jira.codehaus.org/browse/MPMD-171 Couldn't reproduce it anymore. The issue was probably

project dependencies in a plugin

2014-11-29 Thread Karl Heinz Marbaise
hi, i have question...so if i get the project dependencies within a plugin via project.getDependencies()... I can get a type Dependency back..which contains a method getLocation(key)..which can return a InputLocation which exactly looks like what i need (line, column) of the file it is read

[GitHub] maven-plugins pull request: [MPMD-187] Report is generated even wh...

2014-11-29 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/36 [MPMD-187] Report is generated even when skip is true https://jira.codehaus.org/browse/MPMD-187 This is basically the same as in #21 , but additionally for cpd.skip, too and it adds

Re: project dependencies in a plugin

2014-11-29 Thread Igor Fedorenko
Key is a child element name. For Dependency it can be groupId, version, exclusions, etc. Empty string, i.e. , is the key used to identify location of the element itself. Search for Dependency#setLocation method invocation to find all key values. -- Regards, Igor On 2014-11-29, 13:22, Karl Heinz

[Question] Do we have an artifact with EAR, WAR, ... ClassLoaders in Maven project?

2014-11-29 Thread tibor17
Hi All, I have a question. Do we have an artifact with EAR, WAR, JAR, ... ClassLoaders in Maven project? Thx, Tibor - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Question-Do-we-have-an-artifact-with-EAR-WAR-ClassLoaders-in-Maven-project-tp5817500.html