[GitHub] [maven-surefire] juherr commented on pull request #311: doc suiteXmlFiles param incompatible with JUnit

2020-10-14 Thread GitBox
juherr commented on pull request #311: URL: https://github.com/apache/maven-surefire/pull/311#issuecomment-708933324 Hi, In fact, the CLI attributes are used to build a suite when none is passed. Then the `junit` attribute only configure the value for the current CLI suite. When `

[GitHub] [maven-dependency-plugin] mthmulders commented on pull request #113: Bump plexus-archiver from 4.2.2 to 4.2.3

2020-10-14 Thread GitBox
mthmulders commented on pull request #113: URL: https://github.com/apache/maven-dependency-plugin/pull/113#issuecomment-708904819 This upgrade is necessary to fix MDEP-651, but some tests are failing. Need to investigate before I'd merge. -

[GitHub] [maven-ear-plugin] mabrarov removed a comment on pull request #24: [MEAR-153] skinnyModules option

2020-10-14 Thread GitBox
mabrarov removed a comment on pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#issuecomment-708895192 Support of RAR is implemented. Support of WSR is implemented as part of RAR support. I cannot test it yet, because I still have no information about WSR packaging

[GitHub] [maven-ear-plugin] mabrarov removed a comment on pull request #24: [MEAR-153] skinnyModules option

2020-10-14 Thread GitBox
mabrarov removed a comment on pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#issuecomment-708724233 Maybe we need to revisit approach for MEAR-153 and: * keep using skinnyWars option just for WARs * introduce skinnyModules option with `false` default valu

[GitHub] [maven-ear-plugin] mabrarov commented on pull request #24: [MEAR-153] skinnyModules option

2020-10-14 Thread GitBox
mabrarov commented on pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#issuecomment-708895192 Support of RAR is implemented. Support of WSR is implemented as part of RAR support. I cannot test it yet, because I still have no information about WSR packaging / module

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request #113: Bump plexus-archiver from 4.2.2 to 4.2.3

2020-10-14 Thread GitBox
dependabot[bot] opened a new pull request #113: URL: https://github.com/apache/maven-dependency-plugin/pull/113 Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.2.3. Release notes Sourced from https://github.com/codehaus-plexus/plexus-arc

[GitHub] [maven-ear-plugin] mabrarov commented on a change in pull request #19: [MEAR-267] - Fixed detection if JAR module is included into classpath of particular EAR module manifest

2020-10-14 Thread GitBox
mabrarov commented on a change in pull request #19: URL: https://github.com/apache/maven-ear-plugin/pull/19#discussion_r505119592 ## File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java ## @@ -461,7 +461,7 @@ private void copyModules( final JavaEEVersion javaEEVer

[GitHub] [maven-ear-plugin] mabrarov edited a comment on pull request #24: [MEAR-153] skinnyModules option

2020-10-14 Thread GitBox
mabrarov edited a comment on pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#issuecomment-708724233 Maybe we need to revisit approach for MEAR-153 and: * keep using skinnyWars option just for WARs * introduce skinnyModules option with `false` default value

[jira] [Commented] (MSHADE-379) Support Java 16 - upgrade ASM to 9.0

2020-10-14 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214346#comment-17214346 ] Hudson commented on MSHADE-379: --- Build failed in Jenkins: Maven » Maven TLP » maven-shade-p

[jira] [Commented] (ARCHETYPE-609) Using common Velocity template breaks with version 3.2.0

2020-10-14 Thread Matthew Compton (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214343#comment-17214343 ] Matthew Compton commented on ARCHETYPE-609: --- After some trial and error I fi

[GitHub] [maven-shade-plugin] asfgit closed pull request #72: Bump asmVersion from 8.0.1 to 9.0

2020-10-14 Thread GitBox
asfgit closed pull request #72: URL: https://github.com/apache/maven-shade-plugin/pull/72 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [maven-shade-plugin] dependabot[bot] commented on pull request #72: Bump asmVersion from 8.0.1 to 9.0

2020-10-14 Thread GitBox
dependabot[bot] commented on pull request #72: URL: https://github.com/apache/maven-shade-plugin/pull/72#issuecomment-708759751 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'

[GitHub] [maven-ear-plugin] mabrarov commented on pull request #24: [MEAR-153] skinnyWars or SAR and HAR modules

2020-10-14 Thread GitBox
mabrarov commented on pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#issuecomment-708724233 Maybe we need to revisit approach for MEAR-153 and: * keep using skinnyWars option just for WARs * introduce skinnyModules option with `false` default value to han

[jira] [Assigned] (MSHADE-379) Support Java 16 - upgrade ASM to 9.0

2020-10-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHADE-379: --- Assignee: Sylwester Lachiewicz > Support Java 16 - upgrade ASM to 9.0 >

[jira] [Created] (MSHADE-379) Support Java 16 - upgrade ASM to 9.0

2020-10-14 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSHADE-379: --- Summary: Support Java 16 - upgrade ASM to 9.0 Key: MSHADE-379 URL: https://issues.apache.org/jira/browse/MSHADE-379 Project: Maven Shade Plugin

[GitHub] [maven-shade-plugin] asfgit closed pull request #74: Bump junit from 4.13 to 4.13.1

2020-10-14 Thread GitBox
asfgit closed pull request #74: URL: https://github.com/apache/maven-shade-plugin/pull/74 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [maven-shade-plugin] dependabot[bot] commented on pull request #74: Bump junit from 4.13 to 4.13.1

2020-10-14 Thread GitBox
dependabot[bot] commented on pull request #74: URL: https://github.com/apache/maven-shade-plugin/pull/74#issuecomment-708697861 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'

[GitHub] [maven-ear-plugin] mabrarov opened a new pull request #24: MEAR-153 skinnyWars or SAR and HAR modules

2020-10-14 Thread GitBox
mabrarov opened a new pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24 Changes: * [MEAR-153] - Support of skinnyWars for SAR modules * [MEAR-153] - Support of skinnyWars for HAR modules Note that this pull request yet doesn't cover all types of EAR m

[GitHub] [maven-archetype] Serranya commented on pull request #59: [ARCHETYPE-606] - There is no way to include .gitignore files for the jar goal

2020-10-14 Thread GitBox
Serranya commented on pull request #59: URL: https://github.com/apache/maven-archetype/pull/59#issuecomment-708648655 Is there anything that I can do get this merged? This is an automated message from the Apache Git Service.

[GitHub] [maven-surefire] Tibor17 commented on pull request #311: doc suiteXmlFiles param incompatible with JUnit

2020-10-14 Thread GitBox
Tibor17 commented on pull request #311: URL: https://github.com/apache/maven-surefire/pull/311#issuecomment-708629847 @juherr Hi Julien, can you pls join us? We are passing the property setting `junit=false` to the TestNG. How the TestNG library behaves when the property is disabled

[GitHub] [maven-dependency-analyzer] slachiewicz closed pull request #27: Bump junit from 4.13 to 4.13.1

2020-10-14 Thread GitBox
slachiewicz closed pull request #27: URL: https://github.com/apache/maven-dependency-analyzer/pull/27 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [maven-dependency-analyzer] dependabot[bot] commented on pull request #27: Bump junit from 4.13 to 4.13.1

2020-10-14 Thread GitBox
dependabot[bot] commented on pull request #27: URL: https://github.com/apache/maven-dependency-analyzer/pull/27#issuecomment-708614116 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this P

[jira] [Commented] (MEAR-166) 'skinnyWar' doesn't work well with dependencies of type 'ejb'

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214123#comment-17214123 ] Marat Abrarov commented on MEAR-166: [~sdiedrichsen], regarding your question: {quote}C

[jira] [Comment Edited] (MEAR-221) SNAPSHOT included with timestamp in skinnyWars but not removed from war(s)

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214108#comment-17214108 ] Marat Abrarov edited comment on MEAR-221 at 10/14/20, 5:54 PM: --

[jira] [Commented] (MEAR-221) SNAPSHOT included with timestamp in skinnyWars but not removed from war(s)

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214108#comment-17214108 ] Marat Abrarov commented on MEAR-221: According to [pull request #23|https://github.com

[jira] [Comment Edited] (MEAR-272) SNAPSHOT dependencies are copied with timestamp

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214099#comment-17214099 ] Marat Abrarov edited comment on MEAR-272 at 10/14/20, 5:46 PM: --

[jira] [Commented] (MEAR-272) SNAPSHOT dependencies are copied with timestamp

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214099#comment-17214099 ] Marat Abrarov commented on MEAR-272: I believe that to fix this issue we can use [outp

[jira] [Updated] (MEAR-288) SNAPSHOT dependency JAR having timestamp name in WAR is not removed from WAR when skinnyWars option is turned on

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Abrarov updated MEAR-288: --- Description: SNAPSHOT dependency JAR having *timestamp* name in WAR is not removed from WAR when skinn

[jira] [Updated] (MEAR-288) SNAPSHOT dependency JAR having timestamp name in WAR is not removed from WAR when skinnyWars option is turned on

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Abrarov updated MEAR-288: --- Description: SNAPSHOT dependency JAR having *timestamp* name in WAR is not removed from WAR when skinn

[jira] [Closed] (MNG-6997) Please update super-pom to minimally-supported viable versions

2020-10-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6997. --- Resolution: Duplicate > Please update super-pom to minimally-supported viable versions > --

[GitHub] [maven] michael-o commented on pull request #383: [MNG-6997] Update default version for maven-compiler-plugin

2020-10-14 Thread GitBox
michael-o commented on pull request #383: URL: https://github.com/apache/maven/pull/383#issuecomment-708387925 Will be handled by MNG-6169. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven] michael-o closed pull request #383: [MNG-6997] Update default version for maven-compiler-plugin

2020-10-14 Thread GitBox
michael-o closed pull request #383: URL: https://github.com/apache/maven/pull/383 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [maven] michael-o commented on pull request #382: [MNG-6968] Updated Apache Maven Site Plugin version

2020-10-14 Thread GitBox
michael-o commented on pull request #382: URL: https://github.com/apache/maven/pull/382#issuecomment-708387453 This sill be handled by MNG-6548. This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [maven] michael-o closed pull request #382: [MNG-6968] Updated Apache Maven Site Plugin version

2020-10-14 Thread GitBox
michael-o closed pull request #382: URL: https://github.com/apache/maven/pull/382 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[jira] [Assigned] (MNG-6968) Maven depends on ancient maven-site-plugin - upgrade dependency

2020-10-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-6968: --- Assignee: Michael Osipov > Maven depends on ancient maven-site-plugin - upgrade dependency > -

[GitHub] [maven] amCap1712 opened a new pull request #383: [MNG-6997] Update default version for maven-compiler-plugin

2020-10-14 Thread GitBox
amCap1712 opened a new pull request #383: URL: https://github.com/apache/maven/pull/383 Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for t

[GitHub] [maven] boris-github commented on a change in pull request #382: [MNG-6968] Updated Apache Maven Site Plugin version

2020-10-14 Thread GitBox
boris-github commented on a change in pull request #382: URL: https://github.com/apache/maven/pull/382#discussion_r504631698 ## File path: maven-core/src/main/resources/META-INF/plexus/components.xml ## @@ -101,10 +101,10 @@ under the License. -

[jira] [Created] (MNG-6997) Please update super-pom to minimally-supported viable versions

2020-10-14 Thread Joseph Ottinger (Jira)
Joseph Ottinger created MNG-6997: Summary: Please update super-pom to minimally-supported viable versions Key: MNG-6997 URL: https://issues.apache.org/jira/browse/MNG-6997 Project: Maven Iss

[GitHub] [maven] boris-github opened a new pull request #382: Updated Apache Maven Site Plugin version

2020-10-14 Thread GitBox
boris-github opened a new pull request #382: URL: https://github.com/apache/maven/pull/382 Previous version change [commit](https://github.com/apache/maven/commit/4ec06bf67cc6bdffa026f46c5836e3bc895865ed). Reason: [Why does maven-site-plugin always use version 3.3](https://stacko

[jira] [Updated] (MEAR-288) SNAPSHOT dependency JAR having timestamp name in WAR is not removed from WAR when skinnyWars option is turned on

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Abrarov updated MEAR-288: --- Description: SNAPSHOT dependency JAR having *timestamp* name in WAR is not removed from WAR when skinn

[GitHub] [maven-ear-plugin] mabrarov opened a new pull request #23: [MEAR-288] Check timestamp file name when removing JARs and modifying manifest

2020-10-14 Thread GitBox
mabrarov opened a new pull request #23: URL: https://github.com/apache/maven-ear-plugin/pull/23 [MEAR-288] - Check timestamp file name when removing JARs and modifying manifest if JAR comes from SNAPSHOT dependency This is a

[jira] [Issue Comment Deleted] (MEAR-166) 'skinnyWar' doesn't work well with dependencies of type 'ejb'

2020-10-14 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Abrarov updated MEAR-166: --- Comment: was deleted (was: [~afloom], could you please provide a minimal maven project to reproduce yo

[jira] [Created] (MEAR-288) SNAPSHOT dependency JAR having timestamp name in WAR is not removed from WAR when skinnyWars option is turned on

2020-10-14 Thread Marat Abrarov (Jira)
Marat Abrarov created MEAR-288: -- Summary: SNAPSHOT dependency JAR having timestamp name in WAR is not removed from WAR when skinnyWars option is turned on Key: MEAR-288 URL: https://issues.apache.org/jira/browse/MEAR