[
https://issues.apache.org/jira/browse/MGPG-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531064#comment-17531064
]
Christian DIetrich edited comment on MGPG-85 at 5/3/22 6:59 AM:
--
michael-o commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r863513916
##
maven-release-manager/pom.xml:
##
@@ -59,14 +60,14 @@
- org.sonatype.plexus
+ org.codehaus.plexus
plexus-sec-dispatcher
- 1.
cstamas commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1115805829
We could even bolt on some existing IT, I did full IT suite build w/ and
w/o this PR, here is what I got: These are states AFTER full IT suite ran
successfully:
Local r
cstamas commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1115805828
We could even bolt on some existing IT, I did full IT suite build w/ and
w/o this PR, here is what I got: These are states AFTER full IT suite ran
successfully:
Local r
[
https://issues.apache.org/jira/browse/MRELEASE-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531079#comment-17531079
]
Vilius Šumskas commented on MRELEASE-839:
-
I can do tests if needed however I'm
Tamás Cservenák created MASSEMBLY-956:
-
Summary: Plugin resolves even plugins used to build dependencies
Key: MASSEMBLY-956
URL: https://issues.apache.org/jira/browse/MASSEMBLY-956
Project: Maven A
cstamas commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r863535359
##
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##
@@ -37,38 +42,56 @@
import org.apache.maven.shared.release.pha
cstamas commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1115822557
@rfscholte added IT that FAILS on master, and PASSES OK on this branch
See 3d2eadf871c82f7996ba46b54d4f481f49b7cc67
--
This is an automated message from the Apache Git Serv
michael-o commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r863541722
##
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##
@@ -37,38 +42,56 @@
import org.apache.maven.shared.release.p
cstamas commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1115836070
Hm, not the best IT: as all IT share same local repo, it may end up in false
positive somewhere in future (as current state is ok: fails on master, passes
ok on branch), as if
rfscholte commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1115868232
IIRC this plugin uses the mock repository manager, so it should be easy to
define dependencies there.
--
This is an automated message from the Apache Git Service.
To respo
[
https://issues.apache.org/jira/browse/MGPG-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531126#comment-17531126
]
Michael Osipov commented on MGPG-85:
I didn't say that. We first to figure out who gener
slawekjaranowski commented on code in PR #207:
URL: https://github.com/apache/maven-indexer/pull/207#discussion_r863644700
##
.github/workflows/maven-verify.yml:
##
@@ -25,5 +25,9 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/ma
cstamas commented on code in PR #207:
URL: https://github.com/apache/maven-indexer/pull/207#discussion_r863645294
##
.github/workflows/maven-verify.yml:
##
@@ -25,5 +25,9 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verif
[
https://issues.apache.org/jira/browse/MRELEASE-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MRELEASE-839:
-
Labels: up-for-grabs (was: )
> Unable to supply tag to release for release:per
[
https://issues.apache.org/jira/browse/MRELEASE-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531134#comment-17531134
]
Slawomir Jaranowski commented on MRELEASE-839:
--
{quote}
I'm not Java devel
michael-o commented on code in PR #731:
URL: https://github.com/apache/maven/pull/731#discussion_r863687256
##
maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java:
##
@@ -0,0 +1,152 @@
+package org.apache.maven.plugin.internal;
+
[
https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531151#comment-17531151
]
ASF GitHub Bot commented on MNG-7464:
-
michael-o commented on code in PR #731:
URL: htt
michael-o commented on code in PR #731:
URL: https://github.com/apache/maven/pull/731#discussion_r863688136
##
maven-core/src/main/java/org/apache/maven/plugin/internal/ReadOnlyPluginParametersValidator.java:
##
@@ -0,0 +1,80 @@
+package org.apache.maven.plugin.internal;
+
+/*
+
[
https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531161#comment-17531161
]
ASF GitHub Bot commented on MNG-7464:
-
michael-o commented on code in PR #731:
URL: htt
cstamas opened a new pull request, #633:
URL: https://github.com/apache/maven-mvnd/pull/633
That has been fixed in Maven version used by mvnd.
Last bit is MavenCli/DaemonCli that is currently
"almost" a copy, but they do not share any code.
On master DefaultModelBuilder and Defau
dependabot[bot] opened a new pull request, #122:
URL: https://github.com/apache/maven-compiler-plugin/pull/122
Bumps `plexusCompilerVersion` from 2.11.2-SNAPSHOT to 2.12.0.
Updates `plexus-compiler-api` from 2.11.2-SNAPSHOT to 2.12.0
Release notes
Sourced from https://github.com/
gnodet merged PR #633:
URL: https://github.com/apache/maven-mvnd/pull/633
--
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.apach
gnodet commented on issue #609:
URL: https://github.com/apache/maven-mvnd/issues/609#issuecomment-1116259903
#633 has removed a few classes already
--
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
gnodet merged PR #632:
URL: https://github.com/apache/maven-mvnd/pull/632
--
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.apach
gnodet closed issue #627: building libmvndnative.* creates root files in target
directory
URL: https://github.com/apache/maven-mvnd/issues/627
--
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 spe
[
https://issues.apache.org/jira/browse/MNG-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531268#comment-17531268
]
Martin Monperrus commented on MNG-6026:
---
[~michael-o] thanks a lot that's very useful
[
https://issues.apache.org/jira/browse/MNG-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531272#comment-17531272
]
Michael Osipov commented on MNG-6026:
-
Don't expect this to happen this year
> Extend
dependabot[bot] opened a new pull request, #33:
URL: https://github.com/apache/maven-filtering/pull/33
Bumps [maven-shared-components](https://github.com/apache/maven-parent) from
34 to 36.
Release notes
Sourced from https://github.com/apache/maven-parent/releases";>maven-shared-co
dependabot[bot] commented on PR #28:
URL: https://github.com/apache/maven-filtering/pull/28#issuecomment-1116383287
Superseded by #33.
--
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
dependabot[bot] closed pull request #28: Bump maven-shared-components from 34
to 35
URL: https://github.com/apache/maven-filtering/pull/28
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
cstamas opened a new pull request, #635:
URL: https://github.com/apache/maven-mvnd/pull/635
Instead to pull in takari-lifecycle only to use one
single mojo out of it (the index).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
gnodet commented on PR #635:
URL: https://github.com/apache/maven-mvnd/pull/635#issuecomment-1116446254
Actually, I don't think using the plugin is a good idea. I'd rather use the
situ-inject APT processor which should kick in by simply adding `sisu-inject`
to the class path at compile sco
gnodet commented on issue #628:
URL: https://github.com/apache/maven-mvnd/issues/628#issuecomment-1116449875
@hboutemy this should be fixed if you want to have another look
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
gnodet commented on issue #597:
URL: https://github.com/apache/maven-mvnd/issues/597#issuecomment-1116468525
Can't reproduce.
--
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.
gnodet closed issue #597: NPE
URL: https://github.com/apache/maven-mvnd/issues/597
--
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...@ma
gnodet opened a new pull request, #636:
URL: https://github.com/apache/maven-mvnd/pull/636
This is a replacement for #635
--
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.
T
slachiewicz merged PR #67:
URL: https://github.com/apache/maven-script-interpreter/pull/67
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubs
dependabot[bot] commented on PR #70:
URL:
https://github.com/apache/maven-script-interpreter/pull/70#issuecomment-1116655165
Looks like org.apache.maven.plugins:maven-project-info-reports-plugin is no
longer a dependency, so this is no longer needed.
--
This is an automated message from
dependabot[bot] closed pull request #70: Bump maven-project-info-reports-plugin
from 3.2.2 to 3.3.0
URL: https://github.com/apache/maven-script-interpreter/pull/70
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
[
https://issues.apache.org/jira/browse/MSHARED-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MSHARED-1002:
--
Fix Version/s: maven-script-interpreter-1.3
> Require Java 8
> --
[
https://issues.apache.org/jira/browse/MSHARED-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531415#comment-17531415
]
Hudson commented on MSHARED-1002:
-
Build succeeded in Jenkins: Maven » Maven TLP » mave
slachiewicz merged PR #68:
URL: https://github.com/apache/maven-script-interpreter/pull/68
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubs
slachiewicz commented on PR #69:
URL:
https://github.com/apache/maven-script-interpreter/pull/69#issuecomment-1116661123
@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 sp
[
https://issues.apache.org/jira/browse/MSHARED-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz reassigned MSHARED-1068:
-
Assignee: Sylwester Lachiewicz
> Upgrade Groovy to 4.0.2
> ---
[
https://issues.apache.org/jira/browse/MSHARED-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MSHARED-1068:
--
Fix Version/s: maven-script-interpreter-1.3
> Upgrade Groovy to 4.0.2
> -
[
https://issues.apache.org/jira/browse/MSHARED-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz closed MSHARED-1068.
-
Resolution: Fixed
> Upgrade Groovy to 4.0.2
> ---
>
>
[
https://issues.apache.org/jira/browse/MSHARED-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531418#comment-17531418
]
Hudson commented on MSHARED-1068:
-
Build succeeded in Jenkins: Maven » Maven TLP » mave
dependabot[bot] commented on PR #69:
URL:
https://github.com/apache/maven-script-interpreter/pull/69#issuecomment-1116667143
Looks like org.apache.maven.shared:maven-shared-components is up-to-date
now, so this is no longer needed.
--
This is an automated message from the Apache Git Serv
dependabot[bot] closed pull request #69: Bump maven-shared-components from 34
to 36
URL: https://github.com/apache/maven-script-interpreter/pull/69
--
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 th
[
https://issues.apache.org/jira/browse/MNG-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529592#comment-17529592
]
Herve Boutemy edited comment on MNG-6026 at 5/4/22 6:02 AM:
[~m
Herve Boutemy created MSHADE-420:
Summary: Reproducible Builds timestamp issue in some cases
Key: MSHADE-420
URL: https://issues.apache.org/jira/browse/MSHADE-420
Project: Maven Shade Plugin
Herve Boutemy created MARTIFACT-32:
--
Summary: add new plugins issues/fixes
Key: MARTIFACT-32
URL: https://issues.apache.org/jira/browse/MARTIFACT-32
Project: Maven Artifact Plugin
Issue Type
hboutemy commented on PR #118:
URL: https://github.com/apache/maven-release/pull/118#issuecomment-1116971073
we need a MNG Jira issue with an update of every commit message to be able
to track the change in the future
--
This is an automated message from the Apache Git Service.
To respond
[
https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MSHADE-420:
-
Description:
seen in Tika
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/c
55 matches
Mail list logo