[jira] [Commented] (SCM-1022) jgit push failure is not failing the build

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834791#comment-17834791 ] ASF GitHub Bot commented on SCM-1022: - attiand commented on PR #203: URL: https://githu

Re: [PR] [SCM-1022] - jgit push failure is not failing the build [maven-scm]

2024-04-07 Thread via GitHub
attiand commented on PR #203: URL: https://github.com/apache/maven-scm/pull/203#issuecomment-2041933386 Moved RejectedNonFastForward Test to TCK. Removed UpToDate test since gitexec and jgit return different status, see https://github.com/apache/maven-scm/pull/203#discussion_r1551846585 -

[jira] [Commented] (ARCHETYPE-626) mvn install deploy does not work with 3.2.1 but worked with 3.2.0

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834782#comment-17834782 ] ASF GitHub Bot commented on ARCHETYPE-626: -- hboutemy commented on PR #118: UR

Re: [PR] [ARCHETYPE-626] mvn install deploy does not work with 3.2.1 [maven-archetype]

2024-04-07 Thread via GitHub
hboutemy commented on PR #118: URL: https://github.com/apache/maven-archetype/pull/118#issuecomment-2041883158 it looks like #188 supercedes this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[PR] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.0 to 2.9.1 [maven-gpg-plugin]

2024-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #92: URL: https://github.com/apache/maven-gpg-plugin/pull/92 Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.9.0 to 2.9.1. Release notes Sourced from https://github.com/kohlschutte

[PR] Bump bouncycastleVersion from 1.77 to 1.78 [maven-gpg-plugin]

2024-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #91: URL: https://github.com/apache/maven-gpg-plugin/pull/91 Bumps `bouncycastleVersion` from 1.77 to 1.78. Updates `org.bouncycastle:bcpg-jdk18on` from 1.77 to 1.78 Changelog Sourced from https://github.com/bcgit/bc-java/blob/main/docs/

[PR] Bump bouncycastleVersion from 1.77 to 1.78 [maven-resolver]

2024-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #459: URL: https://github.com/apache/maven-resolver/pull/459 Bumps `bouncycastleVersion` from 1.77 to 1.78. Updates `org.bouncycastle:bcpg-jdk18on` from 1.77 to 1.78 Changelog Sourced from https://github.com/bcgit/bc-java/blob/main/docs/

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-04-07 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1555094276 ## src/main/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojo.java: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-04-07 Thread via GitHub
slawekjaranowski commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1555090863 ## src/main/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojo.java: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache S

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-04-07 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r155507 ## src/main/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojo.java: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (MJAR-296) No way to suppress default excludes in maven-jar-plugin

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834736#comment-17834736 ] ASF GitHub Bot commented on MJAR-296: - slawekjaranowski commented on code in PR #67: UR

Re: [PR] [MJAR-296] Allow including files excluded by default. [maven-jar-plugin]

2024-04-07 Thread via GitHub
slawekjaranowski commented on code in PR #67: URL: https://github.com/apache/maven-jar-plugin/pull/67#discussion_r1555085389 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -334,4 +366,13 @@ private String[] getExcludes() { } return DE

[jira] [Commented] (MJAR-296) No way to suppress default excludes in maven-jar-plugin

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834735#comment-17834735 ] ASF GitHub Bot commented on MJAR-296: - slawekjaranowski commented on code in PR #67: UR

Re: [PR] [MJAR-296] Allow including files excluded by default. [maven-jar-plugin]

2024-04-07 Thread via GitHub
slawekjaranowski commented on code in PR #67: URL: https://github.com/apache/maven-jar-plugin/pull/67#discussion_r1555085244 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -222,6 +253,7 @@ public File createArchive() throws MojoExecutionException {

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-04-07 Thread via GitHub
slawekjaranowski commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1555084698 ## src/main/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojo.java: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache S

[jira] [Commented] (SCM-1024) maven-scm-plugin tests do not properly check for existence of svn command

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834732#comment-17834732 ] ASF GitHub Bot commented on SCM-1024: - asfgit closed pull request #205: [SCM-1024] mave

[jira] [Commented] (SCM-1024) maven-scm-plugin tests do not properly check for existence of svn command

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834733#comment-17834733 ] ASF GitHub Bot commented on SCM-1024: - asfgit merged PR #205: URL: https://github.com/a

[jira] [Closed] (SCM-1024) maven-scm-plugin tests do not properly check for existence of svn command

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SCM-1024. --- Resolution: Fixed Fixed with [93d0142a5f242e7616259ae21aa5eed4d3cc1263|https://gitbox.apache.org/repos

Re: [PR] [SCM-1024] maven-scm-plugin tests do not properly check for existence… [maven-scm]

2024-04-07 Thread via GitHub
asfgit closed pull request #205: [SCM-1024] maven-scm-plugin tests do not properly check for existence… URL: https://github.com/apache/maven-scm/pull/205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [SCM-1024] maven-scm-plugin tests do not properly check for existence… [maven-scm]

2024-04-07 Thread via GitHub
asfgit merged PR #205: URL: https://github.com/apache/maven-scm/pull/205 -- 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

Re: [PR] Bump minaSshdVersion from 2.9.2 to 2.12.1 [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #200: URL: https://github.com/apache/maven-scm/pull/200#issuecomment-2041603876 @dependabot recreate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] Bump minaSshdVersion from 2.9.2 to 2.12.1 [maven-scm]

2024-04-07 Thread via GitHub
dependabot[bot] commented on PR #200: URL: https://github.com/apache/maven-scm/pull/200#issuecomment-2041603147 Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`. -- This is

Re: [PR] Bump minaSshdVersion from 2.9.2 to 2.12.1 [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #200: URL: https://github.com/apache/maven-scm/pull/200#issuecomment-2041603135 @dependabot rebase -- 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.

[jira] [Updated] (SCM-1024) maven-scm-plugin tests do not properly check for existence of svn command

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SCM-1024: Summary: maven-scm-plugin tests do not properly check for existence of svn command (was: maven-scm-p

[jira] [Commented] (SCM-1024) maven-scm-plugin tests do not properly check for existance of svn command

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834729#comment-17834729 ] ASF GitHub Bot commented on SCM-1024: - michael-o opened a new pull request, #205: URL:

[PR] [SCM-1024] maven-scm-plugin tests do not properly check for existance… [maven-scm]

2024-04-07 Thread via GitHub
michael-o opened a new pull request, #205: URL: https://github.com/apache/maven-scm/pull/205 … of svn command This closes #205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[jira] [Created] (SCM-1024) maven-scm-plugin tests do not properly check for existance of svn command

2024-04-07 Thread Michael Osipov (Jira)
Michael Osipov created SCM-1024: --- Summary: maven-scm-plugin tests do not properly check for existance of svn command Key: SCM-1024 URL: https://issues.apache.org/jira/browse/SCM-1024 Project: Maven SCM

Re: [PR] Bump jgitVersion from 5.13.2.202306221912-r to 5.13.3.202401111512-r [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #201: URL: https://github.com/apache/maven-scm/pull/201#issuecomment-2041592266 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.3 [maven-scm]

2024-04-07 Thread via GitHub
dependabot[bot] closed pull request #202: Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.3 URL: https://github.com/apache/maven-scm/pull/202 -- 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 t

Re: [PR] Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.3 [maven-scm]

2024-04-07 Thread via GitHub
dependabot[bot] commented on PR #202: URL: https://github.com/apache/maven-scm/pull/202#issuecomment-2041591836 Looks like org.codehaus.plexus:plexus-interactivity-api is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond t

[jira] [Commented] (SCM-1023) Upgrade components

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834725#comment-17834725 ] ASF GitHub Bot commented on SCM-1023: - asfgit merged PR #204: URL: https://github.com/a

[jira] [Closed] (SCM-1023) Upgrade components

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SCM-1023. --- Resolution: Fixed Fixed with [17a44f95d041be8a9ffec311d4097d811378f29c|https://gitbox.apache.org/repos

Re: [PR] [SCM-1023] Upgrade components [maven-scm]

2024-04-07 Thread via GitHub
asfgit merged PR #204: URL: https://github.com/apache/maven-scm/pull/204 -- 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

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834724#comment-17834724 ] ASF GitHub Bot commented on SCM-914: michael-o commented on PR #193: URL: https://github

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #193: URL: https://github.com/apache/maven-scm/pull/193#issuecomment-2041588454 > > This PR triggers [apache/mina-sshd#282](https://github.com/apache/mina-sshd/issues/282). We first need to upgrade MINA. I am working on this right now. > > How did this PR tr

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834723#comment-17834723 ] ASF GitHub Bot commented on SCM-914: michael-o commented on code in PR #193: URL: https:

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on code in PR #193: URL: https://github.com/apache/maven-scm/pull/193#discussion_r1555052807 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/info/JGitInfoCommand.java: ## @@ -

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834722#comment-17834722 ] ASF GitHub Bot commented on SCM-914: kwin commented on PR #193: URL: https://github.com/

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
kwin commented on PR #193: URL: https://github.com/apache/maven-scm/pull/193#issuecomment-2041586433 > This PR triggers [apache/mina-sshd#282](https://github.com/apache/mina-sshd/issues/282). We first need to upgrade MINA. I am working on this right now. How did this PR trigger this?

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834721#comment-17834721 ] ASF GitHub Bot commented on SCM-914: kwin commented on code in PR #193: URL: https://git

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
kwin commented on code in PR #193: URL: https://github.com/apache/maven-scm/pull/193#discussion_r1555052282 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/info/JGitInfoCommand.java: ## @@ -74,6

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834720#comment-17834720 ] ASF GitHub Bot commented on SCM-914: michael-o commented on PR #193: URL: https://github

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #193: URL: https://github.com/apache/maven-scm/pull/193#issuecomment-2041582054 This PR triggers https://github.com/apache/mina-sshd/issues/282. We first need to upgrade MINA. I am working on this right now. -- This is an automated message from the Apache Git Ser

[jira] [Commented] (SCM-1023) Upgrade components

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834719#comment-17834719 ] ASF GitHub Bot commented on SCM-1023: - michael-o opened a new pull request, #204: URL:

[jira] [Created] (SCM-1023) Upgrade components

2024-04-07 Thread Michael Osipov (Jira)
Michael Osipov created SCM-1023: --- Summary: Upgrade components Key: SCM-1023 URL: https://issues.apache.org/jira/browse/SCM-1023 Project: Maven SCM Issue Type: Dependency upgrade Rep

[jira] [Created] (ARCHETYPE-657) create target/archetype-it instead of target/classes/archetype-it

2024-04-07 Thread Herve Boutemy (Jira)
Herve Boutemy created ARCHETYPE-657: --- Summary: create target/archetype-it instead of target/classes/archetype-it Key: ARCHETYPE-657 URL: https://issues.apache.org/jira/browse/ARCHETYPE-657 Project:

[jira] [Updated] (ARCHETYPE-657) create target/archetype-it instead of target/classes/archetype-it

2024-04-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated ARCHETYPE-657: Affects Version/s: 3.2.1 > create target/archetype-it instead of target/classes/archetyp

[jira] [Commented] (SCM-1022) jgit push failure is not failing the build

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834713#comment-17834713 ] ASF GitHub Bot commented on SCM-1022: - michael-o commented on PR #203: URL: https://git

Re: [PR] [SCM-1022] - jgit push failure is not failing the build [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on PR #203: URL: https://github.com/apache/maven-scm/pull/203#issuecomment-2041556020 This PR triggers https://github.com/apache/mina-sshd/issues/282. We first need to upgrade MINA. I am working on this right now. -- This is an automated message from the Apache Git Ser

[jira] [Commented] (SCM-914) InfoItem.lastChangedDate is leaky abstraction

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834710#comment-17834710 ] ASF GitHub Bot commented on SCM-914: michael-o commented on code in PR #193: URL: https:

Re: [PR] [SCM-914] Introduce properly typed last modified date [maven-scm]

2024-04-07 Thread via GitHub
michael-o commented on code in PR #193: URL: https://github.com/apache/maven-scm/pull/193#discussion_r1555016939 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/info/JGitInfoCommand.java: ## @@ -

[jira] [Updated] (MPMD-379) Upgrade to use PMD 7.0.0 by default

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPMD-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPMD-379: Fix Version/s: next-release > Upgrade to use PMD 7.0.0 by default > -

[jira] [Updated] (SCM-1022) jgit push failure is not failing the build

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SCM-1022: Fix Version/s: 2.1.0 > jgit push failure is not failing the build > -

[jira] [Assigned] (SCM-1022) jgit push failure is not failing the build

2024-04-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned SCM-1022: --- Assignee: Michael Osipov > jgit push failure is not failing the build > --

[jira] [Commented] (MPMD-379) Upgrade to use PMD 7.0.0 by default

2024-04-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPMD-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834698#comment-17834698 ] ASF GitHub Bot commented on MPMD-379: - michael-o commented on code in PR #144: URL: htt

Re: [PR] [MPMD-379] PMD 7.0.0 support [maven-pmd-plugin]

2024-04-07 Thread via GitHub
michael-o commented on code in PR #144: URL: https://github.com/apache/maven-pmd-plugin/pull/144#discussion_r1555006832 ## src/it/MPMD-379-JDK21/invoker.properties: ## @@ -0,0 +1,28 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

[jira] [Closed] (MPOM-264) Parameterize maven-compiler-plugin with parameter "release" when running on JDK 9+

2024-04-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-264. > Parameterize maven-compiler-plugin with parameter "release" when running on > JDK 9+ > ---

[jira] [Closed] (MPOM-479) Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

2024-04-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-479. Resolution: Fixed > Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 > -

Re: [PR] [MPOM-479] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 [maven-apache-parent]

2024-04-07 Thread via GitHub
slawekjaranowski merged PR #205: URL: https://github.com/apache/maven-apache-parent/pull/205 -- 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-unsu

[jira] [Created] (MPOM-479) Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

2024-04-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-479: Summary: Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 Key: MPOM-479 URL: https://issues.apache.org/jira/browse/MPOM-479 Project: Mave

[jira] [Updated] (ARCHETYPE-622) maven-archetype-plugin integration-test doesn't use Maven settings from the main build

2024-04-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated ARCHETYPE-622: Description: Hi, I would like to raise an issue for the [Maven Archetype Plugin integra