[GitHub] [maven] kwin commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988594671 @gnodet Indeed I couldn't find anything either yet. TBH I have just taken the information from https://books.sonatype.com/mvnref-book/reference/writing-plugins-sect-custom-plugin.html#

[jira] [Commented] (MNG-7354) Refactor MavenCli to ease extensibility

2021-12-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455049#comment-17455049 ] Michael Osipov commented on MNG-7354: - I am excited to see what exactly needs to be don

[GitHub] [maven] kwin commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988618617 I tried it out with a dummy mojo and both exceptions behave exactly the same, i.e. both emit "BUILD FAILURE". I couldn't influence the build outcome with any of the `--fail-xxx` option

[GitHub] [maven] kwin commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988624535 Given that, I would recommend to either reestablish the different semantics or deprecate one exception class of the two. In any case right now it is highly confusing why there are two

[GitHub] [maven] kwin edited a comment on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin edited a comment on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988618617 I tried it out with a dummy mojo and both exceptions behave exactly the same, i.e. both emit "BUILD FAILURE". I couldn't influence the build outcome with any of the `--fail-xxx`

[GitHub] [maven] kwin edited a comment on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin edited a comment on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988618617 I tried it out with a dummy mojo and both exceptions behave exactly the same, i.e. both emit "BUILD FAILURE". I couldn't influence the build outcome with any of the `--fail-xxx`

[GitHub] [maven] kwin commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988638938 Dug a bit deeper and found https://github.com/apache/maven/blob/ed370a6382ee4e431d36ae38454174b94d4f33aa/maven-core/src/main/java/org/apache/maven/DefaultMaven.java#L235-L255 for the d

[GitHub] [maven] gnodet commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
gnodet commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988654452 > Dug a bit deeper and found > > https://github.com/apache/maven/blob/ed370a6382ee4e431d36ae38454174b94d4f33aa/maven-core/src/main/java/org/apache/maven/DefaultMaven.java#L235-

[GitHub] [maven] gnodet edited a comment on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
gnodet edited a comment on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988654452 > Dug a bit deeper and found > > https://github.com/apache/maven/blob/ed370a6382ee4e431d36ae38454174b94d4f33aa/maven-core/src/main/java/org/apache/maven/DefaultMaven.jav

[GitHub] [maven] rmannibucau commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
rmannibucau commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988675286 My understanding was that MojoExecutionException is a wrapper around another exception as primary usage whereas MojoFailureException is a root exception by itself (and previous

[GitHub] [maven] kwin commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
kwin commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988694442 > Overall the need of these exception is that mojo don't throw an Exception/Throwable but there is no technical reason I think the reason is to throw an exception which would all

[GitHub] [maven] rmannibucau commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-08 Thread GitBox
rmannibucau commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988696241 @kwin not sure, `--fail-never` will ignore the exception and `--fail-at-end` will stack it to fail after other modules build so MojoXXXExceptons never bring anything in this log

[jira] [Commented] (MDEP-753) Non-test dependency reported as Non-test scoped test only dependency

2021-12-08 Thread Patrick Ruckstuhl (Jira)
[ https://issues.apache.org/jira/browse/MDEP-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455216#comment-17455216 ] Patrick Ruckstuhl commented on MDEP-753: Do I see this correct that the actual issu

[jira] [Commented] (MRESOURCES-269) Symlinks cause copying resources to fail

2021-12-08 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455231#comment-17455231 ] Jimisola Laursen commented on MRESOURCES-269: - [~slachiewicz] It does not

[jira] [Comment Edited] (MRESOURCES-237) Resource plugin's handling of symbolic links changed in 3.0.x, broke existing behavior

2021-12-08 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454788#comment-17454788 ] Jimisola Laursen edited comment on MRESOURCES-237 at 12/8/21, 1:22 PM:

[jira] [Commented] (MWRAPPER-29) Project should build successfully with verify goal

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455301#comment-17455301 ] Slawomir Jaranowski commented on MWRAPPER-29: - PR: https://github.com/apache

[jira] [Commented] (MWRAPPER-30) Add help mojo

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455305#comment-17455305 ] Slawomir Jaranowski commented on MWRAPPER-30: - PR: https://github.com/apache

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request #129: Bump mrm-maven-plugin from 1.2.0 to 1.3.0

2021-12-08 Thread GitBox
dependabot[bot] opened a new pull request #129: URL: https://github.com/apache/maven-enforcer/pull/129 Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.2.0 to 1.3.0. Release notes Sourced from https://github.com/mojohaus/mrm/releases";>mrm-maven-plugin's releases.

[jira] [Updated] (MWRAPPER-29) Project should build successfully with verify lifecycle

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWRAPPER-29: Summary: Project should build successfully with verify lifecycle (was: Project sh

[GitHub] [maven-filtering] dependabot[bot] opened a new pull request #25: Bump plexus-utils from 3.3.0 to 3.4.1

2021-12-08 Thread GitBox
dependabot[bot] opened a new pull request #25: URL: https://github.com/apache/maven-filtering/pull/25 Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.3.0 to 3.4.1. Release notes Sourced from https://github.com/codehaus-plexus/plexus-utils/releases";>pl

[GitHub] [maven-wrapper] hboutemy merged pull request #1: [MWRAPPER-29] Possibility to build project by verify lifecycle

2021-12-08 Thread GitBox
hboutemy merged pull request #1: URL: https://github.com/apache/maven-wrapper/pull/1 -- 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-unsubs

[GitHub] [maven-wrapper] hboutemy commented on pull request #1: [MWRAPPER-29] Possibility to build project by verify lifecycle

2021-12-08 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper/pull/1#issuecomment-989029965 nice fix: thanks a lot -- 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 speci

[GitHub] [maven-wrapper] hboutemy merged pull request #2: [MWRAPPER-30] Add help mojo

2021-12-08 Thread GitBox
hboutemy merged pull request #2: URL: https://github.com/apache/maven-wrapper/pull/2 -- 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-unsubs

[jira] [Closed] (MWRAPPER-29) Project should build successfully with verify lifecycle

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWRAPPER-29. - Fix Version/s: 3.1.0 Assignee: Herve Boutemy Resolution: Fixed merged in https:

[jira] [Updated] (MWRAPPER-30) Add help mojo

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-30: -- Priority: Minor (was: Major) > Add help mojo > - > > Key: MWRAPPE

[jira] [Closed] (MWRAPPER-30) Add help mojo

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWRAPPER-30. - Fix Version/s: 3.1.0 Assignee: Herve Boutemy Resolution: Fixed merged in https:

[jira] [Updated] (MWRAPPER-24) mvnw calls which(1) which is an external command

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-24: -- Priority: Minor (was: Major) > mvnw calls which(1) which is an external command > ---

[jira] [Updated] (MWRAPPER-27) rework mvnw* scripts to better match mvn* from Maven 3.8

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-27: -- Priority: Minor (was: Major) > rework mvnw* scripts to better match mvn* from Maven 3.8 > ---

[jira] [Updated] (MWRAPPER-25) fix installer messages

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-25: -- Priority: Minor (was: Major) > fix installer messages > -- > >

[GitHub] [maven-wrapper] slawekjaranowski commented on pull request #1: [MWRAPPER-29] Possibility to build project by verify lifecycle

2021-12-08 Thread GitBox
slawekjaranowski commented on pull request #1: URL: https://github.com/apache/maven-wrapper/pull/1#issuecomment-989039486 your welcome -- 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 specifi

[jira] [Created] (MWRAPPER-31) Get rid of maven-artifact-transfer

2021-12-08 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-31: --- Summary: Get rid of maven-artifact-transfer Key: MWRAPPER-31 URL: https://issues.apache.org/jira/browse/MWRAPPER-31 Project: Maven Wrapper Issu

[jira] [Commented] (MWRAPPER-31) Get rid of maven-artifact-transfer

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455924#comment-17455924 ] Slawomir Jaranowski commented on MWRAPPER-31: - I will do it. > Get rid of m

[jira] [Assigned] (MSITE-876) Execution default-deploy of goal ...deploy failed: An API incompatibility was encountered while executing ....deploy: java.lang.NoSuchMethodError: org.apache.maven.wagon.

2021-12-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSITE-876: Assignee: (was: Michael Osipov) > Execution default-deploy of goal ...deploy failed: An

[jira] [Updated] (MSITE-876) Execution default-deploy of goal ...deploy failed: An API incompatibility was encountered while executing ....deploy: java.lang.NoSuchMethodError: org.apache.maven.wagon.s

2021-12-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-876: - Fix Version/s: (was: 3.10.0) > Execution default-deploy of goal ...deploy failed: An API incom

[jira] [Created] (MWRAPPER-32) Use Maven core component in provided scope

2021-12-08 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-32: --- Summary: Use Maven core component in provided scope Key: MWRAPPER-32 URL: https://issues.apache.org/jira/browse/MWRAPPER-32 Project: Maven Wrapper

[jira] [Created] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-33: --- Summary: Use java 8 in maven-wrapper Key: MWRAPPER-33 URL: https://issues.apache.org/jira/browse/MWRAPPER-33 Project: Maven Wrapper Issue Type:

[GitHub] [maven-wagon] hiljusti commented on pull request #72: [MNG-6975] Wagon-HTTP, set content-type when determinable from file extension

2021-12-08 Thread GitBox
hiljusti commented on pull request #72: URL: https://github.com/apache/maven-wagon/pull/72#issuecomment-989117811 As a note: My (minor) issue could have benefited from this: https://issues.apache.org/jira/browse/MDEPLOY-289 The summary is a custom maven repository proxy, where it wou

[GitHub] [maven-wagon] hiljusti edited a comment on pull request #72: [MNG-6975] Wagon-HTTP, set content-type when determinable from file extension

2021-12-08 Thread GitBox
hiljusti edited a comment on pull request #72: URL: https://github.com/apache/maven-wagon/pull/72#issuecomment-989117811 As a note: My (minor) issue could have benefited from this: https://issues.apache.org/jira/browse/MDEPLOY-289 The summary is our enterprise (amazon) used custom ma

[jira] [Updated] (MWRAPPER-32) Use Maven core component in provided scope

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWRAPPER-32: Component/s: Maven Wrapper Plugin > Use Maven core component in provided scope > -

[jira] [Updated] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWRAPPER-33: Description: Currently {{maven-wrapper}} use java {*}5{*}. It blocks build project

[GitHub] [maven-wrapper] slachiewicz merged pull request #3: (doc) fix jenkins url

2021-12-08 Thread GitBox
slachiewicz merged pull request #3: URL: https://github.com/apache/maven-wrapper/pull/3 -- 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-uns

[jira] [Updated] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-33: -- Affects Version/s: 3.1.0 > Use java 8 in maven-wrapper > --- > >

[jira] [Updated] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-33: -- Fix Version/s: 3.2.0 > Use java 8 in maven-wrapper > --- > >

[jira] [Commented] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455993#comment-17455993 ] Herve Boutemy commented on MWRAPPER-33: --- I'll do a first step with plugin in Java

[jira] [Created] (MWRAPPER-34) use Java 7 for maven-wrapper-plugin and maven-wrapper.jar

2021-12-08 Thread Herve Boutemy (Jira)
Herve Boutemy created MWRAPPER-34: - Summary: use Java 7 for maven-wrapper-plugin and maven-wrapper.jar Key: MWRAPPER-34 URL: https://issues.apache.org/jira/browse/MWRAPPER-34 Project: Maven Wrapper

[GitHub] [maven] AlexanderAshitkin commented on a change in pull request #631: [MNG-7129] Maven cache docs updates

2021-12-08 Thread GitBox
AlexanderAshitkin commented on a change in pull request #631: URL: https://github.com/apache/maven/pull/631#discussion_r765269522 ## File path: maven-caching-extension/src/site/markdown/GETTING-STARTED.md ## @@ -0,0 +1,69 @@ + + +## Getting Started + +To on-board incremental Ma

[jira] [Commented] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456017#comment-17456017 ] Slawomir Jaranowski commented on MWRAPPER-33: - I'm not sure if support for j

[GitHub] [maven] AlexanderAshitkin opened a new pull request #633: [MNG-7129] Files selectors rework draft

2021-12-08 Thread GitBox
AlexanderAshitkin opened a new pull request #633: URL: https://github.com/apache/maven/pull/633 The idea is to replace glob section with glob/pattern based includes excludes to form determenistic files set. Current implementtation with glob might be not flexible and expressive enough. P

[GitHub] [maven-wrapper] slachiewicz merged pull request #4: fix configuration for Maven 3.2.x

2021-12-08 Thread GitBox
slachiewicz merged pull request #4: URL: https://github.com/apache/maven-wrapper/pull/4 -- 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-uns

[jira] [Assigned] (MSHARED-687) Programmatic read-only access to Color API

2021-12-08 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHARED-687: Assignee: (was: Guillaume Boué) > Programmatic read-only access to Co

[GitHub] [maven-dependency-plugin] slachiewicz closed pull request #176: Bump doxiaVersion from 1.10 to 1.11.1

2021-12-08 Thread GitBox
slachiewicz closed pull request #176: URL: https://github.com/apache/maven-dependency-plugin/pull/176 -- 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-ma

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #176: Bump doxiaVersion from 1.10 to 1.11.1

2021-12-08 Thread GitBox
dependabot[bot] commented on pull request #176: URL: https://github.com/apache/maven-dependency-plugin/pull/176#issuecomment-989426323 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch rel

[GitHub] [maven-compiler-plugin] slachiewicz merged pull request #77: Bump qdox from 2.0.0 to 2.0.1

2021-12-08 Thread GitBox
slachiewicz merged pull request #77: URL: https://github.com/apache/maven-compiler-plugin/pull/77 -- 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:

[GitHub] [maven-compiler-plugin] slachiewicz merged pull request #71: Bump mockito-core from 2.28.2 to 4.0.0

2021-12-08 Thread GitBox
slachiewicz merged pull request #71: URL: https://github.com/apache/maven-compiler-plugin/pull/71 -- 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:

[GitHub] [maven-compiler-plugin] slachiewicz merged pull request #70: Bump plexusCompilerVersion from 2.8.8 to 2.9.0

2021-12-08 Thread GitBox
slachiewicz merged pull request #70: URL: https://github.com/apache/maven-compiler-plugin/pull/70 -- 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:

[GitHub] [maven-compiler-plugin] dependabot[bot] commented on pull request #78: Bump mavenVersion from 3.0 to 3.8.4

2021-12-08 Thread GitBox
dependabot[bot] commented on pull request #78: URL: https://github.com/apache/maven-compiler-plugin/pull/78#issuecomment-989429266 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch release

[GitHub] [maven-compiler-plugin] slachiewicz closed pull request #78: Bump mavenVersion from 3.0 to 3.8.4

2021-12-08 Thread GitBox
slachiewicz closed pull request #78: URL: https://github.com/apache/maven-compiler-plugin/pull/78 -- 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:

[jira] [Commented] (MWRAPPER-33) Use java 8 in maven-wrapper

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456182#comment-17456182 ] Herve Boutemy commented on MWRAPPER-33: --- I'm not a fan of forcing people to upgrad

[GitHub] [maven] michael-o commented on pull request #631: [MNG-7129] Maven cache docs updates

2021-12-08 Thread GitBox
michael-o commented on pull request #631: URL: https://github.com/apache/maven/pull/631#issuecomment-989575866 > All lower: https://github.com/apache/maven-site/tree/master/content/markdown I don't know where you have the uppercase convention from, but as far as I know this a

[jira] [Updated] (MWRAPPER-34) use Java 7 for maven-wrapper-plugin and maven-wrapper.jar

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-34: -- Description: consistent with Maven 3.3.1+ https://maven.apache.org/docs/history.html Java 7 i

[jira] [Updated] (MWRAPPER-32) Use Maven core component in provided scope

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-32: -- Fix Version/s: 3.1.0 > Use Maven core component in provided scope > --

[jira] [Updated] (MWRAPPER-16) update mvnw scripts to launch target Maven mvn scripts, to enforce consistency

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-16: -- Fix Version/s: 3.2.0 > update mvnw scripts to launch target Maven mvn scripts, to enforce cons

[jira] [Commented] (MWRAPPER-32) Use Maven core component in provided scope

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456196#comment-17456196 ] Herve Boutemy commented on MWRAPPER-32: --- isn't PR#5 a working first step? > Use M

[jira] [Created] (MWRAPPER-35) don't copy mvnwDebug* scripts by default

2021-12-08 Thread Herve Boutemy (Jira)
Herve Boutemy created MWRAPPER-35: - Summary: don't copy mvnwDebug* scripts by default Key: MWRAPPER-35 URL: https://issues.apache.org/jira/browse/MWRAPPER-35 Project: Maven Wrapper Issue Type

[jira] [Updated] (MWRAPPER-35) don't copy mvnwDebug* scripts by default

2021-12-08 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-35: -- Fix Version/s: 3.1.0 > don't copy mvnwDebug* scripts by default >