[
https://issues.apache.org/jira/browse/MNG-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák resolved MNG-7278.
--
Resolution: Fixed
> Drop use of Plexus Logger in Maven Core
> ---
[
https://issues.apache.org/jira/browse/MNG-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák closed MNG-7278.
> Drop use of Plexus Logger in Maven Core
> ---
>
> K
cstamas merged pull request #562:
URL: https://github.com/apache/maven/pull/562
--
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...
[
https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423578#comment-17423578
]
Martin Kanters commented on MNG-6762:
-
[~anatoly.zaretsky] I like your idea. It's also
khmarbaise commented on pull request #113:
URL:
https://github.com/apache/maven-integration-testing/pull/113#issuecomment-932769955
Ok lets us take a deeper look... adding `final` for all the cases where
class ends with `Mojo` because that are parameters of plugins which are
annotated wit
[
https://issues.apache.org/jira/browse/MNG-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423545#comment-17423545
]
Joseph Walton commented on MNG-6898:
Thanks for fixing this, [~cstamas]; having one fil
arturobernalg commented on pull request #113:
URL:
https://github.com/apache/maven-integration-testing/pull/113#issuecomment-932764180
> Hm... The `DefaultStatefulSingleton` it makes no sense to define the
property `final` because the attribute itself is not given outside...it will
not pr
[
https://issues.apache.org/jira/browse/MNG-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák closed MNG-6898.
> Convert DefaultLifecyclePluginAnalyzer to JSR 330
> -
>
[
https://issues.apache.org/jira/browse/MNG-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák resolved MNG-6898.
--
Fix Version/s: 4.0.0-alpha-1
Assignee: Tamás Cservenák
Resolution: Fixed
> Conver
[
https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7055:
-
Fix Version/s: 4.0.0-alpha-1
> Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin information in
[
https://issues.apache.org/jira/browse/MNG-7279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7279:
-
Fix Version/s: 4.0.x-candidate
> Drop PluginParameterExpressionEvaluator deprecated ctor
>
[
https://issues.apache.org/jira/browse/MNG-7280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7280:
-
Fix Version/s: 4.0.x-candidate
> Refactor DefaultToolchainManager and DefaultToolchainManagerPrivat
[
https://issues.apache.org/jira/browse/MNG-7280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7280:
-
Description:
Component extending Component is bad practice. Obviously they need common
ancestor.
Tamás Cservenák created MNG-7280:
Summary: Refactor DefaultToolchainManager and
DefaultToolchainManagerPrivate
Key: MNG-7280
URL: https://issues.apache.org/jira/browse/MNG-7280
Project: Maven
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720685731
##
File path:
maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchainManager.java
##
@@ -43,14 +46,24 @@
public class DefaultToolchainManager
slachiewicz merged pull request #112:
URL: https://github.com/apache/maven-enforcer/pull/112
--
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: issue
[
https://issues.apache.org/jira/browse/MNG-7279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7279:
-
Description:
The ctor
{{org.apache.maven.plugin.PluginParameterExpressionEvaluator#PluginParameter
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720685267
##
File path:
maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
##
@@ -85,9 +84,9 @@
private Properties propert
Tamás Cservenák created MNG-7279:
Summary: Drop PluginParameterExpressionEvaluator deprecated ctor
Key: MNG-7279
URL: https://issues.apache.org/jira/browse/MNG-7279
Project: Maven
Issue Type:
khmarbaise commented on pull request #113:
URL:
https://github.com/apache/maven-integration-testing/pull/113#issuecomment-932759976
Hm... The `DefaultStatefulSingleton` it makes no sense to define the
property `final` because the attribute itself is not given outside...it will
not prevent
[
https://issues.apache.org/jira/browse/MENFORCER-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz closed MENFORCER-392.
--
Resolution: Resolved
> Upgrading to Maven Enforcer 3.0.0 results in java.lan
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720684321
##
File path:
maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchainManager.java
##
@@ -43,14 +46,24 @@
public class DefaultToolchainManager
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720683762
##
File path:
maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
##
@@ -67,24 +68,21 @@
public class DefaultProjectBuilding
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720683592
##
File path:
maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
##
@@ -85,9 +84,9 @@
private Properties propert
cstamas merged pull request #554:
URL: https://github.com/apache/maven/pull/554
--
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...
[
https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák closed MNG-7055.
> Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin information into
> maven-metadata.xml
>
[
https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák reassigned MNG-7055:
Assignee: Tamás Cservenák
> Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin informatio
[
https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák resolved MNG-7055.
--
Resolution: Fixed
> Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin information into
> mav
cstamas merged pull request #555:
URL: https://github.com/apache/maven/pull/555
--
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...
slachiewicz merged pull request #70:
URL: https://github.com/apache/maven-archetype/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 above to go to the specific comment.
To unsubscribe, e-mail: issues
dependabot[bot] commented on pull request #66:
URL: https://github.com/apache/maven-jlink-plugin/pull/66#issuecomment-932747155
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 m
slachiewicz closed pull request #66:
URL: https://github.com/apache/maven-jlink-plugin/pull/66
--
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: iss
slachiewicz merged pull request #64:
URL: https://github.com/apache/maven-jlink-plugin/pull/64
--
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: iss
slachiewicz merged pull request #74:
URL: https://github.com/apache/maven-jlink-plugin/pull/74
--
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: iss
slachiewicz merged pull request #68:
URL: https://github.com/apache/maven-jlink-plugin/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: iss
slachiewicz merged pull request #70:
URL: https://github.com/apache/maven-jlink-plugin/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 above to go to the specific comment.
To unsubscribe, e-mail: iss
slachiewicz merged pull request #75:
URL: https://github.com/apache/maven-jlink-plugin/pull/75
--
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: iss
[
https://issues.apache.org/jira/browse/MNG-7277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423262#comment-17423262
]
Karl Heinz Marbaise edited comment on MNG-7277 at 10/2/21, 12:41 PM:
[
https://issues.apache.org/jira/browse/MNG-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MNG-7272.
Resolution: Done
> Code Improvement - II
> -
>
> Key: MNG
[
https://issues.apache.org/jira/browse/MNG-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423517#comment-17423517
]
Karl Heinz Marbaise commented on MNG-7272:
--
Done in [71a0a49904dcfa2427b72e0b3d0e9
asfgit merged pull request #558:
URL: https://github.com/apache/maven/pull/558
--
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...@
slachiewicz commented on pull request #4:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/4#issuecomment-932737457
it will also (at some time) effectively bump minimum maven for apache-maven
parent pom:
https://github.com/apache/maven-apache-parent/blob/01d2517a3d8e30227
[
https://issues.apache.org/jira/browse/MJAVADOC-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423505#comment-17423505
]
Sylwester Lachiewicz commented on MJAVADOC-669:
---
8259530: Generated docs
[
https://issues.apache.org/jira/browse/MJAVADOC-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MJAVADOC-689:
--
Fix Version/s: 3.3.2
> When I run "javadoc:fix" , I get an error .
>
[
https://issues.apache.org/jira/browse/MJAVADOC-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz closed MJAVADOC-693.
-
Resolution: Fixed
> NPE if URL is not defined in a dependency
> ---
[
https://issues.apache.org/jira/browse/MJAVADOC-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423502#comment-17423502
]
Sylwester Lachiewicz commented on MJAVADOC-693:
---
Fixed with
[24d2533e848
[
https://issues.apache.org/jira/browse/MJAVADOC-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz reassigned MJAVADOC-693:
-
Assignee: Sylwester Lachiewicz
> NPE if URL is not defined in a depend
[
https://issues.apache.org/jira/browse/MJAVADOC-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423501#comment-17423501
]
Sylwester Lachiewicz commented on MJAVADOC-693:
---
I think I found the same
[
https://issues.apache.org/jira/browse/MJAVADOC-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MJAVADOC-693:
--
Fix Version/s: 3.3.2
> NPE if URL is not defined in a dependency
> --
dependabot[bot] commented on pull request #72:
URL: https://github.com/apache/maven-release/pull/72#issuecomment-932731058
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
slachiewicz closed pull request #72:
URL: https://github.com/apache/maven-release/pull/72
--
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-u
slachiewicz merged pull request #73:
URL: https://github.com/apache/maven-release/pull/73
--
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-u
slachiewicz merged pull request #71:
URL: https://github.com/apache/maven-release/pull/71
--
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-u
gnodet merged pull request #4:
URL: https://github.com/apache/maven-remote-resources-plugin/pull/4
--
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:
gnodet commented on pull request #4:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/4#issuecomment-932729027
> Personally I see this as a proof that our baseline of 3.1.1 is simply
wrong/broken idea.
>
> I am +1 on this change, but we should reconcile what is the
gnodet commented on pull request #440:
URL: https://github.com/apache/maven/pull/440#issuecomment-932728642
Closing as #547 has been merged.
--
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 s
gnodet closed pull request #440:
URL: https://github.com/apache/maven/pull/440
--
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...@
gnodet merged pull request #547:
URL: https://github.com/apache/maven/pull/547
--
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...@
slachiewicz commented on pull request #71:
URL: https://github.com/apache/maven-release/pull/71#issuecomment-932726303
@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 sp
gnodet commented on pull request #547:
URL: https://github.com/apache/maven/pull/547#issuecomment-932725928
> @gnodet please make sure you ingest all changes of this #440 as then we
have two 🪰 (issues) killed with one 👏 (change) (as they are related:
ServiceLocator prevents ctor injection,
cstamas edited a comment on pull request #547:
URL: https://github.com/apache/maven/pull/547#issuecomment-932718082
@gnodet please make sure you ingest all changes of this
https://github.com/apache/maven/pull/440 as then we have two 🪰 (issues) killed
with one 👏 (change) (as they are relat
Venkata Ramana Gujja created MDEP-773:
-
Summary: Getting Warning : Non-test scoped test only dependencies
found
Key: MDEP-773
URL: https://issues.apache.org/jira/browse/MDEP-773
Project: Maven Dep
rfscholte commented on pull request #517:
URL: https://github.com/apache/maven/pull/517#issuecomment-932719108
We're still in doubt if this is the right thing to do. However, renaming
`--debug` to `--verbose` is clearly a good thing.
--
This is an automated message from the Apache Git Se
cstamas edited a comment on pull request #438:
URL: https://github.com/apache/maven/pull/438#issuecomment-932717398
I really don't think we want to invent new logging API. Let me explain:
* I do agree with @rmannibucau et al that "slf4j-api should not leak into
plugins", but IMHO none of
cstamas closed pull request #428:
URL: https://github.com/apache/maven/pull/428
--
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...
cstamas commented on pull request #547:
URL: https://github.com/apache/maven/pull/547#issuecomment-932718082
@gnodet please make sure you ingest all changes of this
https://github.com/apache/maven/pull/440 as then we have two flies with one
change (as they are related: ServiceLocator preve
cstamas commented on pull request #438:
URL: https://github.com/apache/maven/pull/438#issuecomment-932717398
I really don't think we want to invent new logging API. Let me explain:
* I do agree with @rmannibucau et al that "slf4j-api should not leak into
plugins", but IMHO none of the re
cstamas commented on pull request #517:
URL: https://github.com/apache/maven/pull/517#issuecomment-932710983
Why is this still draft? Is there some open question about it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
khmarbaise commented on pull request #558:
URL: https://github.com/apache/maven/pull/558#issuecomment-932710006
Squashed...
--
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.
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720646147
##
File path:
maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/BuilderCommon.java
##
@@ -80,15 +83,14 @@
@Inject
private Execut
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720645955
##
File path:
maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchainManagerPrivate.java
##
@@ -39,6 +43,19 @@
extends DefaultToolchainMana
cstamas commented on a change in pull request #562:
URL: https://github.com/apache/maven/pull/562#discussion_r720645947
##
File path:
maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchainManager.java
##
@@ -43,12 +46,25 @@
public class DefaultToolchainManager
Hi,
My problem is that I want to test uplift our parent on 400 project to test the
combability with Java 17 without releasing the new parent. It works perfect for
regular releases, but not if I using a snapshot with time prefix. Do any one
have a idea if this can be solved in any way or if I'm d
73 matches
Mail list logo