[GitHub] [maven-fluido-skin] michael-o commented on a diff in pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
michael-o commented on code in PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#discussion_r853812905 ## pom.xml: ## @@ -101,6 +101,7 @@ under the License. 2.3.2 1.11.2 3.8.2 +1.11.2-SNAPSHOT Review Comment: Not required anymore. ###

[GitHub] [maven-enforcer] slawekjaranowski commented on pull request #102: [MENFORCER-394] Only look at shipped dependencies in DependencyConvergence

2022-04-20 Thread GitBox
slawekjaranowski commented on PR #102: URL: https://github.com/apache/maven-enforcer/pull/102#issuecomment-1103582231 @Stephan202 , @vebits please drop a line on Maven dev list ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [maven-surefire] mthmulders commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
mthmulders commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1103590512 > @mthmulders What was the reason that the only Java `1.8` was working in the old IT? I am just interested. At first, I thought (due to the original report in JIRA) that the

[GitHub] [maven-war-plugin] dennisl commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
dennisl commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853876360 ## pom.xml: ## @@ -118,7 +118,7 @@ org.apache.maven.shared maven-shared-utils - 3.2.1 + 3.3.3 Review Comment: Fixed -- This is

[GitHub] [maven-war-plugin] dennisl commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
dennisl commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853879086 ## src/it/MWAR-450/pom.xml: ## @@ -0,0 +1,55 @@ + + + + + + 4.0.0 + + org.apache.maven.its.war + mwar450 + 1.0-SNAPSHOT + war + + +UTF-8 + + + +m

[GitHub] [maven-war-plugin] dennisl commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
dennisl commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853881671 ## src/it/MWAR-450/verify.bsh: ## @@ -0,0 +1,94 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [maven-war-plugin] dennisl commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
dennisl commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853881940 ## src/it/MWAR-450/verify.bsh: ## @@ -0,0 +1,94 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [maven-war-plugin] dennisl commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
dennisl commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853882133 ## src/it/MWAR-450/verify.bsh: ## @@ -0,0 +1,94 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [maven-surefire] mthmulders commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
mthmulders commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-110363 > @mthmulders I have one more question. The developers would not be able to see the TAB because it is a white space. If the new guy would refactor it again, then this IT would not

[GitHub] [maven-surefire] mthmulders commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
mthmulders commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1103638849 > If the test fails with escaping characters ` `, you can try using `String.replaceAll(String, String)` with regex. > > Instead of: > > ``` > return argLine >

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524812#comment-17524812 ] Dennis Lundberg commented on MWAR-444: -- I'm working on MWAR-450 and would like to make

[jira] [Created] (MDEP-801) includeClassifers not working ?

2022-04-20 Thread Jira
François Régnier created MDEP-801: - Summary: includeClassifers not working ? Key: MDEP-801 URL: https://issues.apache.org/jira/browse/MDEP-801 Project: Maven Dependency Plugin Issue Type: Bug

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524813#comment-17524813 ] Tamás Cservenák commented on MWAR-444: -- What disagreement you mean, can you point me t

[jira] [Closed] (MWAR-420) build failure in lifecycle deploy: 'Could not copy webapp sources'

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg closed MWAR-420. Fix Version/s: 3.3.0 Resolution: Fixed This seems to have been resolved in Maven War Plugin 3.

[GitHub] [maven-war-plugin] slawekjaranowski commented on a diff in pull request #22: [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 when fi…

2022-04-20 Thread GitBox
slawekjaranowski commented on code in PR #22: URL: https://github.com/apache/maven-war-plugin/pull/22#discussion_r853930705 ## src/it/MWAR-450/verify.bsh: ## @@ -0,0 +1,94 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agr

[jira] [Created] (MWAR-452) One page about Skinny WARs

2022-04-20 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWAR-452: Summary: One page about Skinny WARs Key: MWAR-452 URL: https://issues.apache.org/jira/browse/MWAR-452 Project: Maven WAR Plugin Issue Type: Improveme

[jira] [Assigned] (MWAR-452) One page about Skinny WARs

2022-04-20 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MWAR-452: Assignee: Slawomir Jaranowski > One page about Skinny WARs > ---

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524853#comment-17524853 ] Slawomir Jaranowski commented on MWAR-444: -- [~dennisl] - Great hearing about next

[GitHub] [maven-fluido-skin] olamy commented on a diff in pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
olamy commented on code in PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#discussion_r853973657 ## pom.xml: ## @@ -260,6 +261,7 @@ under the License. site + true Review Comment: because when runn

[jira] [Commented] (MWAR-440) When it is necessary to build more than one WAR archive at the same time, it fails to set different web.xml

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524872#comment-17524872 ] Dennis Lundberg commented on MWAR-440: -- The reason for this seems to be that the time

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524873#comment-17524873 ] Dennis Lundberg commented on MWAR-444: -- [~cstamas] I was refering to the discussion in

[jira] [Comment Edited] (MWAR-440) When it is necessary to build more than one WAR archive at the same time, it fails to set different web.xml

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524872#comment-17524872 ] Dennis Lundberg edited comment on MWAR-440 at 4/20/22 10:43 AM: -

[jira] [Commented] (MWAR-440) When it is necessary to build more than one WAR archive at the same time, it fails to set different web.xml

2022-04-20 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524883#comment-17524883 ] Slawomir Jaranowski commented on MWAR-440: -- Second execution should have own space

[GitHub] [maven-fluido-skin] olamy commented on pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
olamy commented on PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#issuecomment-1103797412 > This should only be Matomo-specific, not ASF specific. Just make the full host a mandatory config option (next to site id) to make this feature usable outside ASF projects. i

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524887#comment-17524887 ] Slawomir Jaranowski commented on MWAR-444: -- outdated discussion about Maven api ve

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524888#comment-17524888 ] Tamás Cservenák commented on MWAR-444: -- IMHO outdated as well. > Update plugin (requi

[jira] [Updated] (MSKINS-177) Support native matomo (i.e Apache Analytics) as macro

2022-04-20 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MSKINS-177: Fix Version/s: fluido-1.11.0 (was: fluido-1.12.0) > Support native matomo (i

[GitHub] [maven-fluido-skin] michael-o commented on a diff in pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
michael-o commented on code in PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#discussion_r854013055 ## src/site/apt/index.apt.vm: ## @@ -166,6 +166,29 @@ Welcome to ${project.name}! +-+ +** Matomo (e.g ApacheAnalytics) Review Comment: Space missing

[GitHub] [maven-fluido-skin] olamy commented on a diff in pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
olamy commented on code in PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#discussion_r854027983 ## src/site/apt/ITs.apt: ## @@ -32,6 +32,8 @@ Maven Fuido Skin ITs * {{{./mskins-14/index.html}Search}} + * {{{./mskins-177-apache-analytics/index.html}Apach

[jira] [Commented] (MNG-7449) [REGRESSION] StringVisitorModelInterpolator NullPointerException

2022-04-20 Thread Ronnie de Lang (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524903#comment-17524903 ] Ronnie de Lang commented on MNG-7449: - Thanks [~cstamas] for your explanation, that fix

[jira] [Commented] (MWAR-440) When it is necessary to build more than one WAR archive at the same time, it fails to set different web.xml

2022-04-20 Thread Tuzhilkin Mikhail (Jira)
[ https://issues.apache.org/jira/browse/MWAR-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524904#comment-17524904 ] Tuzhilkin Mikhail commented on MWAR-440: [~sjaranowski], I checked. Indeed, specify

[GitHub] [maven-fluido-skin] olamy commented on a diff in pull request #22: [MSKINS-177] Support native apacheAnalyticsSiteId as macro

2022-04-20 Thread GitBox
olamy commented on code in PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#discussion_r854029481 ## pom.xml: ## @@ -260,6 +261,7 @@ under the License. site + true Review Comment: yes because it he

[jira] [Updated] (MSKINS-177) Support Matomo Analytics (e.g. Apache Analytics) as macro

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-177: -- Summary: Support Matomo Analytics (e.g. Apache Analytics) as macro (was: Support native matomo

[jira] [Updated] (MSKINS-177) Support Matomo (e.g. Apache Analytics) as macro

2022-04-20 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MSKINS-177: Summary: Support Matomo (e.g. Apache Analytics) as macro (was: Support Matomo Analytics (e.g. Apac

[jira] [Closed] (MNG-7449) [REGRESSION] StringVisitorModelInterpolator NullPointerException

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7449. --- Resolution: Information Provided > [REGRESSION] StringVisitorModelInterpolator NullPointerException > -

[jira] [Updated] (MNG-7449) [REGRESSION] StringVisitorModelInterpolator NullPointerException

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7449: Fix Version/s: (was: wontfix-candidate) > [REGRESSION] StringVisitorModelInterpolator NullPointer

[jira] [Closed] (MWAR-440) When it is necessary to build more than one WAR archive at the same time, it fails to set different web.xml

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg closed MWAR-440. Resolution: Not A Problem > When it is necessary to build more than one WAR archive at the same time,

[GitHub] [maven] cstamas opened a new pull request, #723: [MNG-7453] Update Resolver to 1.8.0

2022-04-20 Thread GitBox
cstamas opened a new pull request, #723: URL: https://github.com/apache/maven/pull/723 Updates Maven Resolver to latest 1.8.0. --- https://issues.apache.org/jira/browse/MNG-7453 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven] cstamas opened a new pull request, #724: [MNG-7453] Update Resolver to 1.8.0

2022-04-20 Thread GitBox
cstamas opened a new pull request, #724: URL: https://github.com/apache/maven/pull/724 Updates Maven Resolver to 1.8.0. --- https://issues.apache.org/jira/browse/MNG-7453 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven] cstamas closed pull request #721: Check resolver 1.8.0 on maven master

2022-04-20 Thread GitBox
cstamas closed pull request #721: Check resolver 1.8.0 on maven master URL: https://github.com/apache/maven/pull/721 -- 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 the specific comment. To unsubscr

[GitHub] [maven-surefire] dsubelman commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
dsubelman commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104101425 > > If the test fails with escaping characters ` `, you can try using `String.replaceAll(String, String)` with regex. > > Instead of: > > ``` > > return argLine > >

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #145: Bump mockito.version from 4.4.0 to 4.5.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #145: URL: https://github.com/apache/maven-enforcer/pull/145 Bumps `mockito.version` from 4.4.0 to 4.5.0. Updates `mockito-core` from 4.4.0 to 4.5.0 Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's

[GitHub] [maven-surefire] sbabcoc commented on a diff in pull request #517: [SUREFIRE-2064] Allow all supported values of [parallel] option

2022-04-20 Thread GitBox
sbabcoc commented on code in PR #517: URL: https://github.com/apache/maven-surefire/pull/517#discussion_r854334421 ## surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java: ## @@ -37,33 +36,77 @@ * * @since 3.0.0-M6

[GitHub] [maven-surefire] sbabcoc commented on a diff in pull request #517: [SUREFIRE-2064] Allow all supported values of [parallel] option

2022-04-20 Thread GitBox
sbabcoc commented on code in PR #517: URL: https://github.com/apache/maven-surefire/pull/517#discussion_r854334421 ## surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java: ## @@ -37,33 +36,77 @@ * * @since 3.0.0-M6

[jira] [Created] (SUREFIRE-2075) Implementation of TestNG "threadCount" option improperly overrides default value

2022-04-20 Thread Scott Babcock (Jira)
Scott Babcock created SUREFIRE-2075: --- Summary: Implementation of TestNG "threadCount" option improperly overrides default value Key: SUREFIRE-2075 URL: https://issues.apache.org/jira/browse/SUREFIRE-2075

[GitHub] [maven-surefire] sbabcoc commented on a diff in pull request #517: [SUREFIRE-2064] Allow all supported values of [parallel] option

2022-04-20 Thread GitBox
sbabcoc commented on code in PR #517: URL: https://github.com/apache/maven-surefire/pull/517#discussion_r854356835 ## surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java: ## @@ -37,33 +36,77 @@ * * @since 3.0.0-M6

[GitHub] [maven-surefire] sbabcoc commented on a diff in pull request #517: [SUREFIRE-2064] Allow all supported values of [parallel] option

2022-04-20 Thread GitBox
sbabcoc commented on code in PR #517: URL: https://github.com/apache/maven-surefire/pull/517#discussion_r854356835 ## surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java: ## @@ -37,33 +36,77 @@ * * @since 3.0.0-M6

[jira] [Closed] (MSHARED-1055) Upgrade to Java 8

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1055. --- Resolution: Fixed Fixed with [5efe4723c32aa674ff327c467f6bea776b88be83|https://gitbox.apa

[jira] [Closed] (MSHARED-1057) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M2

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1057. --- Resolution: Fixed Fixed with [38e8f9850912f846d5efe747fcddbc728873e76a|https://gitbox.apa

[jira] [Closed] (MSHARED-1059) Upgrade Maven Reporting API to 4.0.0-M1

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1059. --- Resolution: Fixed 7965ebd3aa1de72ba28362e8cfd90495d8c5e2cf > Upgrade Maven Reporting API t

[jira] [Comment Edited] (MSHARED-1059) Upgrade Maven Reporting API to 4.0.0-M1

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525166#comment-17525166 ] Michael Osipov edited comment on MSHARED-1059 at 4/20/22 6:15 PM: ---

[GitHub] [maven-reporting-impl] asfgit merged pull request #6: Doxia 2.0.0

2022-04-20 Thread GitBox
asfgit merged PR #6: URL: https://github.com/apache/maven-reporting-impl/pull/6 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven

[jira] [Commented] (MSHARED-1057) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M2

2022-04-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525176#comment-17525176 ] Hudson commented on MSHARED-1057: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Commented] (MSHARED-1059) Upgrade Maven Reporting API to 4.0.0-M1

2022-04-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525177#comment-17525177 ] Hudson commented on MSHARED-1059: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Commented] (MSHARED-1055) Upgrade to Java 8

2022-04-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525175#comment-17525175 ] Hudson commented on MSHARED-1055: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Updated] (MSHARED-1065) Upgrade plugins and components in UTs and ITs

2022-04-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1065: Description: * Maven Javadoc Plugin to 3.4.0 * Maven Reporting Impl to 4.0.0-M1 * Maven S

[jira] [Updated] (MJAVADOC-707) Plugin won't work if Automatic-Module-Name is used

2022-04-20 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated MJAVADOC-707: --- Affects Version/s: 3.4.0 > Plugin won't work if Automatic-Module-Name is used > ---

[jira] [Commented] (MJAVADOC-707) Plugin won't work if Automatic-Module-Name is used

2022-04-20 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525257#comment-17525257 ] Christopher Tubbs commented on MJAVADOC-707: Confirmed still a bug in the j

[GitHub] [maven-surefire] Tibor17 commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
Tibor17 commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104416689 @dsubelman Why you use quotation marks `' '`? These are Linux/Unix specific? We cannot use it if it is platform specific. We have the library `maven-shared-utils` with CLI u

[GitHub] [maven-surefire] Tibor17 commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
Tibor17 commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104439793 @mthmulders > > @mthmulders I have one more question. The developers would not be able to see the TAB because it is a white space. If the new guy would refactor it again, the

[GitHub] [maven-surefire] dsubelman commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
dsubelman commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104445284 > @dsubelman Why you use quotation marks `' '`? These are Linux/Unix specific? We cannot use it if it is platform specific. We have the library `maven-shared-utils` with CLI utilit

[GitHub] [maven-surefire] Tibor17 commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
Tibor17 commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104449216 @dsubelman `argLine.replaceAll("\\s+", " ");` is nice. The code we have now still cannot trust the values which have a new line in system properties, e.g. `-DmyProp=my \n prop` but

[jira] [Assigned] (SUREFIRE-2055) Always show random seed

2022-04-20 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned SUREFIRE-2055: - Assignee: Slawomir Jaranowski > Always show random seed > ---

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-20 Thread GitBox
slawekjaranowski commented on PR #505: URL: https://github.com/apache/maven-surefire/pull/505#issuecomment-1104454929 @Tibor17 any more remarks ... I'm going to merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-surefire] dsubelman commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
dsubelman commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104461256 > @dsubelman `argLine.replaceAll("\\s+", " ");` is nice. The code we have now still cannot trust the values which have a new line in system properties, e.g. `-DmyProp=my \n prop` b

[GitHub] [maven-surefire] Tibor17 commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
Tibor17 commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104465792 > > @dsubelman `argLine.replaceAll("\\s+", " ");` is nice. The code we have now still cannot trust the values which have a new line in system properties, e.g. `-DmyProp=my \n prop` b

[GitHub] [maven-surefire] dsubelman commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
dsubelman commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104543928 > > > @dsubelman `argLine.replaceAll("\\s+", " ");` is nice. The code we have now still cannot trust the values which have a new line in system properties, e.g. `-DmyProp=my \n pro

[GitHub] [maven-fluido-skin] olamy commented on pull request #22: [MSKINS-177] Support Matomo (e.g. Apache Analytics) as macro

2022-04-20 Thread GitBox
olamy commented on PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#issuecomment-1104569223 > The CDATA block is broken: ![grafik](https://user-images.githubusercontent.com/573017/164223219-de475bfa-4be3-44a1-bbc2-6e225ff9fb2b.png) ![grafik](https://user-images.githubuserco

[GitHub] [maven-fluido-skin] olamy commented on pull request #22: [MSKINS-177] Support Matomo (e.g. Apache Analytics) as macro

2022-04-20 Thread GitBox
olamy commented on PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22#issuecomment-1104578871 > Please remove it, it has no use these days. `CDATA` you mean? because I don't understand the link with the screenshot attached -- This is an automated message from the

[GitHub] [maven-surefire] Tibor17 commented on pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

2022-04-20 Thread GitBox
Tibor17 commented on PR #523: URL: https://github.com/apache/maven-surefire/pull/523#issuecomment-1104583550 > > > > @dsubelman `argLine.replaceAll("\\s+", " ");` is nice. The code we have now still cannot trust the values which have a new line in system properties, e.g. `-DmyProp=my \n pro

[GitHub] [maven-help-plugin] dependabot[bot] commented on pull request #52: Bump maven-site-plugin from 3.10.0 to 3.11.0

2022-04-20 Thread GitBox
dependabot[bot] commented on PR #52: URL: https://github.com/apache/maven-help-plugin/pull/52#issuecomment-1104690718 Superseded by #55. -- 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 the specif

[GitHub] [maven-help-plugin] dependabot[bot] closed pull request #52: Bump maven-site-plugin from 3.10.0 to 3.11.0

2022-04-20 Thread GitBox
dependabot[bot] closed pull request #52: Bump maven-site-plugin from 3.10.0 to 3.11.0 URL: https://github.com/apache/maven-help-plugin/pull/52 -- 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 the spe

[GitHub] [maven-help-plugin] dependabot[bot] opened a new pull request, #55: Bump maven-site-plugin from 3.10.0 to 3.12.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #55: URL: https://github.com/apache/maven-help-plugin/pull/55 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.12.0. Release notes Sourced from https://github.com/apache/maven-site-plugin/releases";>m

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request, #78: Bump maven-javadoc-plugin from 3.3.2 to 3.4.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #78: URL: https://github.com/apache/maven-apache-parent/pull/78 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. Commits https://github.com/apache/maven-javadoc-plugin/commit/40cc602f84d

[GitHub] [maven-dependency-analyzer] dependabot[bot] opened a new pull request, #59: Bump maven-javadoc-plugin from 3.3.1 to 3.4.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #59: URL: https://github.com/apache/maven-dependency-analyzer/pull/59 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.0. Release notes Sourced from https://github.com/apache/maven-javadoc-plug

[GitHub] [maven-dependency-analyzer] dependabot[bot] closed pull request #49: Bump maven-javadoc-plugin from 3.3.1 to 3.3.2

2022-04-20 Thread GitBox
dependabot[bot] closed pull request #49: Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 URL: https://github.com/apache/maven-dependency-analyzer/pull/49 -- 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 t

[GitHub] [maven-dependency-analyzer] dependabot[bot] commented on pull request #49: Bump maven-javadoc-plugin from 3.3.1 to 3.3.2

2022-04-20 Thread GitBox
dependabot[bot] commented on PR #49: URL: https://github.com/apache/maven-dependency-analyzer/pull/49#issuecomment-1104692127 Superseded by #59. -- 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 t

[GitHub] [maven-invoker-plugin] dependabot[bot] opened a new pull request, #114: Bump maven-site-plugin from 3.10.0 to 3.12.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #114: URL: https://github.com/apache/maven-invoker-plugin/pull/114 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.12.0. Release notes Sourced from https://github.com/apache/maven-site-plugin/release

[GitHub] [maven-reporting-api] dependabot[bot] opened a new pull request, #8: Bump maven-javadoc-plugin from 3.3.2 to 3.4.0

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #8: URL: https://github.com/apache/maven-reporting-api/pull/8 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. Commits https://github.com/apache/maven-javadoc-plugin/commit/40cc602f84dbb

[GitHub] [maven-archiver] Pruthvi-rsj opened a new pull request, #20: Update versions of - commons-compress and commons-io

2022-04-20 Thread GitBox
Pruthvi-rsj opened a new pull request, #20: URL: https://github.com/apache/maven-archiver/pull/20 Upgrading - commons-compress and commons-io to non vulnerable versions. Also these are minor version changes so they should be backward compatible. Following this checklist to help us i

[GitHub] [maven-release] dependabot[bot] opened a new pull request, #109: Bump maven-parent from 34 to 35

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #109: URL: https://github.com/apache/maven-release/pull/109 Bumps [maven-parent](https://github.com/apache/maven-parent) from 34 to 35. Commits See full diff in https://github.com/apache/maven-parent/commits";>compare view

[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request, #80: Bump javax.servlet-api from 3.1.0 to 4.0.1

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #80: URL: https://github.com/apache/maven-site-plugin/pull/80 Bumps [javax.servlet-api](https://github.com/javaee/servlet-spec) from 3.1.0 to 4.0.1. Commits https://github.com/javaee/servlet-spec/commit/5574e9b39d806120ac4d3539826a75b2

[jira] [Commented] (MWAR-448) packaging dependencies fails with "mvn install" but not "mvn package"

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525438#comment-17525438 ] Dennis Lundberg commented on MWAR-448: -- In my opinion what you have described above is

[jira] [Commented] (MWAR-444) Update plugin (requires Maven 3.2.5+)

2022-04-20 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MWAR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525439#comment-17525439 ] Dennis Lundberg commented on MWAR-444: -- I saw some other other recent plugin release t

[jira] [Commented] (MSHADE-413) Maven share plugin enters endless loop

2022-04-20 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525446#comment-17525446 ] Delany commented on MSHADE-413: --- [https://github.com/hunterhacker/jdom/issues/199]   > Ma

[GitHub] [maven-fluido-skin] olamy merged pull request #22: [MSKINS-177] Support Matomo (e.g. Apache Analytics) as macro

2022-04-20 Thread GitBox
olamy merged PR #22: URL: https://github.com/apache/maven-fluido-skin/pull/22 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.a