[jira] [Closed] (SUREFIRE-1737) Disabling the JUnit5Xml30StatelessReporter has no effect
[ https://issues.apache.org/jira/browse/SUREFIRE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed SUREFIRE-1737. - Resolution: Fixed > Disabling the JUnit5Xml30StatelessReporter has no effect > - > > Key: SUREFIRE-1737 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1737 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 3.0.0-M4 >Reporter: Dietrich Schulten >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > I have the following configuration for JUnit 5 display names: > {code:java} > > org.apache.maven.plugins > maven-surefire-plugin > 3.0.0-M4 > > implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter"> > true > true > true > true > true > > > {code} > Based on the disable flag, the {{JUnit5Xml30StatelessReporter}} should be > {{disabled}}, but it evaluates display names according to the > {{usePhrasedXXX}} flags. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (SUREFIRE-1737) Disabling the JUnit5Xml30StatelessReporter has no effect
[ https://issues.apache.org/jira/browse/SUREFIRE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883618#comment-17883618 ] ASF GitHub Bot commented on SUREFIRE-1737: -- slawekjaranowski merged PR #780: URL: https://github.com/apache/maven-surefire/pull/780 > Disabling the JUnit5Xml30StatelessReporter has no effect > - > > Key: SUREFIRE-1737 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1737 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 3.0.0-M4 >Reporter: Dietrich Schulten >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > I have the following configuration for JUnit 5 display names: > {code:java} > > org.apache.maven.plugins > maven-surefire-plugin > 3.0.0-M4 > > implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter"> > true > true > true > true > true > > > {code} > Based on the disable flag, the {{JUnit5Xml30StatelessReporter}} should be > {{disabled}}, but it evaluates display names according to the > {{usePhrasedXXX}} flags. -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] [SUREFIRE-1737] Fix disable in statelessTestsetReporter [maven-surefire]
slawekjaranowski merged PR #780: URL: https://github.com/apache/maven-surefire/pull/780 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Retry clean on error [maven-gh-actions-shared]
slawekjaranowski opened a new pull request, #109: URL: https://github.com/apache/maven-gh-actions-shared/pull/109 (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 unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Created] (SUREFIRE-2269) Error during clean project after build GitHub - Mac OS
Slawomir Jaranowski created SUREFIRE-2269: - Summary: Error during clean project after build GitHub - Mac OS Key: SUREFIRE-2269 URL: https://issues.apache.org/jira/browse/SUREFIRE-2269 Project: Maven Surefire Issue Type: Bug Affects Versions: 3.5.1 Reporter: Slawomir Jaranowski After switch to executing ITs in parallel - SUREFIRE-2266 I observe that last task on GitHub - mvn clean fail from time to time - but only for Mac os ... There are no more reason ... abut error, only: {noformat} Caused by: java.io.IOException: Failed to delete /Users/runner/work/maven-surefire/maven-surefire/surefire-its/target at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:300) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:250) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:124) at org.apache.maven.plugins.clean.CleanMojo.execute (CleanMojo.java:252) {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-2269) Error during clean project after build GitHub - Mac OS
[ https://issues.apache.org/jira/browse/SUREFIRE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated SUREFIRE-2269: -- Description: After switch to executing ITs in parallel - SUREFIRE-2266 I observe that last task on GitHub - mvn clean fail from time to time - but only for Mac os ... re-run build helps There are no more reason ... abut error, only: {noformat} Caused by: java.io.IOException: Failed to delete /Users/runner/work/maven-surefire/maven-surefire/surefire-its/target at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:300) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:250) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:124) at org.apache.maven.plugins.clean.CleanMojo.execute (CleanMojo.java:252) {noformat} was: After switch to executing ITs in parallel - SUREFIRE-2266 I observe that last task on GitHub - mvn clean fail from time to time - but only for Mac os ... There are no more reason ... abut error, only: {noformat} Caused by: java.io.IOException: Failed to delete /Users/runner/work/maven-surefire/maven-surefire/surefire-its/target at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:300) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:250) at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:124) at org.apache.maven.plugins.clean.CleanMojo.execute (CleanMojo.java:252) {noformat} > Error during clean project after build GitHub - Mac OS > -- > > Key: SUREFIRE-2269 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2269 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 3.5.1 >Reporter: Slawomir Jaranowski >Priority: Major > > After switch to executing ITs in parallel - SUREFIRE-2266 > I observe that last task on GitHub - mvn clean fail from time to time - but > only for Mac os ... re-run build helps > > There are no more reason ... abut error, only: > {noformat} > Caused by: java.io.IOException: Failed to delete > /Users/runner/work/maven-surefire/maven-surefire/surefire-its/target > at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:300) > at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:250) > at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:124) > at org.apache.maven.plugins.clean.CleanMojo.execute (CleanMojo.java:252) > {noformat} > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (SUREFIRE-2270) Use JUnit5 in surefire-shadefire
Slawomir Jaranowski created SUREFIRE-2270: - Summary: Use JUnit5 in surefire-shadefire Key: SUREFIRE-2270 URL: https://issues.apache.org/jira/browse/SUREFIRE-2270 Project: Maven Surefire Issue Type: Improvement Reporter: Slawomir Jaranowski Assignee: Slawomir Jaranowski Fix For: 3.5.1 surefire-shadefire is used internaly for testing surefire Currently surefire-shadefire use JUnit 3 so we need a use it for testing or make a special case like JUnit4TestAdapter for JUNit 3 suite -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-2267) Packages for commons-codec should be relocated in surefire-shared-utils
[ https://issues.apache.org/jira/browse/SUREFIRE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated SUREFIRE-2267: -- Component/s: surefire-shared-utils > Packages for commons-codec should be relocated in surefire-shared-utils > --- > > Key: SUREFIRE-2267 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2267 > Project: Maven Surefire > Issue Type: Bug > Components: surefire-shared-utils >Reporter: Slawomir Jaranowski >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > We have transitive dependency to commons-codec so we should also relocation > package for it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-2270) Use JUnit5 in surefire-shadefire
[ https://issues.apache.org/jira/browse/SUREFIRE-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated SUREFIRE-2270: -- Component/s: surefire-shadefire > Use JUnit5 in surefire-shadefire > > > Key: SUREFIRE-2270 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2270 > Project: Maven Surefire > Issue Type: Improvement > Components: surefire-shadefire >Reporter: Slawomir Jaranowski >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > surefire-shadefire is used internaly for testing surefire > Currently surefire-shadefire use JUnit 3 so we need a use it for testing > or make a special case like JUnit4TestAdapter for JUNit 3 suite > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Bump org.jline:jline from 3.26.3 to 3.27.0 [maven]
dependabot[bot] opened a new pull request, #1737: URL: https://github.com/apache/maven/pull/1737 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.26.3 to 3.27.0. Release notes Sourced from https://github.com/jline/jline3/releases";>org.jline:jline's releases. JLine 3.27.0 [maven-release-plugin] copy for tag jline-3.27.0 What's Changed Fix tag name format for release by https://github.com/gnodet";>@gnodet in https://redirect.github.com/jline/jline3/pull/1016";>jline/jline3#1016 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1040";>jline/jline3#1040 Console UI ListChoice's (relative)pageSize is never used, fixes https://redirect.github.com/jline/jline3/issues/1034";>#1034 by https://github.com/mattirn";>@mattirn in https://redirect.github.com/jline/jline3/pull/1041";>jline/jline3#1041 Add release workflow by https://github.com/gnodet";>@gnodet in https://redirect.github.com/jline/jline3/pull/1047";>jline/jline3#1047 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1054";>jline/jline3#1054 Bump sshd.version from 2.13.1 to 2.13.2 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1049";>jline/jline3#1049 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1044";>jline/jline3#1044 Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M15 to 4.0.0-M16 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1045";>jline/jline3#1045 Bump org.easymock:easymock from 5.3.0 to 5.4.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1050";>jline/jline3#1050 Bump slf4j.version from 2.0.13 to 2.0.16 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1057";>jline/jline3#1057 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1058";>jline/jline3#1058 Build update by https://github.com/cstamas";>@cstamas in https://redirect.github.com/jline/jline3/pull/1055";>jline/jline3#1055 Bump junit.version from 5.10.3 to 5.11.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1059";>jline/jline3#1059 Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1061";>jline/jline3#1061 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1065";>jline/jline3#1065 Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1064";>jline/jline3#1064 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1066";>jline/jline3#1066 Added possibility of cancelling prompts by https://github.com/quintesse";>@quintesse in https://redirect.github.com/jline/jline3/pull/1046";>jline/jline3#1046 Bump groovy.version from 4.0.22 to 4.0.23 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1070";>jline/jline3#1070 [consoleui] Make it easier to extend ConsolePrompt by https://github.com/quintesse";>@quintesse in https://redirect.github.com/jline/jline3/pull/1068";>jline/jline3#1068 fix typo: inMode -> outMode in ffm by https://github.com/DasBabyPixel";>@DasBabyPixel in https://redirect.github.com/jline/jline3/pull/1075";>jline/jline3#1075 Bump org.graalvm.sdk:graal-sdk from 24.0.2 to 24.1.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1073";>jline/jline3#1073 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1072";>jline/jline3#1072 Bump net.java.dev.jna:jna from 5.14.0 to 5.15.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/jline/jline3/pull/1071";>jline/jline3#1071 New Contributors https://github.com/quintesse";>@quintesse made their first contribution in https://redirect.github.com/jline/jline3/pull/1046";>jline/jline3#1046 https://github.com/DasBabyPixel";>@DasBabyPixel made their first contribution in https://redirect.github.com/jlin
[PR] Bump commons-io:commons-io from 2.16.1 to 2.17.0 [maven]
dependabot[bot] opened a new pull request, #1738: URL: https://github.com/apache/maven/pull/1738 Bumps commons-io:commons-io from 2.16.1 to 2.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MPLUGIN-537) Set the core Maven dependency to 4.0.0-beta4
[ https://issues.apache.org/jira/browse/MPLUGIN-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883630#comment-17883630 ] ASF GitHub Bot commented on MPLUGIN-537: slachiewicz merged PR #327: URL: https://github.com/apache/maven-plugin-tools/pull/327 > Set the core Maven dependency to 4.0.0-beta4 > > > Key: MPLUGIN-537 > URL: https://issues.apache.org/jira/browse/MPLUGIN-537 > Project: Maven Plugin Tools > Issue Type: Dependency upgrade >Reporter: Sylwester Lachiewicz >Priority: Minor > Fix For: 4.0.0, 4.0.0-beta-2 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] [MPLUGIN-537] Set the core Maven dependency to 4.0.0-beta4 [maven-plugin-tools]
slachiewicz merged PR #327: URL: https://github.com/apache/maven-plugin-tools/pull/327 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Created] (MPLUGIN-537) Set the core Maven dependency to 4.0.0-beta4
Sylwester Lachiewicz created MPLUGIN-537: Summary: Set the core Maven dependency to 4.0.0-beta4 Key: MPLUGIN-537 URL: https://issues.apache.org/jira/browse/MPLUGIN-537 Project: Maven Plugin Tools Issue Type: Dependency upgrade Reporter: Sylwester Lachiewicz Fix For: 4.0.0, 4.0.0-beta-2 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MRESOURCES-299) Inaccuracy on docu page for Apache Maven Resources Plugin / Filtering
[ https://issues.apache.org/jira/browse/MRESOURCES-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883632#comment-17883632 ] ASF GitHub Bot commented on MRESOURCES-299: --- pzygielo opened a new pull request, #80: URL: https://github.com/apache/maven-resources-plugin/pull/80 It targets 3.x, as the [published site](https://maven.apache.org/plugins/maven-resources-plugin) is for 3.3.1 (and not 4.0.0-beta-1 from master). > Inaccuracy on docu page for Apache Maven Resources Plugin / Filtering > - > > Key: MRESOURCES-299 > URL: https://issues.apache.org/jira/browse/MRESOURCES-299 > Project: Maven Resources Plugin > Issue Type: Improvement > Components: filtering >Affects Versions: 3.3.1 >Reporter: Gerold Broser >Priority: Minor > > {-}NB: _3.1.2_ is the max. _Affects Version/s_ that can be selected above, > but the current docu page is for _3.3.1_ (though the following most probably > applies since...ever){-}[does not apply here at the now right plugin; see > comments] > On the docu page > [https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html] > there's: > {quote}However, if we add a {{}} tag to our POM and set it to > {{true}} like this: > {quote} > While just {{}} really is a {_}tag{_}, we have to add a > {{filtering}} {_}element{_}, consisting of a _start tag_ *and* an _end tag_ > (and some content in between, but that's not the point here anyway). -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Bump org.vafer:jdependency from 2.10 to 2.11 [maven-shade-plugin]
slachiewicz commented on PR #239: URL: https://github.com/apache/maven-shade-plugin/pull/239#issuecomment-2366958548 Requires Java 11 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MPLUGIN-537) Set the core Maven dependency to 4.0.0-beta4
[ https://issues.apache.org/jira/browse/MPLUGIN-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MPLUGIN-537. Resolution: Fixed > Set the core Maven dependency to 4.0.0-beta4 > > > Key: MPLUGIN-537 > URL: https://issues.apache.org/jira/browse/MPLUGIN-537 > Project: Maven Plugin Tools > Issue Type: Dependency upgrade >Reporter: Sylwester Lachiewicz >Priority: Minor > Fix For: 4.0.0, 4.0.0-beta-2 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Bump Maven 4 from 4.0.0-beta-3 ot 4.0.0-beta-4 [maven-gh-actions-shared]
slawekjaranowski opened a new pull request, #110: URL: https://github.com/apache/maven-gh-actions-shared/pull/110 (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 unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Retry clean on error [maven-gh-actions-shared]
slawekjaranowski merged PR #109: URL: https://github.com/apache/maven-gh-actions-shared/pull/109 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 [maven-parent]
dependabot[bot] opened a new pull request, #201: URL: https://github.com/apache/maven-parent/pull/201 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.8.0 to 1.9.0. Release notes Sourced from https://github.com/mojohaus/extra-enforcer-rules/releases";>org.codehaus.mojo:extra-enforcer-rules's releases. 1.9.0 🚀 New features and improvements Recognize JDK 24 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/308";>#308) https://github.com/wendigo";>@wendigo Make parent level configurable for reference value in requirePropertyDiverges (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/295";>#295) https://github.com/piercemar";>@piercemar 📦 Dependency updates Bump org.codehaus.mojo:mojo-parent from 85 to 86 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/307";>#307) https://github.com/dependabot";>@dependabot Bump org.codehaus.mojo:mojo-parent from 84 to 85 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/306";>#306) https://github.com/dependabot";>@dependabot Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/304";>#304) https://github.com/dependabot";>@dependabot Bump org.codehaus.mojo:mojo-parent from 82 to 84 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/301";>#301) https://github.com/dependabot";>@dependabot Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/300";>#300) https://github.com/dependabot";>@dependabot Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/299";>#299) https://github.com/dependabot";>@dependabot Bump org.codehaus.mojo:mojo-parent from 80 to 82 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/298";>#298) https://github.com/dependabot";>@dependabot Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/296";>#296) https://github.com/dependabot";>@dependabot 👻 Maintenance Remove outdated FAQ site (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/309";>#309) https://github.com/slawekjaranowski";>@slawekjaranowski Fix typo in site. (https://redirect.github.com/mojohaus/extra-enforcer-rules/pull/294";>#294) https://github.com/divyekapoor";>@divyekapoor Commits https://github.com/mojohaus/extra-enforcer-rules/commit/be237e4a142a15e8d6667ee99b3a38e32301fe91";>be237e4 [maven-release-plugin] prepare release 1.9.0 https://github.com/mojohaus/extra-enforcer-rules/commit/5b9d941db9896c91e9454b9fa799473f5e2a2989";>5b9d941 Bump org.codehaus.mojo:mojo-parent from 85 to 86 (https://redirect.github.com/mojohaus/extra-enforcer-rules/issues/307";>#307) https://github.com/mojohaus/extra-enforcer-rules/commit/3f2f6836d99e1f31d163414c18b31132ebd67778";>3f2f683 Remove outdated FAQ site https://github.com/mojohaus/extra-enforcer-rules/commit/a5b2a003e0c3f3a95a2ee438f80ce3a6fa613afc";>a5b2a00 Recognize JDK 24 https://github.com/mojohaus/extra-enforcer-rules/commit/206cee384227b2938f72c94a2445185f0782e27d";>206cee3 Bump org.codehaus.mojo:mojo-parent from 84 to 85 https://github.com/mojohaus/extra-enforcer-rules/commit/d706b499525a45d526b2d27a8a4293034a7f915f";>d706b49 Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 https://github.com/mojohaus/extra-enforcer-rules/commit/89f3a9a9f873f70c477ce26089d5ba665846bc2b";>89f3a9a Bump org.codehaus.mojo:mojo-parent from 82 to 84 https://github.com/mojohaus/extra-enforcer-rules/commit/789af2c30ba2bba6d3068740f7fb28f77940cfc9";>789af2c Bump org.apache.maven.shared:maven-common-artifact-filters https://github.com/mojohaus/extra-enforcer-rules/commit/226130f2b7e1f93291f59338b46a8e6196258736";>226130f Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0 https://github.com/mojohaus/extra-enforcer-rules/commit/fba70bd064b343cbc9b86414c983a69f2344ccbb";>fba70bd Bump org.codehaus.mojo:mojo-parent from 80 to 82 Additional commits viewable in https://github.com/mojohaus/extra-enforcer-rules/compare/1.8.0...1.9.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (depend
[jira] [Commented] (SUREFIRE-2267) Packages for commons-codec should be relocated in surefire-shared-utils
[ https://issues.apache.org/jira/browse/SUREFIRE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883705#comment-17883705 ] ASF GitHub Bot commented on SUREFIRE-2267: -- slawekjaranowski merged PR #782: URL: https://github.com/apache/maven-surefire/pull/782 > Packages for commons-codec should be relocated in surefire-shared-utils > --- > > Key: SUREFIRE-2267 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2267 > Project: Maven Surefire > Issue Type: Bug > Components: surefire-shared-utils >Reporter: Slawomir Jaranowski >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > We have transitive dependency to commons-codec so we should also relocation > package for it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (SUREFIRE-2267) Packages for commons-codec should be relocated in surefire-shared-utils
[ https://issues.apache.org/jira/browse/SUREFIRE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed SUREFIRE-2267. - Resolution: Fixed > Packages for commons-codec should be relocated in surefire-shared-utils > --- > > Key: SUREFIRE-2267 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2267 > Project: Maven Surefire > Issue Type: Bug > Components: surefire-shared-utils >Reporter: Slawomir Jaranowski >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.5.1 > > > We have transitive dependency to commons-codec so we should also relocation > package for it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-shared-utils [maven-surefire]
slawekjaranowski merged PR #782: URL: https://github.com/apache/maven-surefire/pull/782 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MPMD-405) No release notes for 3.25.0 on https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html
[ https://issues.apache.org/jira/browse/MPMD-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883576#comment-17883576 ] Andreas Dangel commented on MPMD-405: - https://github.com/apache/maven-pmd-plugin/pull/166 > No release notes for 3.25.0 on > https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html > -- > > Key: MPMD-405 > URL: https://issues.apache.org/jira/browse/MPMD-405 > Project: Maven PMD Plugin > Issue Type: Bug >Reporter: Gary D. Gregory >Priority: Major > > HI All, > There are no release notes for 3.25.0 on > https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MNG-8263) Remove last remnants of wrapper integration into core
Tamas Cservenak created MNG-8263: Summary: Remove last remnants of wrapper integration into core Key: MNG-8263 URL: https://issues.apache.org/jira/browse/MNG-8263 Project: Maven Issue Type: Task Components: Bootstrap & Build Reporter: Tamas Cservenak Fix For: 4.0.0, 4.0.0-beta-5 At early beginning of ingesting Takari Wrapper, several ideas were tried until wrapper arrived to it's final place. Still, there are some remnants in master that complicates our lives and also results in strange side effects: * lifecycle - this makes Maven4 be fixed regarding used Wrapper (unless explicitly set in POM, but wrapper is not a lifecycle plugin, so should not be set in POM) * mvn/mvn.cmd scripts - they were split to make them reusable for wrapper, but today there is no need for this. Still, split scripts are hard to manage/edit/validate with tools. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MNG-8263) Remove last remnants of wrapper integration into core
[ https://issues.apache.org/jira/browse/MNG-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8263: - Component/s: Core (was: Bootstrap & Build) > Remove last remnants of wrapper integration into core > - > > Key: MNG-8263 > URL: https://issues.apache.org/jira/browse/MNG-8263 > Project: Maven > Issue Type: Task > Components: Core >Reporter: Tamas Cservenak >Priority: Major > Fix For: 4.0.0, 4.0.0-beta-5 > > > At early beginning of ingesting Takari Wrapper, several ideas were tried > until wrapper arrived to it's final place. > Still, there are some remnants in master that complicates our lives and also > results in strange side effects: > * lifecycle - this makes Maven4 be fixed regarding used Wrapper (unless > explicitly set in POM, but wrapper is not a lifecycle plugin, so should not > be set in POM) > * mvn/mvn.cmd scripts - they were split to make them reusable for wrapper, > but today there is no need for this. Still, split scripts are hard to > manage/edit/validate with tools. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MNG-8263) Remove last remnants of wrapper integration into core
[ https://issues.apache.org/jira/browse/MNG-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8263: - Component/s: Bootstrap & Build > Remove last remnants of wrapper integration into core > - > > Key: MNG-8263 > URL: https://issues.apache.org/jira/browse/MNG-8263 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build, Core >Reporter: Tamas Cservenak >Priority: Major > Fix For: 4.0.0, 4.0.0-beta-5 > > > At early beginning of ingesting Takari Wrapper, several ideas were tried > until wrapper arrived to it's final place. > Still, there are some remnants in master that complicates our lives and also > results in strange side effects: > * lifecycle - this makes Maven4 be fixed regarding used Wrapper (unless > explicitly set in POM, but wrapper is not a lifecycle plugin, so should not > be set in POM) > * mvn/mvn.cmd scripts - they were split to make them reusable for wrapper, > but today there is no need for this. Still, split scripts are hard to > manage/edit/validate with tools. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Assigned] (MNG-8263) Remove last remnants of wrapper integration into core
[ https://issues.apache.org/jira/browse/MNG-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8263: Assignee: Tamas Cservenak > Remove last remnants of wrapper integration into core > - > > Key: MNG-8263 > URL: https://issues.apache.org/jira/browse/MNG-8263 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build, Core >Reporter: Tamas Cservenak >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0, 4.0.0-beta-5 > > > At early beginning of ingesting Takari Wrapper, several ideas were tried > until wrapper arrived to it's final place. > Still, there are some remnants in master that complicates our lives and also > results in strange side effects: > * lifecycle - this makes Maven4 be fixed regarding used Wrapper (unless > explicitly set in POM, but wrapper is not a lifecycle plugin, so should not > be set in POM) > * mvn/mvn.cmd scripts - they were split to make them reusable for wrapper, > but today there is no need for this. Still, split scripts are hard to > manage/edit/validate with tools. -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] run ci tests with Java 21 [maven-jdeps-plugin]
slachiewicz closed pull request #8: run ci tests with Java 21 URL: https://github.com/apache/maven-jdeps-plugin/pull/8 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Updated] (MJDEPS-31) Upgrade maven-plugin parent to 41
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MJDEPS-31: --- Issue Type: Dependency upgrade (was: Improvement) > Upgrade maven-plugin parent to 41 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MJDEPS-31) Upgrade maven-plugin parent to 43
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MJDEPS-31: --- Summary: Upgrade maven-plugin parent to 43 (was: Upgrade maven-plugin parent to 41) > Upgrade maven-plugin parent to 43 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Assigned] (MJDEPS-31) Upgrade maven-plugin parent to 41
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MJDEPS-31: -- Assignee: Sylwester Lachiewicz (was: Karl Heinz Marbaise) > Upgrade maven-plugin parent to 41 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Improvement >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] [MRELEASE-1154] Never fail for unresolvable version expressions [maven-release]
kwin commented on PR #230: URL: https://github.com/apache/maven-release/pull/230#issuecomment-2366794719 Any more feedback? I would like to merge this in order to fix the underlying regression. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MJDEPS-31) Upgrade maven-plugin parent to 43
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883602#comment-17883602 ] ASF GitHub Bot commented on MJDEPS-31: -- slachiewicz opened a new pull request, #16: URL: https://github.com/apache/maven-jdeps-plugin/pull/16 (no comment) > Upgrade maven-plugin parent to 43 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MJDEPS-29) Update parent pom to 39
[ https://issues.apache.org/jira/browse/MJDEPS-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MJDEPS-29. -- Resolution: Duplicate > Update parent pom to 39 > --- > > Key: MJDEPS-29 > URL: https://issues.apache.org/jira/browse/MJDEPS-29 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Reporter: Elliotte Rusty Harold >Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MRELEASE-1154) [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire
[ https://issues.apache.org/jira/browse/MRELEASE-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883604#comment-17883604 ] ASF GitHub Bot commented on MRELEASE-1154: -- kwin commented on PR #230: URL: https://github.com/apache/maven-release/pull/230#issuecomment-2366794719 Any more feedback? I would like to merge this in order to fix the underlying regression. > [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire > --- > > Key: MRELEASE-1154 > URL: https://issues.apache.org/jira/browse/MRELEASE-1154 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare >Affects Versions: 3.1.0, 3.1.1 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: next-release > > > Upgraded Maven Surefire to Parent 43 and failed to prepare release with {{mvn > release:prepare -e}}: > {noformat} > [INFO] Ignoring artifact version update for expression ${project.version} > [INFO] > > [INFO] Reactor Summary for Apache Maven Surefire 3.5.1-SNAPSHOT: > [INFO] > [INFO] Apache Maven Surefire .. FAILURE [ 58.812 > s] > [INFO] Surefire Shared Utils .. SKIPPED > [INFO] Surefire Logger API SKIPPED > [INFO] Surefire API ... SKIPPED > [INFO] Surefire Extensions API SKIPPED > [INFO] Surefire Extensions SPI SKIPPED > [INFO] Surefire Booter SKIPPED > [INFO] Maven Surefire Test-Grouping Support ... SKIPPED > [INFO] Surefire Providers . SKIPPED > [INFO] Shared JUnit3 Provider Code SKIPPED > [INFO] Shared Java 5 Provider Base SKIPPED > [INFO] Shared JUnit4 Provider Code SKIPPED > [INFO] Shared JUnit48 Provider Code ... SKIPPED > [INFO] Surefire JUnit Runner .. SKIPPED > [INFO] Surefire JUnit4 Runner . SKIPPED > [INFO] Maven Surefire Common .. SKIPPED > [INFO] Surefire JUnitCore Runner .. SKIPPED > [INFO] Surefire JUnit Platform Runner . SKIPPED > [INFO] Surefire TestNG Utils .. SKIPPED > [INFO] Surefire TestNG Runner . SKIPPED > [INFO] ShadeFire JUnit3 Provider .. SKIPPED > [INFO] Surefire Report Parser . SKIPPED > [INFO] Maven Surefire Plugin .. SKIPPED > [INFO] Maven Failsafe Plugin .. SKIPPED > [INFO] Maven Surefire Report Plugin ... SKIPPED > [INFO] Maven Surefire Integration Tests ... SKIPPED > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 01:02 min > [INFO] Finished at: 2024-08-23T11:32:04+02:00 > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:3.1.0:prepare (default-cli) on > project surefire: Could not find properties resolving version expression : > ${surefire-shared-utils.version} -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-release-plugin:3.1.0:prepare > (default-cli) on project surefire: Could not find properties resolving > version expression : ${surefire-shared-utils.version} > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 > (MojoExecutor.java:333) > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > (MojoExecutor.java:316) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:212) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:174) > at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 > (MojoExecutor.java:75) > at org.apache.maven.lifecycle.internal.MojoExecutor$1.run > (MojoExecutor.java:162) > at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute > (DefaultMojosExecutionStrategy.java:39) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:159) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:105) > at > org.apache.maven.lifecycle.internal.Lifecy
[jira] [Commented] (MRELEASE-1154) [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire
[ https://issues.apache.org/jira/browse/MRELEASE-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883606#comment-17883606 ] ASF GitHub Bot commented on MRELEASE-1154: -- michael-o commented on PR #230: URL: https://github.com/apache/maven-release/pull/230#issuecomment-2366805379 > Any more feedback? I would like to merge this in order to fix the underlying regression. Will pick up tomorrow > [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire > --- > > Key: MRELEASE-1154 > URL: https://issues.apache.org/jira/browse/MRELEASE-1154 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare >Affects Versions: 3.1.0, 3.1.1 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: next-release > > > Upgraded Maven Surefire to Parent 43 and failed to prepare release with {{mvn > release:prepare -e}}: > {noformat} > [INFO] Ignoring artifact version update for expression ${project.version} > [INFO] > > [INFO] Reactor Summary for Apache Maven Surefire 3.5.1-SNAPSHOT: > [INFO] > [INFO] Apache Maven Surefire .. FAILURE [ 58.812 > s] > [INFO] Surefire Shared Utils .. SKIPPED > [INFO] Surefire Logger API SKIPPED > [INFO] Surefire API ... SKIPPED > [INFO] Surefire Extensions API SKIPPED > [INFO] Surefire Extensions SPI SKIPPED > [INFO] Surefire Booter SKIPPED > [INFO] Maven Surefire Test-Grouping Support ... SKIPPED > [INFO] Surefire Providers . SKIPPED > [INFO] Shared JUnit3 Provider Code SKIPPED > [INFO] Shared Java 5 Provider Base SKIPPED > [INFO] Shared JUnit4 Provider Code SKIPPED > [INFO] Shared JUnit48 Provider Code ... SKIPPED > [INFO] Surefire JUnit Runner .. SKIPPED > [INFO] Surefire JUnit4 Runner . SKIPPED > [INFO] Maven Surefire Common .. SKIPPED > [INFO] Surefire JUnitCore Runner .. SKIPPED > [INFO] Surefire JUnit Platform Runner . SKIPPED > [INFO] Surefire TestNG Utils .. SKIPPED > [INFO] Surefire TestNG Runner . SKIPPED > [INFO] ShadeFire JUnit3 Provider .. SKIPPED > [INFO] Surefire Report Parser . SKIPPED > [INFO] Maven Surefire Plugin .. SKIPPED > [INFO] Maven Failsafe Plugin .. SKIPPED > [INFO] Maven Surefire Report Plugin ... SKIPPED > [INFO] Maven Surefire Integration Tests ... SKIPPED > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 01:02 min > [INFO] Finished at: 2024-08-23T11:32:04+02:00 > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:3.1.0:prepare (default-cli) on > project surefire: Could not find properties resolving version expression : > ${surefire-shared-utils.version} -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-release-plugin:3.1.0:prepare > (default-cli) on project surefire: Could not find properties resolving > version expression : ${surefire-shared-utils.version} > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 > (MojoExecutor.java:333) > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > (MojoExecutor.java:316) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:212) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:174) > at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 > (MojoExecutor.java:75) > at org.apache.maven.lifecycle.internal.MojoExecutor$1.run > (MojoExecutor.java:162) > at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute > (DefaultMojosExecutionStrategy.java:39) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:159) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:105) > at > org.a
Re: [PR] [MRELEASE-1154] Never fail for unresolvable version expressions [maven-release]
michael-o commented on PR #230: URL: https://github.com/apache/maven-release/pull/230#issuecomment-2366805379 > Any more feedback? I would like to merge this in order to fix the underlying regression. Will pick up tomorrow -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.1.0 to 4.0.1 [maven-jdeps-plugin]
dependabot[bot] commented on PR #15: URL: https://github.com/apache/maven-jdeps-plugin/pull/15#issuecomment-2366808026 Looks like org.codehaus.plexus:plexus-utils is up-to-date now, so this is no longer needed. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.1.0 to 4.0.1 [maven-jdeps-plugin]
dependabot[bot] closed pull request #15: Bump org.codehaus.plexus:plexus-utils from 3.1.0 to 4.0.1 URL: https://github.com/apache/maven-jdeps-plugin/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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MJDEPS-31) Upgrade maven-plugin parent to 43
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883607#comment-17883607 ] ASF GitHub Bot commented on MJDEPS-31: -- slachiewicz merged PR #16: URL: https://github.com/apache/maven-jdeps-plugin/pull/16 > Upgrade maven-plugin parent to 43 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] [MPMD-405] Update release notes for 3.25.0 [maven-pmd-plugin]
garydgregory commented on PR #166: URL: https://github.com/apache/maven-pmd-plugin/pull/166#issuecomment-2366733680 Shouldn't the notes say that a specifc maven site plug-in (or later) is required? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MPMD-405) No release notes for 3.25.0 on https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html
[ https://issues.apache.org/jira/browse/MPMD-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883590#comment-17883590 ] ASF GitHub Bot commented on MPMD-405: - garydgregory commented on PR #166: URL: https://github.com/apache/maven-pmd-plugin/pull/166#issuecomment-2366733680 Shouldn't the notes say that a specifc maven site plug-in (or later) is required? > No release notes for 3.25.0 on > https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html > -- > > Key: MPMD-405 > URL: https://issues.apache.org/jira/browse/MPMD-405 > Project: Maven PMD Plugin > Issue Type: Bug >Reporter: Gary D. Gregory >Priority: Major > > HI All, > There are no release notes for 3.25.0 on > https://maven.apache.org/plugins/maven-pmd-plugin/releasenotes.html -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.0.0 [maven-invoker-plugin]
slachiewicz commented on PR #257: URL: https://github.com/apache/maven-invoker-plugin/pull/257#issuecomment-2366785857 Requires JDK 11 @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 above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.0.0 [maven-invoker-plugin]
dependabot[bot] closed pull request #257: Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.0.0 URL: https://github.com/apache/maven-invoker-plugin/pull/257 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.0.0 [maven-invoker-plugin]
dependabot[bot] commented on PR #257: URL: https://github.com/apache/maven-invoker-plugin/pull/257#issuecomment-2366785876 OK, I won't notify you about version 5.x.x again, unless you re-open this PR. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.0 [maven]
dependabot[bot] closed pull request #1730: Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.0 URL: https://github.com/apache/maven/pull/1730 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.0 [maven]
dependabot[bot] commented on PR #1730: URL: https://github.com/apache/maven/pull/1730#issuecomment-2366776866 OK, I won't notify you about version 1.x.x again, unless you re-open this PR. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.0 [maven]
slachiewicz commented on PR #1730: URL: https://github.com/apache/maven/pull/1730#issuecomment-2366776831 Requires JDK 11 @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 above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump mavenVersion from 3.0 to 3.9.9 [maven-jdeps-plugin]
dependabot[bot] opened a new pull request, #13: URL: https://github.com/apache/maven-jdeps-plugin/pull/13 Bumps `mavenVersion` from 3.0 to 3.9.9. Updates `org.apache.maven:maven-plugin-api` from 3.0 to 3.9.9 Release notes Sourced from https://github.com/apache/maven/releases";>org.apache.maven:maven-plugin-api's releases. 3.9.9 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823";>Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f / --file by https://github.com/gzm55";>@gzm55 in https://redirect.github.com/apache/maven/pull/1589";>apache/maven#1589 [MNG-7194] Test missing property evaluation by https://github.com/pzygielo";>@pzygielo in https://redirect.github.com/apache/maven/pull/1570";>apache/maven#1570 [3.9.x] [MNG-8175] Update Resolver to 1.9.21 by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven/pull/1598";>apache/maven#1598 [MNG-8178] Fall back to system properties for missing profile activation context properties by https://github.com/kohlschuetter";>@kohlschuetter in https://redirect.github.com/apache/maven/pull/1603";>apache/maven#1603 [MNG-8179] Upgrade Parent to 43 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://redirect.github.com/apache/maven/pull/1610";>apache/maven#1610 ... (truncated) Commits https://github.com/apache/maven/commit/8e8579a9e76f7d015ee5ec7bfcdc97d260186937";>8e8579a [maven-release-plugin] prepare release maven-3.9.9 https://github.com/apache/maven/commit/7185b0a168894994c3d3873c1a760293b53c549b";>7185b0a [MNG-8165] Get rid of bashism creeped in (https://redirect.github.com/apache/maven/issues/1653";>#1653) https://github.com/apache/maven/commit/ba05e6a10268e9ac100dc09b63bd96cafd7cd744";>ba05e6a [maven-release-plugin] prepare for next development iteration https://github.com/apache/maven/commit/476642f233b9198a7992d4e1ac019b61ed7f48d2";>476642f [maven-release-plugin] prepare release maven-3.9.9 https://github.com/apache/maven/commit/274f1e345edb7a0ea73beeca6131f686ad1f5843";>274f1e3 [MNG-8165] Align mvn.sh script with mvn.cmd (https://redirect.github.com/apache/maven/issues/1647";>#1647) https://github.com/apache/maven/commit/1a787b035738ea83eb7f6eeca4cc0090314e0e3a";>1a787b0 [MNG-8188] Profile properties are not interpolated (https://redirect.github.com/apache/maven/issues/1634";>#1634) https://github.com/apache/maven/commit/ecd577b363e0b7dd45cd7ab05f1c46f61c6a8bf8";>ecd577b [MNG-8177] Add contextual info for model warnings (https://redirect.github.com/apache/maven/issues/1633";>#1633) https://github.com/apache/maven/commit/42fc90e018db1acdc6b087b35ed0fd269ba21701";>42fc90e [MNG-8206] Remove bad plugin.xml in maven-compat (https://redirect.github.com/apache/maven/issues/1646";>#1646) https://github.com/apache/maven/commit/38a128f657a5828d58baf70ec971c068697f44dc";>38a128f [MNG-8180] Back out from failing the build (https://redirect.github.com/apache/maven/issues/1642";>#1642) https://github.com/apache/maven/commit/f2135c186397993e3bba7025607c21f27b58a047";>f2135c1 [MNG-8180] Handle NPE due non-existent tags (https://redirect.github.com/apache/maven/issues/1641";>#1641) Additional commits viewable in https://github.com/apache/maven/compare/maven-3.0...maven-3.9.9";>compare view Updates `org.apache.maven:maven-core` from 3.0 to 3.9.9 Release notes Sourced from https://github.com/apache/maven/releases";>org.apache.maven:maven-core's releases. 3.9.9 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823";>Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f / --file by https://github.com/gzm55";>@gzm55 in https://redirect.github.com/apache/maven/pull/1589";>apache/maven#1589 [MNG-7194] Test missing property evaluation by https://github.com/pzygielo";>@pzygielo in https://redirect.github.com/apache/maven/pull/1570";>apache/maven#1570 [3.9.x] [MNG-8175] Update Resolver to 1.9.21 by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven/pull/1598";>apache/maven#1598 [MNG-8178] Fall back to system properties for missing profile activation context properties by https://github.com/kohlschuetter";>@kohlschuetter in https://redirect.github.com/apache/maven/pull/1603";>apache/maven#1603 [MNG-8179] Upgrade Parent to 43 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://redirect.github.com/apache/maven/pull/1610";>apache/maven#1610 ... (truncated) Commits https://github.com/apache/maven/commit/8e8579a9e76f7d015ee5ec7bfcdc97d260186937";>8e8579a [maven-release-plugin] prepare release maven-3.9.9 https://github.com/apache/maven/commit/7185b0a168894994c3d
[PR] Bump org.apache.maven.plugins:maven-plugins from 34 to 43 [maven-jdeps-plugin]
dependabot[bot] opened a new pull request, #14: URL: https://github.com/apache/maven-jdeps-plugin/pull/14 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 34 to 43. Release notes Sourced from https://github.com/apache/maven-parent/releases";>org.apache.maven.plugins:maven-plugins's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (https://redirect.github.com/apache/maven-parent/pull/190";>#190) https://github.com/gnodet";>@gnodet Remove checkstyle.violation.ignore (https://redirect.github.com/apache/maven-parent/pull/183";>#183) https://github.com/slawekjaranowski";>@slawekjaranowski 🚀 New features and improvements Skip render empty taglist report (https://redirect.github.com/apache/maven-parent/pull/193";>#193) https://github.com/slawekjaranowski";>@slawekjaranowski https://issues.apache.org/jira/browse/MNG-8158";>[MNG-8158] - Adding name to empty components section in shared site left nav (https://redirect.github.com/apache/maven-parent/pull/188";>#188) https://github.com/bdemers";>@bdemers Introduce property for maven-shared-resources version (https://redirect.github.com/apache/maven-parent/pull/182";>#182) https://github.com/slawekjaranowski";>@slawekjaranowski Enable GitHUb issues (https://redirect.github.com/apache/maven-parent/pull/175";>#175) https://github.com/slawekjaranowski";>@slawekjaranowski 📦 Dependency updates Bump ASF parent to 33 (https://redirect.github.com/apache/maven-parent/pull/195";>#195) https://github.com/slawekjaranowski";>@slawekjaranowski Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 (https://redirect.github.com/apache/maven-parent/pull/192";>#192) https://github.com/dependabot";>@dependabot Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (https://redirect.github.com/apache/maven-parent/pull/186";>#186) https://github.com/dependabot";>@dependabot Bump org.apache.maven.shared:maven-shared-resources from 5 to 6 (https://redirect.github.com/apache/maven-parent/pull/187";>#187) https://github.com/dependabot";>@dependabot Upgrade to Maven Fluido Skin 1.12.0 (https://redirect.github.com/apache/maven-parent/pull/191";>#191) https://github.com/michael-o";>@michael-o Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (https://redirect.github.com/apache/maven-parent/pull/189";>#189) https://github.com/dependabot";>@dependabot Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (https://redirect.github.com/apache/maven-parent/pull/185";>#185) https://github.com/dependabot";>@dependabot Bump version.sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3 (https://redirect.github.com/apache/maven-parent/pull/184";>#184) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (https://redirect.github.com/apache/maven-parent/pull/181";>#181) https://github.com/dependabot";>@dependabot Bump org.codehaus.modello:modello-maven-plugin from 2.3.0 to 2.4.0 (https://redirect.github.com/apache/maven-parent/pull/179";>#179) https://github.com/dependabot";>@dependabot Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 (https://redirect.github.com/apache/maven-parent/pull/178";>#178) https://github.com/dependabot";>@dependabot Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.1.0 to 3.2.0 (https://redirect.github.com/apache/maven-parent/pull/176";>#176) https://github.com/dependabot";>@dependabot 👻 Maintenance Fix link in issueManagement in docs (https://redirect.github.com/apache/maven-parent/pull/177";>#177) https://github.com/slawekjaranowski";>@slawekjaranowski 🔧 Build Disable matrix build on GitHub (https://redirect.github.com/apache/maven-parent/pull/194";>#194) https://github.com/slawekjaranowski";>@slawekjaranowski Add Release Drafter (https://redirect.github.com/apache/maven-parent/pull/174";>#174) https://github.com/slawekjaranowski";>@slawekjaranowski 42 Bug [https://issues.apache.org/jira/browse/MPOM-449";>MPOM-449] - Remove the leading "1." from source/target properties Improvement [https://issues.apache.org/jira/browse/MPOM-447";>MPOM-447] - activate javac's release flag when building with JDK supporting that feature [https://issues.apache.org/jira/browse/MPOM-453";>MPOM-453] - Disable annotation processing by compiler [https://issues.apache.org/jira/browse/MPOM-454";>MPOM-454] - Warning about usage of deprecated API by compiler ... (truncated) Commits See full diff in https://github.com/apache/maven-parent/commits";>compare view [ from 3.1.0 to 4.0.1. Release notes Sourced from https://github.com/codehaus-plexus/plexus-utils/releases";>org.codehaus.plexus:plexus-utils's releases. 4.0.1 🚀 New features and improvements Add .gitignore to default excludes (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/269";>#269) https://github.com/slawekjaranowski";>@slawekjaranowski downgrade plexus-xml from 4 to 3: keep Maven 3 compatibility (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/263";>#263) https://github.com/hboutemy";>@hboutemy 📦 Dependency updates downgrade plexus-xml from 4 to 3: keep Maven 3 compatibility (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/263";>#263) https://github.com/hboutemy";>@hboutemy Bump org.codehaus.plexus:plexus from 13 to 17 (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/262";>#262 https://redirect.github.com/codehaus-plexus/plexus-utils/issues/265";>#265 https://redirect.github.com/codehaus-plexus/plexus-utils/issues/266";>#266 https://redirect.github.com/codehaus-plexus/plexus-utils/issues/268";>#268) https://github.com/dependabot";>@dependabot Bump plexus-xml from 4.0.0 to 4.0.2 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/259";>#259) https://github.com/dependabot";>@dependabot Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.10.0 (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/251";>#251 https://redirect.github.com/codehaus-plexus/plexus-utils/issues/261";>#261) https://github.com/dependabot";>@dependabot 👻 Maintenance pom.mxl and site.xml cleanup (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/257";>#257) https://github.com/hboutemy";>@hboutemy Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/267";>#267) https://github.com/dependabot";>@dependabot 4.0.0 Starting with version 4, XML classes (in org.codehaus.plexus.util.xml and org.codehaus.plexus.util.xml.pull) have been extracted to a separate https://github.com/codehaus-plexus/plexus-xml/";>plexus-xml 4: if you need them, just use this new artifact as outlined in https://codehaus-plexus.github.io/plexus-xml/dependency-info.html";>https://codehaus-plexus.github.io/plexus-xml/dependency-info.html. Fix false difference detected with CachingOutputStream/CachingWriter when streams are flushed (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/252";>#252) https://github.com/gnodet";>@gnodet 📦 Dependency updates Switch to junit 5 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/245";>#245) https://github.com/gnodet";>@gnodet 👻 Maintenance Switch to junit 5 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/245";>#245) https://github.com/gnodet";>@gnodet Remove unused/unmaintained jira export (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/247";>#247) https://github.com/gnodet";>@gnodet Switch build ci workflow to master branch (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/250";>#250) https://github.com/slachiewicz";>@slachiewicz Bump maven-resources-plugin from 2.7 to 3.3.1 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/209";>#209) https://github.com/dependabot";>@dependabot Fix SCM information (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/254";>#254) https://github.com/gnodet";>@gnodet Fix non contiguous imports (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/255";>#255) https://github.com/gnodet";>@gnodet 3.5.1 🚀 New features and improvements Reading and writing files using Java NIO (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/232";>#232) https://github.com/mkarg";>@mkarg 🐛 Bug Fixes Partial revert of "Support combine.self='remove'" to fix MNG-7709 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/241";>#241) https://github.com/gnodet";>@gnodet Fix reading comments with UTF chars (fixes https://redirect.github.com/codehaus-plexus/plexus-utils/issues/238";>#238) (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/240";>#240) https://github.com/gnodet";>@gnodet 📦 Dependency updates Bump codehaus-plexus/.github from 0.0.1 to 0.0.4 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/237";>#237) https://github.com/dependabot";>@dependabot ... (truncated) Commits https://github.com/codehaus-plexus/plexus-utils/commit/31ef81812095709ebbfa0e4b707e1c3ad00a51e5";>31ef818 [maven-release-plugin] prepare release plexus-utils-4.0.1 https://github.com/codeh
[PR] Bump org.apache.commons:commons-lang3 from 3.5 to 3.17.0 [maven-jdeps-plugin]
dependabot[bot] opened a new pull request, #12: URL: https://github.com/apache/maven-jdeps-plugin/pull/12 Bumps org.apache.commons:commons-lang3 from 3.5 to 3.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Set core dependency to Maven 4.0.0-beta4. [maven-plugin-testing]
slachiewicz commented on PR #44: URL: https://github.com/apache/maven-plugin-testing/pull/44#issuecomment-2366825903 It looks like a duplicate of #43 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MJDEPS-31) Upgrade maven-plugin parent to 43
[ https://issues.apache.org/jira/browse/MJDEPS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MJDEPS-31. -- Resolution: Fixed > Upgrade maven-plugin parent to 43 > - > > Key: MJDEPS-31 > URL: https://issues.apache.org/jira/browse/MJDEPS-31 > Project: Maven JDeps Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.1.2 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Bump org.apache.commons:commons-lang3 from 3.5 to 3.17.0 [maven-jdeps-plugin]
slachiewicz closed pull request #12: Bump org.apache.commons:commons-lang3 from 3.5 to 3.17.0 URL: https://github.com/apache/maven-jdeps-plugin/pull/12 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.commons:commons-lang3 from 3.5 to 3.17.0 [maven-jdeps-plugin]
dependabot[bot] commented on PR #12: URL: https://github.com/apache/maven-jdeps-plugin/pull/12#issuecomment-2366808176 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 34 to 43 [maven-jdeps-plugin]
slachiewicz closed pull request #14: Bump org.apache.maven.plugins:maven-plugins from 34 to 43 URL: https://github.com/apache/maven-jdeps-plugin/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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 34 to 43 [maven-jdeps-plugin]
dependabot[bot] commented on PR #14: URL: https://github.com/apache/maven-jdeps-plugin/pull/14#issuecomment-2366808245 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MJDEPS-31] Update parent pom to 43. Require Maven 6.3.6+ [maven-jdeps-plugin]
slachiewicz merged PR #16: URL: https://github.com/apache/maven-jdeps-plugin/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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump mavenVersion from 3.0 to 3.9.9 [maven-jdeps-plugin]
slachiewicz closed pull request #13: Bump mavenVersion from 3.0 to 3.9.9 URL: https://github.com/apache/maven-jdeps-plugin/pull/13 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump mavenVersion from 3.0 to 3.9.9 [maven-jdeps-plugin]
dependabot[bot] commented on PR #13: URL: https://github.com/apache/maven-jdeps-plugin/pull/13#issuecomment-2366808221 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 releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Set core dependency to Maven 4.0.0-beta4. [maven-plugin-testing]
slachiewicz commented on PR #44: URL: https://github.com/apache/maven-plugin-testing/pull/44#issuecomment-2366816707 see https://github.com/apache/maven/pull/1719 - will be fixed with beta 5 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… [maven-javadoc-plugin]
krezovic commented on PR #320: URL: https://github.com/apache/maven-javadoc-plugin/pull/320#issuecomment-2366817587 I am the same person who reported the bug, but I write from personal account here since I don't have the credentials from the work account on my personal machine. When I checkout this branch and build the plugin, then build the reproducer I provided, it seems OK  -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MJAVADOC-812) [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs
[ https://issues.apache.org/jira/browse/MJAVADOC-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883610#comment-17883610 ] ASF GitHub Bot commented on MJAVADOC-812: - krezovic commented on PR #320: URL: https://github.com/apache/maven-javadoc-plugin/pull/320#issuecomment-2366817587 I am the same person who reported the bug, but I write from personal account here since I don't have the credentials from the work account on my personal machine. When I checkout this branch and build the plugin, then build the reproducer I provided, it seems OK  > [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs > --- > > Key: MJAVADOC-812 > URL: https://issues.apache.org/jira/browse/MJAVADOC-812 > Project: Maven Javadoc Plugin > Issue Type: Bug >Affects Versions: 3.10.0 >Reporter: Armin Krezovic >Assignee: Michael Osipov >Priority: Major > Attachments: maven-javadoc-invocation.log > > > After updating to maven-javadoc-plugin 3.10.0, I am getting empty javadoc > jars created. > {code:java} > [INFO] --- jar:3.4.2:jar (default-jar) @ configuration --- > [INFO] Building jar: > C:\path\to\configuration\target\configuration-10.1.0-SNAPSHOT-2409192051.4892c3d.jar > [INFO] > [INFO] --- javadoc:3.10.0:jar (attach-javadocs) @ configuration --- > [WARNING] JAR will be empty - no content was marked for inclusion! > [INFO] Building jar: > C:\path\to\configuration\target\configuration-10.1.0-SNAPSHOT-2409192051.4892c3d-javadoc.jar > [INFO] > [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ configuration --- > [INFO] No sources in project. Archive not created.{code} > > Prior version, 3.8.0, had no such problem > {code:java} > [INFO] --- jar:3.4.2:jar (default-jar) @ configuration --- > [INFO] Building jar: > C:\path\to\configuration\target\configuration-10.1.0-SNAPSHOT-2409192102.595f143.jar > [INFO] > [INFO] --- javadoc:3.8.0:jar (attach-javadocs) @ configuration --- > [INFO] > [INFO] >>> source:3.3.1:jar (attach-sources) > generate-sources @ > configuration >>>{code} > > Plugin configuration > {code:java} > > org.apache.maven.plugins > maven-javadoc-plugin > 3.10.0 > >all,-missing > > > > attach-javadocs > > jar > > > > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MPLUGINTESTING-95) Upgrade parent POM to version 43
Sylwester Lachiewicz created MPLUGINTESTING-95: -- Summary: Upgrade parent POM to version 43 Key: MPLUGINTESTING-95 URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-95 Project: Maven Plugin Testing Issue Type: Dependency upgrade Reporter: Sylwester Lachiewicz Fix For: 3.4.0 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-51) ResolverExpressionEvaluatorStub ignores project.basedir
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-51: --- Fix Version/s: 3.4.0 > ResolverExpressionEvaluatorStub ignores project.basedir > --- > > Key: MPLUGINTESTING-51 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-51 > Project: Maven Plugin Testing > Issue Type: Improvement > Components: plugin-testing-harness >Affects Versions: 3.3.0 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > > See https://github.com/apache/maven-plugin-testing/pull/3 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-79) Upgrade to maven parent 39
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-79: --- Fix Version/s: 3.4.0 > Upgrade to maven parent 39 > -- > > Key: MPLUGINTESTING-79 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-79 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade >Reporter: Guillaume Nodet >Assignee: Guillaume Nodet >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-81) Link to Git repository is broken
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-81: --- Fix Version/s: 3.4.0 > Link to Git repository is broken > > > Key: MPLUGINTESTING-81 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-81 > Project: Maven Plugin Testing > Issue Type: Bug > Components: plugin-testing-harness >Reporter: Nils Breunese >Assignee: Guillaume Nodet >Priority: Minor > Fix For: 3.4.0, 4.0.0-alpha-1 > > > https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/source-repository.html > says: > {quote} > The following is a link to the online source repository. > https://github.com/apache/maven-plugin-testing/maven-plugin-testing-harness/ > {quote} > However, that link results in a 404. > It looks like the URL for the GitHub repository is > https://github.com/apache/maven-plugin-testing > Alternative a deeplink to the[maven-plugin-testing-harness subfolder on the > master > branch|https://github.com/apache/maven-plugin-testing/tree/master/maven-plugin-testing-harness] > could be provided, but that is strictly not a 'repository'. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-76) Upgrade Plexus Archiver from 4.3.0 to 4.6.1 (broken api in 4.4.0)
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-76: --- Fix Version/s: 3.4.0 > Upgrade Plexus Archiver from 4.3.0 to 4.6.1 (broken api in 4.4.0) > - > > Key: MPLUGINTESTING-76 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-76 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade >Reporter: Slawomir Jaranowski >Assignee: Guillaume Nodet >Priority: Blocker > Fix For: 3.4.0, 4.0.0-alpha-1 > > > In Plexus Archiver 4.4.0 Plexus Logger was replaced by slf4j. > Current code use reflections to set logger in Archiver ... > When some project use Plugin Testing and upgrade Plexus Archiver to 4.4.0 > will get runtime exception. > We are stopping to upgrade Plexus Archiver in many project which also use > Plugin Testing. > Example: https://github.com/apache/maven-dependency-plugin/pull/223 > https://github.com/codehaus-plexus/plexus-archiver/pull/220 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-50) Upgrade to Maven Invoker 2.2
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-50: --- Fix Version/s: 3.4.0 > Upgrade to Maven Invoker 2.2 > > > Key: MPLUGINTESTING-50 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-50 > Project: Maven Plugin Testing > Issue Type: Task > Components: plugin-testing-tools >Affects Versions: 3.3.0 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-47) Incorrect Mojo Java5 annotations in example
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-47: --- Fix Version/s: 3.4.0 > Incorrect Mojo Java5 annotations in example > --- > > Key: MPLUGINTESTING-47 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-47 > Project: Maven Plugin Testing > Issue Type: Bug > Components: plugin-testing-harness >Affects Versions: 3.3.0 > Environment: n/a >Reporter: Anders Hammar >Assignee: Anders Hammar >Priority: Minor > Fix For: 3.4.0, 4.0.0-alpha-1 > > > In this example: > http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/examples/complex-mojo-parameters.html > the @Component annotations is used for MavenProject and Settings, which is > not the recommended practice. Should be @Parameter. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-60) Referring to very old/alpha artifacts
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-60: --- Fix Version/s: 3.4.0 > Referring to very old/alpha artifacts > - > > Key: MPLUGINTESTING-60 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-60 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade > Components: plugin-testing-harness >Affects Versions: 3.3.0 >Reporter: Christian Stein >Assignee: Sylwester Lachiewicz >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > > {{...}} > {{[INFO] +- > org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.3.0:test}} > {{[INFO] | - org.codehaus.plexus:plexus-archiver:jar:2.2:test}} > {{[INFO] | +- > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:test}} > {{[INFO] | | +- junit:junit:jar:3.8.1:test}} > {{[INFO] | | - classworlds:classworlds:jar:1.1-alpha-2:test}} > {{[INFO] | - org.codehaus.plexus:plexus-io:jar:2.0.4:test}} > {{...}} > > This is really old stuff in the tree. An update from plexus-archiver:2.2 to > 3.6.0 (?) would be great. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-58) Upgrade mave-surefire/failsafe-plugin 3.0.0-M7
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-58: --- Fix Version/s: 3.4.0 > Upgrade mave-surefire/failsafe-plugin 3.0.0-M7 > -- > > Key: MPLUGINTESTING-58 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-58 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade >Affects Versions: 3.4.0 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-70) maven-compat requirement
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-70: --- Fix Version/s: 3.4.0 > maven-compat requirement > > > Key: MPLUGINTESTING-70 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-70 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade >Reporter: Elliotte Rusty Harold >Assignee: Sylwester Lachiewicz >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > Attachments: bug.tar.gz > > > I'm attaching a sample project based on work by Ian Lavallee. Briefly it > demos that one can only use AbstractMojoTestCase if the pom.xml also adds a > dependency on org.apache.maven:maven-compat and > org.apache.maven:maven-plugin-api. The former at least seems like it should > not be required. > Furthermore if either of these are required they should probably be at least > runtime dependencies of maven-plugin-testing rather than requiring client > projects to ad these dependencies explicitly. > Both of these are only required to run tests, not to compile the project. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-65) Remove deprecated maven-plugin-testing-tools and maven-test-tools modules
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-65: --- Fix Version/s: 3.4.0 > Remove deprecated maven-plugin-testing-tools and maven-test-tools modules > - > > Key: MPLUGINTESTING-65 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-65 > Project: Maven Plugin Testing > Issue Type: Task >Reporter: Robert Scholte >Assignee: Robert Scholte >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > > While working on MPLUGINTESTING-61 the maven-plugin-testing-tools module > failed. Since all classes of both modules are marked as deprecated it is time > to remove the modules instead of investing energy to make it Java 7 > compatible. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-74) Functions returning looked up mojos could use generics
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-74: --- Fix Version/s: 3.4.0 > Functions returning looked up mojos could use generics > -- > > Key: MPLUGINTESTING-74 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-74 > Project: Maven Plugin Testing > Issue Type: New Feature > Components: plugin-testing-harness >Affects Versions: 3.4.0 >Reporter: Andrzej Jarmoniuk >Assignee: Slawomir Jaranowski >Priority: Minor > Fix For: 3.4.0, 4.0.0-alpha-1 > > > This is a minor improvement: functions returning looked up mojos and > retrieving values from objects using reflections could use generics to > retrieve the proper type. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-64) broken links on website
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-64: --- Fix Version/s: 3.4.0 > broken links on website > --- > > Key: MPLUGINTESTING-64 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-64 > Project: Maven Plugin Testing > Issue Type: Bug >Reporter: Samael Bate >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > > Some links on > [https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/] are > invalid. > > On the > [https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/source-repository.html] > page the github url is > [https://github.com/apache/maven-plugin-testing/maven-plugin-testing-harness/] > but it should simply be [https://github.com/apache/maven-plugin-testing/] > > Also on the > [https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/issue-tracking.html] > page it has a link to [http://jira.codehaus.org/browse/MPLUGINTESTING] which > is wrong as it should point to this Jira -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-66) make build Reproducible
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-66: --- Fix Version/s: 3.4.0 > make build Reproducible > --- > > Key: MPLUGINTESTING-66 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-66 > Project: Maven Plugin Testing > Issue Type: Improvement >Affects Versions: 3.3.0 >Reporter: Herve Boutemy >Assignee: Herve Boutemy >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-54) switch from Git-WIP to Gitbox
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-54: --- Fix Version/s: 3.4.0 > switch from Git-WIP to Gitbox > - > > Key: MPLUGINTESTING-54 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-54 > Project: Maven Plugin Testing > Issue Type: Task >Affects Versions: 3.3.0 >Reporter: Herve Boutemy >Assignee: Herve Boutemy >Priority: Major > Fix For: 3.4.0, 4.0.0-alpha-1 > > > to get full scale GitHub integration: see INFRA-15436 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-59) Documentation for plugin testing uses deprecated mvn archetype:create which not work.
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-59: --- Fix Version/s: 3.4.0 > Documentation for plugin testing uses deprecated mvn archetype:create which > not work. > - > > Key: MPLUGINTESTING-59 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-59 > Project: Maven Plugin Testing > Issue Type: Bug >Reporter: Benjamin Herbert >Assignee: Sylwester Lachiewicz >Priority: Minor > Labels: documentation > Fix For: 3.4.0, 4.0.0-alpha-1 > > > The page > https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/getting-started/index.html > shows an example which leads to an error message. > The command is: > mvn archetype:create \ > -DgroupId=org.apache.maven.plugin.my \ > -DartifactId=maven-my-plugin \ > -DarchetypeArtifactId=maven-archetype-mojo > This leads to the following error message. > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on > project standalone-pom: Unable to parse configuration of mojo > org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter #: > Cannot create instance of interface > org.apache.maven.artifact.repository.ArtifactRepository: > org.apache.maven.artifact.repository.ArtifactRepository.() -> [Help 1] > The documentation states, that the create mojo should be used instead: > mvn archetype:generate \ > -DgroupId=org.apache.maven.plugin.my \ > -DartifactId=maven-my-plugin \ > -DarchetypeArtifactId=maven-archetype-mojo > instead. > If this is true, the documentation should be updated accordingly -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGINTESTING-71) Require Java 8
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPLUGINTESTING-71: --- Fix Version/s: 3.4.0 > Require Java 8 > -- > > Key: MPLUGINTESTING-71 > URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-71 > Project: Maven Plugin Testing > Issue Type: Dependency upgrade >Reporter: Sylwester Lachiewicz >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.4.0, 4.0.0-alpha-1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)