[jira] [Commented] (MPOM-218) consider impact of maven-remote-resources-plugin in plugins not pluginManagement

2019-08-05 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/MPOM-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900492#comment-16900492 ] Christopher Tubbs commented on MPOM-218: In Accumulo, we just just provide a basic

[jira] [Commented] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900409#comment-16900409 ] Emmanuel Bourg commented on MJAVADOC-619: - The patch I implemented in Debian is

[jira] [Updated] (MNG-6716) relative testSourceDirectory on macos throw duplicate class error

2019-08-05 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MNG-6716: Fix Version/s: (was: 3.6.x-candidate) 3.6.2 > relative testSourceDirectory on

[jira] [Assigned] (MNG-6713) Fix ExclusionArtifactFilter to respect wildcard

2019-08-05 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte reassigned MNG-6713: --- Assignee: Robert Scholte > Fix ExclusionArtifactFilter to respect wildcard > -

[GitHub] [maven] saturnism commented on a change in pull request #269: [MNG-6713] Fix ExclusionArtifactFilter to respect wildcard exclusions.

2019-08-05 Thread GitBox
saturnism commented on a change in pull request #269: [MNG-6713] Fix ExclusionArtifactFilter to respect wildcard exclusions. URL: https://github.com/apache/maven/pull/269#discussion_r310764089 ## File path: maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/Exclusio

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518352145 @michael-o We have successfult buid [1] with this fix [2]. Can you have a look? Should I post a new Jira ticket? [1]

[jira] [Commented] (MASSEMBLY-803) Add file name mapping option when extracting dependencies

2019-08-05 Thread Gordon Pettey (JIRA)
[ https://issues.apache.org/jira/browse/MASSEMBLY-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900231#comment-16900231 ] Gordon Pettey commented on MASSEMBLY-803: - I'd like to see this implemented. J

[jira] [Updated] (MNG-6727) Using version range in parent and CI Friendly Version fails

2019-08-05 Thread Tom Kiemes (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Kiemes updated MNG-6727: Description: We would like to pass a [version range|https://maven.apache.org/enforcer/enforcer-rules/version

[jira] [Commented] (MNG-6642) Tycho-based modules do not build with 3.6.1 (works with 3.6.0)

2019-08-05 Thread Sebastian Ratz (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900220#comment-16900220 ] Sebastian Ratz commented on MNG-6642: - Any news on a 3.6.2 release? The regression was

[jira] [Created] (MNG-6727) Using version range in parent and CI Friendly Version fails

2019-08-05 Thread Tom Kiemes (JIRA)
Tom Kiemes created MNG-6727: --- Summary: Using version range in parent and CI Friendly Version fails Key: MNG-6727 URL: https://issues.apache.org/jira/browse/MNG-6727 Project: Maven Issue Type: Bug

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518242274 I made the change locally and the unit test `StringSearchModelInterpolatorTest` passed succesfully. It's only unit test, so t

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518240573 @michael-o We can skip entire loop which is even better https://github.com/apache/maven/blob/master/maven-model-builder/s

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518233886 Of course and that's the point. Because reading the field of Java File does not make sense. It's not our code. What makes sense

[GitHub] [maven] michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518233272 But the field `isQualifiedForInterpolation` applies to the entire class, not just the field of this type. Are you certain abou

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518232941 There are more issues like introspecting `static` fields. Improvements: two instance variables can be turned to local variable

[GitHub] [maven] Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518232041 @michael-o I was backtracking the problem, and I have some findings. I know it is not your code ;-), but you are my

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518232041 @michael-o I was backtracking the problem, and I have some findings. I know it is not your code ;-), but you are my ASF pa

[GitHub] [maven] michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518217957 @Tibor17 This isn't my code, @gnodet can you pick this up? Th

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518211774 Perhaps also the sanity check to introspect nested objects as well.

[GitHub] [maven] Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518210937 @michael-o Pls post a new links and PRs for related issues. I wanted to say, using given questions, that this cachi

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518210937 @michael-o Pls post a new links and PRs for related issues. I wanted to say, using given questions, that this caching algo

[GitHub] [maven] michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-08-05 Thread GitBox
michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518130361 We need to check the log, I thiink there was also some use of reflection before this change. BTW, this is a common prob

[jira] [Commented] (MDEP-655) The unpack integration test fails intermittent.

2019-08-05 Thread Karl Heinz Marbaise (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899826#comment-16899826 ] Karl Heinz Marbaise commented on MDEP-655: -- In the Bug description there is a work