[GitHub] [maven-apache-parent] ctubbsii commented on pull request #155: [MPOM-289] Use properties to define the versions of plugins

2023-06-06 Thread via GitHub
ctubbsii commented on PR #155: URL: https://github.com/apache/maven-apache-parent/pull/155#issuecomment-1579448506 I created an alternate implementation for my ideas from this discussion at #158, that adopts the `version.$artifactId` naming convention, and addresses the issue with the

[GitHub] [maven] JurrianFahner commented on pull request #982: [MNG-7541] Implement powershell mvn command

2023-06-06 Thread via GitHub
JurrianFahner commented on PR #982: URL: https://github.com/apache/maven/pull/982#issuecomment-1579424801 > Not now, ATM. I need to consult also a colleague who's proficient in PowerShell. Is there some progress? -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729841#comment-17729841 ] ASF GitHub Bot commented on MNG-7541: - JurrianFahner commented on PR #982: URL:

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729854#comment-17729854 ] ASF GitHub Bot commented on MSHARED-1203: - elharo commented on PR #18: URL:

[GitHub] [maven-file-management] elharo opened a new pull request, #19: use JUnit @TempDir

2023-06-06 Thread via GitHub
elharo opened a new pull request, #19: URL: https://github.com/apache/maven-file-management/pull/19 see what windows thinks of this -- 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

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729857#comment-17729857 ] ASF GitHub Bot commented on MSHARED-1203: - elharo commented on PR #18: URL:

[jira] [Updated] (MBUILDCACHE-57) Configure remote url/remote server id with command line property

2023-06-06 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MBUILDCACHE-57: Issue Type: Improvement (was: New Feature) > Configure remote url/remote server id

[jira] [Updated] (MBUILDCACHE-48) Add ability to disable caching on a per-module level

2023-06-06 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MBUILDCACHE-48: Issue Type: Improvement (was: New Feature) > Add ability to disable caching on a

[GitHub] [maven-file-management] elharo commented on pull request #18: [MSHARED-1203] Move tests to nio

2023-06-06 Thread via GitHub
elharo commented on PR #18: URL: https://github.com/apache/maven-file-management/pull/18#issuecomment-1579506425 ``` [INFO] Error: Errors: Error:FileSetUtilsTest.tearDown:55 � DirectoryNotEmpty

[GitHub] [maven-file-management] elharo commented on pull request #18: [MSHARED-1203] Move tests to nio

2023-06-06 Thread via GitHub
elharo commented on PR #18: URL: https://github.com/apache/maven-file-management/pull/18#issuecomment-1579525169 So here's a hypothesis: the way this test creates test directories is borked. Instead it should use a JUnit TemporaryFolder Rule and let that handle the cleanup:

[GitHub] [maven-file-management] dependabot[bot] commented on pull request #15: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-06-06 Thread via GitHub
dependabot[bot] commented on PR #15: URL: https://github.com/apache/maven-file-management/pull/15#issuecomment-1579230604 OK, I won't notify you about version 2.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (MRELEASE-954) maven-release-plugin should push less often to git server

2023-06-06 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729779#comment-17729779 ] Matt Pavlovich commented on MRELEASE-954: - Is there a roadmap or plan for this change? >

[GitHub] [maven-file-management] slachiewicz commented on pull request #17: Revert "MSHARED-1203 use Java 7 symbolic links (#13)"

2023-06-06 Thread via GitHub
slachiewicz commented on PR #17: URL: https://github.com/apache/maven-file-management/pull/17#issuecomment-1579260977 Error: Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.813 s <<< FAILURE! - in org.apache.maven.shared.model.fileset.util.FileSetUtilsTest Error:

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729824#comment-17729824 ] ASF GitHub Bot commented on MSHARED-1203: - slachiewicz commented on PR #17: URL:

[GitHub] [maven-apache-parent] ctubbsii commented on a diff in pull request #155: [MPOM-289] Use properties to define the versions of plugins

2023-06-06 Thread via GitHub
ctubbsii commented on code in PR #155: URL: https://github.com/apache/maven-apache-parent/pull/155#discussion_r1220178292 ## pom.xml: ## @@ -96,6 +96,34 @@ under the License. 3.1.0 3.9.0 posix + + +0.15 +3.1.0 +3.6.0 +3.2.0 +3.11.0 +

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729831#comment-17729831 ] ASF GitHub Bot commented on MSHARED-1203: - slachiewicz opened a new pull request, #18: URL:

[GitHub] [maven-file-management] slachiewicz merged pull request #14: Add GitHub Actions setup and Dependabot

2023-06-06 Thread via GitHub
slachiewicz merged PR #14: URL: https://github.com/apache/maven-file-management/pull/14 -- 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] [Assigned] (MSHARED-1264) Switch to Junit5

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHARED-1264: - Assignee: Sylwester Lachiewicz > Switch to Junit5 >

[jira] [Created] (MSHARED-1264) Switch to Junit5

2023-06-06 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSHARED-1264: - Summary: Switch to Junit5 Key: MSHARED-1264 URL: https://issues.apache.org/jira/browse/MSHARED-1264 Project: Maven Shared Components Issue

[jira] [Updated] (SUREFIRE-2157) Upgrade JUnit 5 to 5.9.3

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated SUREFIRE-2157: --- Summary: Upgrade JUnit 5 to 5.9.3 (was: Upgrade JUnit 5 to 5.9.3 (or

[jira] [Updated] (SUREFIRE-2157) Upgrade junit-jupiter to 5.9.2 and junit-platform to 1.9.2

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated SUREFIRE-2157: --- Summary: Upgrade junit-jupiter to 5.9.2 and junit-platform to 1.9.2 (was:

[GitHub] [maven-file-management] slachiewicz merged pull request #17: Revert "MSHARED-1203 use Java 7 symbolic links (#13)"

2023-06-06 Thread via GitHub
slachiewicz merged PR #17: URL: https://github.com/apache/maven-file-management/pull/17 -- 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] [Reopened] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reopened MSHARED-1203: --- > Use Files.createSymbolicLink from Java 7 >

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729826#comment-17729826 ] ASF GitHub Bot commented on MSHARED-1203: - slachiewicz merged PR #17: URL:

[jira] [Closed] (MSHARED-1264) Switch to Junit5

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSHARED-1264. - Resolution: Fixed > Switch to Junit5 > > >

[jira] [Commented] (MSHARED-1264) Switch to Junit5

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729827#comment-17729827 ] ASF GitHub Bot commented on MSHARED-1264: - slachiewicz merged PR #16: URL:

[GitHub] [maven-file-management] slachiewicz merged pull request #16: [MSHARED-1264] Convert to JUnit5

2023-06-06 Thread via GitHub
slachiewicz merged PR #16: URL: https://github.com/apache/maven-file-management/pull/16 -- 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-file-management] dependabot[bot] opened a new pull request, #15: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-06-06 Thread via GitHub
dependabot[bot] opened a new pull request, #15: URL: https://github.com/apache/maven-file-management/pull/15 Bumps `slf4jVersion` from 1.7.36 to 2.0.7. Updates `slf4j-api` from 1.7.36 to 2.0.7 Commits

[jira] [Commented] (MSHARED-1264) Switch to Junit5

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729820#comment-17729820 ] ASF GitHub Bot commented on MSHARED-1264: - slachiewicz opened a new pull request, #16: URL:

[GitHub] [maven-file-management] slachiewicz opened a new pull request, #16: [MSHARED-1264] Convert to JUnit5

2023-06-06 Thread via GitHub
slachiewicz opened a new pull request, #16: URL: https://github.com/apache/maven-file-management/pull/16 (no comment) -- 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

[GitHub] [maven-file-management] slachiewicz commented on pull request #15: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-06-06 Thread via GitHub
slachiewicz commented on PR #15: URL: https://github.com/apache/maven-file-management/pull/15#issuecomment-1579230544 @dependabot ignore this major version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-file-management] dependabot[bot] closed pull request #15: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-06-06 Thread via GitHub
dependabot[bot] closed pull request #15: Bump slf4jVersion from 1.7.36 to 2.0.7 URL: https://github.com/apache/maven-file-management/pull/15 -- 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

[GitHub] [maven-file-management] slachiewicz opened a new pull request, #14: Add GitHub Actions setup and Dependabot

2023-06-06 Thread via GitHub
slachiewicz opened a new pull request, #14: URL: https://github.com/apache/maven-file-management/pull/14 (no comment) -- 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

[jira] [Commented] (MSHARED-1203) Use Files.createSymbolicLink from Java 7

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729823#comment-17729823 ] ASF GitHub Bot commented on MSHARED-1203: - slachiewicz opened a new pull request, #17: URL:

[GitHub] [maven-file-management] slachiewicz opened a new pull request, #17: Revert "MSHARED-1203 use Java 7 symbolic links (#13)"

2023-06-06 Thread via GitHub
slachiewicz opened a new pull request, #17: URL: https://github.com/apache/maven-file-management/pull/17 This reverts commit 3a1e97dcb11d3bb8754a9f1d905f6f5ebbdf3da3. Looks like this test fails on Windows (see master branch) -- This is an automated message from the Apache Git

[GitHub] [maven-apache-parent] martin-g commented on a diff in pull request #155: [MPOM-289] Use properties to define the versions of plugins

2023-06-06 Thread via GitHub
martin-g commented on code in PR #155: URL: https://github.com/apache/maven-apache-parent/pull/155#discussion_r1218981357 ## pom.xml: ## @@ -96,6 +96,34 @@ under the License. 3.1.0 3.9.0 posix + + +0.15 +3.1.0 +3.6.0 +3.2.0 +3.11.0 +

[jira] [Updated] (MCOMPILER-528) Upgrade maven-plugin-tools to 3.9.0

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MCOMPILER-528: --- Summary: Upgrade maven-plugin-tools to 3.9.0 (was: Upgrade

[jira] [Commented] (MRELEASE-1129) https POM URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729610#comment-17729610 ] Herve Boutemy commented on MRELEASE-1129: - from experience doing Reproducible Builds, it

[jira] [Commented] (MRELEASE-1129) https POM URIs break the release plugin

2023-06-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729624#comment-17729624 ] Michael Osipov commented on MRELEASE-1129: -- Looking at the supplied POMs, this is indeed

[jira] [Commented] (MCOMPILER-333) Incremental compilation causes "mvn clean compile compile" to fail

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729609#comment-17729609 ] ASF GitHub Bot commented on MCOMPILER-333: -- slachiewicz commented on PR #23: URL:

[jira] [Commented] (MCOMPILER-446) Compiler is crashing while setting JPMS module version

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729611#comment-17729611 ] Sylwester Lachiewicz commented on MCOMPILER-446: JDK-8250678 fixed with Java 18 >

[jira] [Updated] (MCOMPILER-510) NullPointerException when using --patch-module compiler argument

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MCOMPILER-510: --- Fix Version/s: 3.12.0 > NullPointerException when using --patch-module

[jira] [Comment Edited] (MRELEASE-1129) https POM URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729610#comment-17729610 ] Herve Boutemy edited comment on MRELEASE-1129 at 6/6/23 6:35 AM: - from

[jira] [Closed] (MBUILDCACHE-51) Broken link to maven-build-cache-config.xml template on Getting Started page

2023-06-06 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-51. --- Resolution: Fixed > Broken link to maven-build-cache-config.xml template on Getting

[jira] [Updated] (MBUILDCACHE-50) Unsupported phase: null with dependency:analyze in multimodule project

2023-06-06 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MBUILDCACHE-50: Fix Version/s: 1.1.0 (was: 1.0.1) > Unsupported phase: null

[GitHub] [maven-apache-parent] bmarwell commented on a diff in pull request #155: [MPOM-289] Use properties to define the versions of plugins

2023-06-06 Thread via GitHub
bmarwell commented on code in PR #155: URL: https://github.com/apache/maven-apache-parent/pull/155#discussion_r1218996175 ## pom.xml: ## @@ -96,6 +96,34 @@ under the License. 3.1.0 3.9.0 posix + + +0.15 +3.1.0 +3.6.0 Review Comment: Please

[jira] [Comment Edited] (MRELEASE-1129) https POM URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729610#comment-17729610 ] Herve Boutemy edited comment on MRELEASE-1129 at 6/6/23 6:34 AM: - from

[jira] [Closed] (MCOMPILER-511) proc:only doesn't work as expected

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MCOMPILER-511. -- Resolution: Information Provided > proc:only doesn't work as expected >

[jira] [Closed] (MCOMPILER-288) Annotation Processors are not automatically detected and executed

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MCOMPILER-288. -- Resolution: Cannot Reproduce > Annotation Processors are not automatically

[jira] [Commented] (MCOMPILER-491) testCompile goal doesn't fail the build when encoding error occurs

2023-06-06 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729660#comment-17729660 ] Sebb commented on MCOMPILER-491: We found the same issue in Commons Compress:

[jira] [Created] (MDOCCK-38) check System Requirements History configuration

2023-06-06 Thread Herve Boutemy (Jira)
Herve Boutemy created MDOCCK-38: --- Summary: check System Requirements History configuration Key: MDOCCK-38 URL: https://issues.apache.org/jira/browse/MDOCCK-38 Project: Maven Documentation Checker Plugin

[jira] [Closed] (MCOMPILER-450) Internal compiler error: java.nio.file.ClosedFileSystemException

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MCOMPILER-450. -- Resolution: Cannot Reproduce > Internal compiler error:

[jira] [Updated] (MPOM-289) Use properties to define the versions of plugins

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MPOM-289: --- Affects Version/s: ASF-30 > Use properties to define the versions of plugins >

[jira] [Closed] (MBUILDCACHE-42) the CLI maven.build.cache.enabled=false is not honoured

2023-06-06 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-42. --- Resolution: Fixed > the CLI maven.build.cache.enabled=false is not honoured >

[jira] [Updated] (MPOM-289) Use properties to define the versions of plugins

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MPOM-289: --- Fix Version/s: ASF-31 > Use properties to define the versions of plugins >

[jira] [Commented] (MCOMPILER-491) testCompile goal doesn't fail the build when encoding error occurs

2023-06-06 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729678#comment-17729678 ] Sebb commented on MCOMPILER-491: AFAICT, the compiler still generates the same class file provided

[jira] [Created] (MENFORCER-484) [Question] about requireSameVersion

2023-06-06 Thread Eugenio Lentini (Jira)
Eugenio Lentini created MENFORCER-484: - Summary: [Question] about requireSameVersion Key: MENFORCER-484 URL: https://issues.apache.org/jira/browse/MENFORCER-484 Project: Maven Enforcer Plugin

[jira] [Updated] (MENFORCER-484) [Question/Bug?] about requireSameVersion

2023-06-06 Thread Eugenio Lentini (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugenio Lentini updated MENFORCER-484: -- Summary: [Question/Bug?] about requireSameVersion (was: [Question] about

[jira] [Created] (MCOMPILER-537) Inconsistent behaviour when compiler is forked

2023-06-06 Thread Sebb (Jira)
Sebb created MCOMPILER-537: -- Summary: Inconsistent behaviour when compiler is forked Key: MCOMPILER-537 URL: https://issues.apache.org/jira/browse/MCOMPILER-537 Project: Maven Compiler Plugin Issue

[jira] [Commented] (MCOMPILER-537) Inconsistent behaviour when compiler is forked

2023-06-06 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729685#comment-17729685 ] Sebb commented on MCOMPILER-537: AFAICT the compiler does produce these messages when run stand-alone;

[GitHub] [maven] gnodet merged pull request #1146: Fix code style for code generated by velocity templates

2023-06-06 Thread via GitHub
gnodet merged PR #1146: URL: https://github.com/apache/maven/pull/1146 -- 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-mvnd] suddenlyyo opened a new issue, #854: mvnd does not recognize -Dmaven.test.skip=true

2023-06-06 Thread via GitHub
suddenlyyo opened a new issue, #854: URL: https://github.com/apache/maven-mvnd/issues/854 [ERROR] Unknown lifecycle phase ".test.skip=true". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize ,

[jira] [Commented] (MCOMPILER-333) Incremental compilation causes "mvn clean compile compile" to fail

2023-06-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729703#comment-17729703 ] ASF GitHub Bot commented on MCOMPILER-333: -- elharo commented on code in PR #23: URL:

[jira] [Commented] (MRELEASE-1129) https POM URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729702#comment-17729702 ] Herve Boutemy commented on MRELEASE-1129: - sorry I don't get it: what is wrong in the initial

[GitHub] [maven-shared-incremental] elharo commented on a diff in pull request #23: [MCOMPILER-333] Clean generatedSourcesDirectory along with outputDirectory

2023-06-06 Thread via GitHub
elharo commented on code in PR #23: URL: https://github.com/apache/maven-shared-incremental/pull/23#discussion_r1219477223 ## src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java: ## @@ -61,17 +69,28 @@ private MavenProject mavenProject;

[GitHub] [maven-shared-incremental] elharo merged pull request #24: Bump maven-shared-utils from 3.3.4 to 3.4.1

2023-06-06 Thread via GitHub
elharo merged PR #24: URL: https://github.com/apache/maven-shared-incremental/pull/24 -- 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] [Comment Edited] (MRELEASE-1129) https POM xmlns URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729707#comment-17729707 ] Herve Boutemy edited comment on MRELEASE-1129 at 6/6/23 11:58 AM: --

[jira] [Updated] (MRELEASE-1129) https POM xmlns URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MRELEASE-1129: Summary: https POM xmlns URIs break the release plugin (was: https POM URIs break the

[jira] [Commented] (MRELEASE-1129) https POM xmlns URIs break the release plugin

2023-06-06 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729707#comment-17729707 ] Herve Boutemy commented on MRELEASE-1129: - notice that I now understood the issue: it's about

[jira] [Created] (MSHARED-1262) pom.xml issue management URL is 404

2023-06-06 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MSHARED-1262: -- Summary: pom.xml issue management URL is 404 Key: MSHARED-1262 URL: https://issues.apache.org/jira/browse/MSHARED-1262 Project: Maven Shared

[jira] [Created] (MSHARED-1263) maven-shared-utils to 3.4.2

2023-06-06 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MSHARED-1263: -- Summary: maven-shared-utils to 3.4.2 Key: MSHARED-1263 URL: https://issues.apache.org/jira/browse/MSHARED-1263 Project: Maven Shared Components

[GitHub] [maven-build-cache-extension] elharo opened a new pull request, #86: Remove undeclared Guava dependency with Arrays.asList

2023-06-06 Thread via GitHub
elharo opened a new pull request, #86: URL: https://github.com/apache/maven-build-cache-extension/pull/86 (no comment) -- 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

[jira] [Created] (MBUILDCACHE-60) Remove Guava dependency

2023-06-06 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MBUILDCACHE-60: Summary: Remove Guava dependency Key: MBUILDCACHE-60 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-60 Project: Maven Build Cache

[jira] [Closed] (MCOMPILER-520) Upgrade parent to version 39

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MCOMPILER-520. -- Resolution: Duplicate thx for PR > Upgrade parent to version 39 >

[jira] [Closed] (MCOMPILER-451) Codehaus is dead

2023-06-06 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MCOMPILER-451. -- Resolution: Cannot Reproduce > Codehaus is dead > > >