[jira] [Created] (SUREFIRE-2095) Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe

2022-06-07 Thread Aaron Braunstein (Jira)
Aaron Braunstein created SUREFIRE-2095: -- Summary: Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe Key: SUREFIRE-2095 URL: https://issues.apache.org/jira/browse/SUREF

[jira] [Commented] (SUREFIRE-2079) exception with long message removes test from result instead of failing it

2022-06-07 Thread Michael Kroll (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550886#comment-17550886 ] Michael Kroll commented on SUREFIRE-2079: - I can confirm that this issue is fi

[GitHub] [maven-surefire] br0nstein opened a new pull request, #545: [SUREFIRE-2095] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe

2022-06-07 Thread GitBox
br0nstein opened a new pull request, #545: URL: https://github.com/apache/maven-surefire/pull/545 When `maven.test.failure.ignore` is enabled, a test that crashes the JVM (e.g. that causes an OOM, with `-XX:+CrashOnOutOfMemoryError`) currently does not cause a build failure and is not repor

[jira] [Commented] (SUREFIRE-2095) Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe

2022-06-07 Thread Aaron Braunstein (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550891#comment-17550891 ] Aaron Braunstein commented on SUREFIRE-2095: PR: [https://github.com/apac

[GitHub] [maven-fluido-skin] michael-o commented on pull request #34: Mskins 191 dynamic library retrieval

2022-06-07 Thread GitBox
michael-o commented on PR #34: URL: https://github.com/apache/maven-fluido-skin/pull/34#issuecomment-1148415959 > Micheal-o the PR was simply closed I assume this was done in error since it appeared some discussion started and then before I could even raise questions or make adjustments I f

[GitHub] [maven-fluido-skin] michael-o commented on pull request #34: Mskins 191 dynamic library retrieval

2022-06-07 Thread GitBox
michael-o commented on PR #34: URL: https://github.com/apache/maven-fluido-skin/pull/34#issuecomment-1148418292 > @stevecrox I agree this skin has very dated.. but you might face some conservative reactions here. If you are interested there is this "new one" as well https://olamy.github.io/

[jira] [Created] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Jira
Łukasz Dywicki created MRESOLVER-263: Summary: Resolver side routing and filtering capability Key: MRESOLVER-263 URL: https://issues.apache.org/jira/browse/MRESOLVER-263 Project: Maven Resolver

[GitHub] [maven-fluido-skin] hboutemy commented on a diff in pull request #33: rework ITs to better integrate into skin documentation

2022-06-07 Thread GitBox
hboutemy commented on code in PR #33: URL: https://github.com/apache/maven-fluido-skin/pull/33#discussion_r891091915 ## src/site/site.xml: ## @@ -27,9 +27,7 @@ under the License. org.apache.maven.skins maven-fluido-skin - - -1.10.0 +${project.versio

[GitHub] [maven-fluido-skin] hboutemy commented on a diff in pull request #33: rework ITs to better integrate into skin documentation

2022-06-07 Thread GitBox
hboutemy commented on code in PR #33: URL: https://github.com/apache/maven-fluido-skin/pull/33#discussion_r891091915 ## src/site/site.xml: ## @@ -27,9 +27,7 @@ under the License. org.apache.maven.skins maven-fluido-skin - - -1.10.0 +${project.versio

[jira] [Updated] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Łukasz Dywicki updated MRESOLVER-263: - Description: Maven resolver is fine tool when it comes to playing with mirroring of r

[jira] [Updated] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Łukasz Dywicki updated MRESOLVER-263: - Description: Maven resolver is fine tool when it comes to playing with mirroring of r

[jira] [Closed] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-263. Resolution: Duplicate > Resolver side routing and filtering capability > ---

[jira] [Commented] (MASSEMBLY-955) dependencySet includes filter with classifier breaks include of artifacts without classifier

2022-06-07 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550978#comment-17550978 ] Guillaume Nodet commented on MASSEMBLY-955: --- I can't. This was done as part

[GitHub] [maven-common-artifact-filters] cstamas opened a new pull request, #25: [MASSEMBLY-955] Fix the bug

2022-06-07 Thread GitBox
cstamas opened a new pull request, #25: URL: https://github.com/apache/maven-common-artifact-filters/pull/25 Bug plus cleanup plus parent. -- 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 spec

[GitHub] [maven-assembly-plugin] cstamas commented on pull request #48: [MASSEMBLY-955] Add invoker test.

2022-06-07 Thread GitBox
cstamas commented on PR #48: URL: https://github.com/apache/maven-assembly-plugin/pull/48#issuecomment-1148702675 Test reused in UT here https://github.com/apache/maven-common-artifact-filters/pull/25 This does not mean that this IT is to be dropped, but just FYI -- This is an automat

[jira] [Commented] (MPH-183) Effective-pom + verbose should show path to source

2022-06-07 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MPH-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551120#comment-17551120 ] Maarten Mulders commented on MPH-183: - I am happy to report that I have a working proof

[jira] [Commented] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551131#comment-17551131 ] Łukasz Dywicki commented on MRESOLVER-263: -- [~michael-o] thanks for pointing

[jira] [Commented] (MRESOLVER-263) Resolver side routing and filtering capability

2022-06-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551143#comment-17551143 ] Michael Osipov commented on MRESOLVER-263: -- Feel free to add to MRESOLVER-167

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #162: Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7

2022-06-07 Thread GitBox
dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/maven-enforcer/pull/162 Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M6 to 3.0.0-M7. Release notes Sourced from https://github.com/apache/maven-surefire/releases";>

[jira] [Commented] (SUREFIRE-1426) Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-06-07 Thread Aaron Braunstein (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551202#comment-17551202 ] Aaron Braunstein commented on SUREFIRE-1426: [~olamy] https://issues.apach

[jira] [Commented] (MNGSITE-485) Expired signature in provided KEYS file on the download page

2022-06-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551222#comment-17551222 ] Michael Osipov commented on MNGSITE-485: Yet another try... > Expired signature

[GitHub] [maven-fluido-skin] stevecrox commented on a diff in pull request #34: Mskins 191 dynamic library retrieval

2022-06-07 Thread GitBox
stevecrox commented on code in PR #34: URL: https://github.com/apache/maven-fluido-skin/pull/34#discussion_r891618666 ## pom.xml: ## @@ -184,6 +186,93 @@ under the License. false + + +copy-anchor-js-into-build-output

[GitHub] [maven-fluido-skin] stevecrox closed pull request #35: Mskins 97 redefine macro layout

2022-06-07 Thread GitBox
stevecrox closed pull request #35: Mskins 97 redefine macro layout URL: https://github.com/apache/maven-fluido-skin/pull/35 -- 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 u

[GitHub] [maven-fluido-skin] stevecrox commented on pull request #35: Mskins 97 redefine macro layout

2022-06-07 Thread GitBox
stevecrox commented on PR #35: URL: https://github.com/apache/maven-fluido-skin/pull/35#issuecomment-1149163867 Closing this, its logical in how I wanted to go but as I dig into the dyanmic branch the change will be too high for an easy merge -- This is an automated message from the Apach

[GitHub] [maven-fluido-skin] stevecrox commented on pull request #34: Mskins 191 dynamic library retrieval

2022-06-07 Thread GitBox
stevecrox commented on PR #34: URL: https://github.com/apache/maven-fluido-skin/pull/34#issuecomment-1149203453 While it should now build, it looks like Bootstrap 2 -> 3 dropped some classes and I have some more macro rework to do. I think I am going to have to split the topbar/sideba

[jira] [Commented] (MENFORCER-394) DependencyConvergence in 3.0.0 fails on provided scoped dependencies

2022-06-07 Thread Matt Nelson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551314#comment-17551314 ] Matt Nelson commented on MENFORCER-394: --- [~sjaranowski] With the vote[1] to rele

[GitHub] [maven] dependabot[bot] opened a new pull request, #751: Bump jetty from 6.1.4 to 6.1.17 in /maven-core/src/test/resources-project-builder/foo/sub

2022-06-07 Thread GitBox
dependabot[bot] opened a new pull request, #751: URL: https://github.com/apache/maven/pull/751 Bumps jetty from 6.1.4 to 6.1.17. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mortbay.jetty:jetty&package-ma

[jira] [Assigned] (SUREFIRE-2095) Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe

2022-06-07 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned SUREFIRE-2095: -- Assignee: Olivier Lamy > Fork crash doesn't fail build with -Dmaven.test.failure.ig

[jira] [Updated] (SUREFIRE-2095) Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run with failsafe

2022-06-07 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated SUREFIRE-2095: --- Fix Version/s: 3.0.0-M8 > Fork crash doesn't fail build with -Dmaven.test.failure.ignore=t