T. Mohme created MENFORCER-400:
--
Summary: DependencyConvergence - poor error message
Key: MENFORCER-400
URL: https://issues.apache.org/jira/browse/MENFORCER-400
Project: Maven Enforcer Plugin
Is
[
https://issues.apache.org/jira/browse/MNG-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7282.
---
Resolution: Duplicate
> Maven 3.8.1 binaries removed from downloads site and all the mirrors
>
T. Mohme created MENFORCER-401:
--
Summary: DependencyConvergence ignores exclusions
Key: MENFORCER-401
URL: https://issues.apache.org/jira/browse/MENFORCER-401
Project: Maven Enforcer Plugin
Issu
[
https://issues.apache.org/jira/browse/SUREFIRE-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424374#comment-17424374
]
Casper Roubos commented on SUREFIRE-1584:
-
Ok, I just found it awkward that th
[
https://issues.apache.org/jira/browse/MNGSITE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNGSITE-467.
--
Resolution: Not A Problem
This is correct. Mirrors shall only have the latest version, not old
gnodet merged pull request #117:
URL: https://github.com/apache/maven-integration-testing/pull/117
--
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 #119:
URL:
https://github.com/apache/maven-integration-testing/pull/119#issuecomment-934334326
Supersedes https://github.com/apache/maven-integration-testing/pull/118
which is missing one test to fix.
--
This is an automated message from the Apache Git S
cstamas closed pull request #118:
URL: https://github.com/apache/maven-integration-testing/pull/118
--
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
MartinKanters opened a new pull request #566:
URL: https://github.com/apache/maven/pull/566
Following this checklist to help us incorporate your
contribution quickly and easily:
- [x] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/MNG-6762) filed
MartinKanters opened a new pull request #120:
URL: https://github.com/apache/maven-integration-testing/pull/120
Before, when a settings.xml file was referenced in maven.config, it was
resolved against the working directory, which would break when maven is invoked
in a submodule. This PR ch
[
https://issues.apache.org/jira/browse/MNG-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424475#comment-17424475
]
Martin Kanters commented on MNG-6762:
-
PRs ready for review:
* [https://github.com/ap
MartinKanters commented on a change in pull request #566:
URL: https://github.com/apache/maven/pull/566#discussion_r722321778
##
File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
##
@@ -397,10 +397,10 @@ void cli( CliRequest cliRequest )
azaretsky commented on a change in pull request #566:
URL: https://github.com/apache/maven/pull/566#discussion_r722340594
##
File path:
maven-embedder/src/main/java/org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java
##
@@ -90,15 +90,15 @@ public void pro
[
https://issues.apache.org/jira/browse/MNG-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7206:
Description:
We currently have two ways of settings options with the JVM:
1. {{MAVEN_OPTS}}
2. {{.mvn
wangjie created MNG-7283:
Summary: add dependency when maven exec
Key: MNG-7283
URL: https://issues.apache.org/jira/browse/MNG-7283
Project: Maven
Issue Type: Wish
Components: Dependencies
wangjie created MNG-7284:
Summary: add
Key: MNG-7284
URL: https://issues.apache.org/jira/browse/MNG-7284
Project: Maven
Issue Type: Wish
Reporter: wangjie
--
This message was sent b
[
https://issues.apache.org/jira/browse/MNG-7284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov deleted MNG-7284:
> add
> ---
>
> Key: MNG-7284
> URL: https://issues.apache.org/jira/brow
[
https://issues.apache.org/jira/browse/MNG-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424619#comment-17424619
]
Michael Osipov commented on MNG-7283:
-
Please describe you request in full detail and w
Giovds opened a new pull request #567:
URL: https://github.com/apache/maven/pull/567
Following this checklist to help us incorporate your
contribution quickly and easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/MNG) filed
for the
[
https://issues.apache.org/jira/browse/MNG-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangjie updated MNG-7283:
-
Description:
*1、background*
as we all kown, each cloud environment has different component implementations.
For e
[
https://issues.apache.org/jira/browse/MNG-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424631#comment-17424631
]
wangjie commented on MNG-7283:
--
[~michael-o] updated. If you think there is something that has
cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r722599740
##
File path:
maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/LogFactory.java
##
@@ -0,0 +1,62 @@
+package org.apache.maven.plugin.logging;
+
cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r722599887
##
File path:
maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java
##
@@ -144,55 +144,39 @@
implements Mojo, ContextEnabled
{
cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r722600185
##
File path:
maven-core/src/main/java/org/apache/maven/plugin/internal/MojoLogFactory.java
##
@@ -0,0 +1,56 @@
+package org.apache.maven.plugin.internal;
+
cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r722600411
##
File path: maven-plugin-api/src/main/java/org/apache/maven/plugin/Mojo.java
##
@@ -48,25 +46,4 @@
*/
void execute()
throws MojoExecutio
Hans Aikema created MSHARED-998:
---
Summary: NPE when resolving dependencies with
PatternInclusionsFilter that holds a pattern with a classifier
Key: MSHARED-998
URL: https://issues.apache.org/jira/browse/MSHARED-998
[
https://issues.apache.org/jira/browse/MSHARED-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hans Aikema updated MSHARED-998:
Issue Type: Bug (was: Improvement)
> NPE when resolving dependencies with PatternInclusionsFilter
[
https://issues.apache.org/jira/browse/MNG-7083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424690#comment-17424690
]
Tamás Cservenák commented on MNG-7083:
--
Proposed alternate PR https://github.com/apach
[
https://issues.apache.org/jira/browse/MNG-7082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424689#comment-17424689
]
Tamás Cservenák commented on MNG-7082:
--
Proposed alternate PR https://github.com/apach
[
https://issues.apache.org/jira/browse/MNG-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424691#comment-17424691
]
Tamás Cservenák commented on MNG-7084:
--
Proposed alternate PR https://github.com/apach
cstamas commented on pull request #437:
URL: https://github.com/apache/maven/pull/437#issuecomment-934773727
Proposal to supersede this https://github.com/apache/maven/pull/565
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
cstamas commented on pull request #438:
URL: https://github.com/apache/maven/pull/438#issuecomment-934774152
Proposal to supersede this https://github.com/apache/maven/pull/565
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
[
https://issues.apache.org/jira/browse/MSHARED-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hans Aikema updated MSHARED-998:
Description:
After migrating from ArtifactResolver to DependencyResolver in OWASP
DependencyCheck
Dan Ziemba created MDEP-774:
---
Summary: analyze-only failed: PermittedSubclasses requires ASM9
Key: MDEP-774
URL: https://issues.apache.org/jira/browse/MDEP-774
Project: Maven Dependency Plugin
Issu
dependabot[bot] opened a new pull request #137:
URL: https://github.com/apache/maven-indexer/pull/137
Bumps `maven.version` from 3.8.2 to 3.8.3.
Updates `maven-model` from 3.8.2 to 3.8.3
Commits
https://github.com/apache/maven/commit/ff8e977a158738155dc465c6a97ffaf31982d739"
dependabot[bot] opened a new pull request #78:
URL: https://github.com/apache/maven-archetype/pull/78
Bumps commons-io from 2.6 to 2.11.0.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&p
MartinKanters commented on a change in pull request #566:
URL: https://github.com/apache/maven/pull/566#discussion_r722921135
##
File path:
maven-embedder/src/main/java/org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java
##
@@ -90,15 +90,15 @@ public void
MartinKanters commented on pull request #566:
URL: https://github.com/apache/maven/pull/566#issuecomment-935571245
@michael-o thanks for your swift feedback again. I did not know it had to be
exactly the same as arguments passed in from the CLI. I think I only see one
solution left, and th
38 matches
Mail list logo