Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-15 Thread via GitHub
slawekjaranowski merged PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273 -- 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-un

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-13 Thread via GitHub
heliodoro198205 commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2657422373 🎉 -- 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

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-13 Thread via GitHub
desruisseaux commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2657332053 I think that we should not provide `--module-version` parameter for the test classes. We are restricted to only one module version per `module-info.class` file, and that

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-13 Thread via GitHub
slawekjaranowski commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2657264099 > Right. Would you like to do it in this pull request? yes I would like .. but look like `--module-version` is not used in `TestCompilerMojo` but it can be ano

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-13 Thread via GitHub
desruisseaux commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2657247617 Right. Would you like to do it in this pull request? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-13 Thread via GitHub
slawekjaranowski commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2657204621 One more question `moduleVersion` is added to `AbstractCompilerMojo` but it is only used in `CompilerMojo` it is not used in `TestCompilerMojo` ... so should be move

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-12 Thread via GitHub
slawekjaranowski commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2654588605 property in master #302 -- 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

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-12 Thread via GitHub
slawekjaranowski commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2654560364 ok, I see - https://github.com/apache/maven-compiler-plugin/blob/470ca8869cb4ac9b573167f936db2ef2fe837d19/src/main/java/org/apache/maven/plugin/compiler/AbstractCompi

Re: [PR] [MCOMPILER-579] allow module-version configuration [maven-compiler-plugin]

2025-02-12 Thread via GitHub
mguillem commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2654032367 @slachiewicz the changes have been picked up from master branch. The master branch contains unit tests for that but the setup for these tests is not available in the 3.x bra

Re: [PR] MCOMPILER-579 allow module-version configuration [maven-compiler-plugin]

2025-02-05 Thread via GitHub
slawekjaranowski commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2637296597 @mguillem I will take care about it. Thanks for patient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] MCOMPILER-579 allow module-version configuration [maven-compiler-plugin]

2025-01-08 Thread via GitHub
mguillem commented on PR #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273#issuecomment-2577891415 Is there a chance to see this merged and released? Otherwise we'll have to start working with our own private version of the plugin what is never a pleasure to maintain. -

[PR] MCOMPILER-579 allow module-version configuration [maven-compiler-plugin]

2024-12-19 Thread via GitHub
mguillem opened a new pull request, #273: URL: https://github.com/apache/maven-compiler-plugin/pull/273 Allow module-version configuration (like in master branch). Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is