michael-o commented on code in PR #174:
URL:
https://github.com/apache/maven-integration-testing/pull/174#discussion_r902238831
##
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the
michael-o commented on code in PR #22:
URL: https://github.com/apache/maven-archiver/pull/22#discussion_r902241569
##
src/main/java/org/apache/maven/archiver/MavenArchiver.java:
##
@@ -97,6 +101,10 @@
"${artifact.groupIdPath}/${artifact.artifactId}/" +
"${artifact.base
[
https://issues.apache.org/jira/browse/MSHARED-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556694#comment-17556694
]
ASF GitHub Bot commented on MSHARED-1066:
-
michael-o commented on code in PR #2
fbricon commented on PR #38:
URL: https://github.com/apache/maven-filtering/pull/38#issuecomment-1161365275
Sorry for the late response (I'm not super active on the m2e front), but
yeah the buildcontext API is very much used by m2e:
https://github.com/eclipse-m2e/m2e-core/search?q=BuildCont
michael-o commented on code in PR #25:
URL: https://github.com/apache/maven-deploy-plugin/pull/25#discussion_r902258110
##
src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java:
##
@@ -137,12 +135,6 @@
@Parameter( property = "maven.deploy.skip", defaultValue = "fals
[ https://issues.apache.org/jira/browse/MNG-7468 ]
Herve Boutemy deleted comment on MNG-7468:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #31
See
https://ci-maven.apache.org/job/Maven/job/maven-box
[ https://issues.apache.org/jira/browse/MNG-7468 ]
Herve Boutemy deleted comment on MNG-7468:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.9.x #42
See
https://ci-maven.apache.org/job/Maven/job/maven-box
[ https://issues.apache.org/jira/browse/MNG-7468 ]
Herve Boutemy deleted comment on MNG-7468:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #32
See
https://ci-maven.apache.org/job/Maven/job/maven-box
[ https://issues.apache.org/jira/browse/MNG-7468 ]
Herve Boutemy deleted comment on MNG-7468:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7451 #5
See
https://ci-maven.apache.org/job/Maven/job/maven-box/job
[ https://issues.apache.org/jira/browse/MNG-7468 ]
Herve Boutemy deleted comment on MNG-7468:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » master #60
See https://ci-maven.apache.org/job/Maven/job/maven-box/job/m
[
https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556704#comment-17556704
]
Herve Boutemy commented on MNG-7468:
[~sjaranowski] IIUC, the parameters existence chec
[
https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556708#comment-17556708
]
Slawomir Jaranowski commented on MNG-7468:
--
[~hboutemy] - Valid parameters are ch
jorsol commented on code in PR #22:
URL: https://github.com/apache/maven-archiver/pull/22#discussion_r902285916
##
src/test/java/org/apache/maven/archiver/MavenArchiverTest.java:
##
@@ -1444,54 +1447,76 @@ public void testParseOutputTimestamp()
assertThat( archiver.pars
[
https://issues.apache.org/jira/browse/MSHARED-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556713#comment-17556713
]
ASF GitHub Bot commented on MSHARED-1066:
-
jorsol commented on code in PR #22:
[
https://issues.apache.org/jira/browse/MSHARED-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556715#comment-17556715
]
ASF GitHub Bot commented on MSHARED-1066:
-
jorsol commented on code in PR #22:
jorsol commented on code in PR #22:
URL: https://github.com/apache/maven-archiver/pull/22#discussion_r902292422
##
src/main/java/org/apache/maven/archiver/MavenArchiver.java:
##
@@ -97,6 +101,10 @@
"${artifact.groupIdPath}/${artifact.artifactId}/" +
"${artifact.baseVer
slawekjaranowski commented on code in PR #174:
URL:
https://github.com/apache/maven-integration-testing/pull/174#discussion_r902293849
##
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed
jorsol commented on code in PR #22:
URL: https://github.com/apache/maven-archiver/pull/22#discussion_r902294775
##
src/main/java/org/apache/maven/archiver/MavenArchiver.java:
##
@@ -812,28 +820,78 @@ public void setBuildJdkSpecDefaultEntry( boolean
buildJdkSpecDefaultEntry )
[
https://issues.apache.org/jira/browse/MSHARED-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556716#comment-17556716
]
ASF GitHub Bot commented on MSHARED-1066:
-
jorsol commented on code in PR #22:
olamy commented on code in PR #25:
URL: https://github.com/apache/maven-deploy-plugin/pull/25#discussion_r902357071
##
src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java:
##
@@ -19,16 +19,28 @@
* under the License.
*/
+import java.util.List;
+
+import or
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6512-build-11 #15
See https://builds.apache.org/job/maven-box/job/maven/job/M
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6550 #41
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6909 #8
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6909/8/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6555 #45
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6548 #22
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6548/2
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6552 #38
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6556 #44
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6554 #37
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MRESOLVER-94 #3
See https://builds.apache.org/job/maven-box/job/maven/job/MRESOLV
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven TLP » maven » master #436
See https://builds.apache.org/job/maven-box/job/maven/job/master/436
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MODELTESTS_IMPROVEMENT #26
See
https://builds.apache.org/job/maven-box/job/maven
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6551 #44
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6553 #38
See
https://builds.apache.org/job/maven-box/job/maven/job/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6889 #3
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6889/3/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » Bananeweizen-MNG-6907 #3
See
https://builds.apache.org/job/maven-box/job/maven/j
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » checkstyle-3.1 #2
See https://builds.apache.org/job/maven-box/job/maven/job/check
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » mng-5668-poc #24
See https://builds.apache.org/job/maven-box/job/maven/job/mng-56
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » REMOVE_DEPRECATED #16
See https://builds.apache.org/job/maven-box/job/maven/job/R
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6553 #14
See
https://ci-builds.apache.org/job/Maven/job/ma
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-5567 #55
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-5567/5
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6888 #3
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6888/3/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6012-Missing-Profile-At-End
#57
See
https://builds.apache.org/job/maven-box
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven » MNG-6829 #24
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6829/2
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build failed in Jenkins: Maven » Maven TLP » maven » master #137
See
https://ci-builds.apache.org/job/Maven/job/maven-box/job/m
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6556 #14
See
https://ci-builds.apache.org/job/Maven/job/ma
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6555 #14
See
https://ci-builds.apache.org/job/Maven/job/ma
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven » Maven TLP » maven » master #135
See
https://ci-builds.apache.org/job/Maven/job/maven-box/job
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build failed in Jenkins: Maven TLP » maven » MPOM-215 #33
See https://builds.apache.org/job/maven-box/job/maven/job/MPOM-215/33/
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build failed in Jenkins: Maven TLP » maven » slf4j-1.8-modules #34
See https://builds.apache.org/job/maven-box/job/maven/job/slf
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6551 #14
See
https://ci-builds.apache.org/job/Maven/job/mav
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven TLP » maven-studies » maven-metrics #20
See
https://builds.apache.org/job/maven-box/job/maven-
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build unstable in Jenkins: Maven » Maven TLP » maven » master #134
See
https://ci-builds.apache.org/job/Maven/job/maven-box/job
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build failed in Jenkins: Maven » Maven TLP » maven » master #202
See
https://ci-maven.apache.org/job/Maven/job/maven-box/job/ma
[
https://issues.apache.org/jira/browse/MNG-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556756#comment-17556756
]
Jörg Hohwiller commented on MNG-7338:
-
[~michael-o] Thanks for your excellent hint abou
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » master #138
See
https://ci-builds.apache.org/job/Maven/job/maven-box/jo
[ https://issues.apache.org/jira/browse/MNG-6656 ]
Herve Boutemy deleted comment on MNG-6656:
was (Author: hudson):
Build succeeded in Jenkins: Maven » Maven TLP » maven » checkstyle-next #12
See
https://ci-builds.apache.org/job/Maven/job/mave
[
https://issues.apache.org/jira/browse/MNG-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142363#comment-17142363
]
Herve Boutemy edited comment on MNG-6656 at 6/21/22 9:38 AM:
-
d
[
https://issues.apache.org/jira/browse/MNG-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142363#comment-17142363
]
Herve Boutemy edited comment on MNG-6656 at 6/21/22 9:39 AM:
-
d
[
https://issues.apache.org/jira/browse/MNG-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142363#comment-17142363
]
Herve Boutemy edited comment on MNG-6656 at 6/21/22 9:48 AM:
-
d
[
https://issues.apache.org/jira/browse/MNG-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142363#comment-17142363
]
Herve Boutemy edited comment on MNG-6656 at 6/21/22 9:58 AM:
-
d
[
https://issues.apache.org/jira/browse/MRELEASE-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556782#comment-17556782
]
Pablo Caraballo Llorente commented on MRELEASE-282:
---
In theory it sho
b. ohnsorg created MJAR-289:
---
Summary: Support toolchain
Key: MJAR-289
URL: https://issues.apache.org/jira/browse/MJAR-289
Project: Maven JAR Plugin
Issue Type: Improvement
Reporter: b.
olamy commented on PR #31:
URL:
https://github.com/apache/maven-install-plugin/pull/31#issuecomment-1161552566
-0
we reached some consensus few years back saying we will use only
`org.apache,maven` namespace to hide everything happened.
And now we’re back on this?
And then to cha
olamy commented on PR #25:
URL:
https://github.com/apache/maven-deploy-plugin/pull/25#issuecomment-1161553386
-0 same comment as here
https://github.com/apache/maven-install-plugin/pull/31#issuecomment-1161552566
--
This is an automated message from the Apache Git Service.
To respond to
[
https://issues.apache.org/jira/browse/MJAR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556869#comment-17556869
]
Michael Osipov commented on MJAR-289:
-
What exactly you expect to see with this plugin?
slachiewicz commented on PR #31:
URL:
https://github.com/apache/maven-install-plugin/pull/31#issuecomment-1161691911
Let's imagine that we change package to o.a.m for resolver. It's like change
like jakarta from javax. How this will look like? If we just change it, all old
plugins will be
cstamas commented on PR #31:
URL:
https://github.com/apache/maven-install-plugin/pull/31#issuecomment-1161697457
> -0 we reached some consensus few years back saying we will use only
`org.apache,maven` namespace to hide everything happened. And now we’re back on
this? And then to change ag
cstamas commented on code in PR #25:
URL: https://github.com/apache/maven-deploy-plugin/pull/25#discussion_r902575017
##
src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java:
##
@@ -19,16 +19,28 @@
* under the License.
*/
+import java.util.List;
+
+import
cstamas commented on code in PR #25:
URL: https://github.com/apache/maven-deploy-plugin/pull/25#discussion_r902575017
##
src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java:
##
@@ -19,16 +19,28 @@
* under the License.
*/
+import java.util.List;
+
+import
[
https://issues.apache.org/jira/browse/MNG-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556897#comment-17556897
]
Michael Osipov commented on MNG-7427:
-
Can you provide more input?
> Intermittend fail
[
https://issues.apache.org/jira/browse/MNG-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7281.
---
Fix Version/s: (was: wontfix-candidate)
Resolution: Won't Fix
Will not happen with us. Too m
[
https://issues.apache.org/jira/browse/MNG-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556899#comment-17556899
]
Michael Osipov commented on MNG-7050:
-
Waiting for an answer.
> Create M2_REPOSITORY e
[
https://issues.apache.org/jira/browse/MNG-7126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7126.
---
Fix Version/s: (was: waiting-for-feedback)
(was: wontfix-candidate)
Re
cstamas commented on PR #38:
URL: https://github.com/apache/maven-filtering/pull/38#issuecomment-1161742351
@fbricon but m2e uses this, very this implementation? Or it depends, as
AFAIK when takari-lifecycle used, then this implementation is totally swapped
out and unused by it.
--
This
gnodet opened a new pull request, #175:
URL: https://github.com/apache/maven-integration-testing/pull/175
Maven 4.0.x has some code new code which takes care of the terminal width to
adjust the output. The number of dots can thus vary when running the tests
locally.
--
This is an automa
[
https://issues.apache.org/jira/browse/MNG-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556913#comment-17556913
]
Ben Middleton commented on MNG-7427:
Sadly not. It would fail frequently, but not every
[
https://issues.apache.org/jira/browse/MNG-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556913#comment-17556913
]
Ben Middleton edited comment on MNG-7427 at 6/21/22 1:34 PM:
-
S
fbricon commented on PR #38:
URL: https://github.com/apache/maven-filtering/pull/38#issuecomment-1161794101
m2e only uses org.sonatype.plexus.build.incremental.BuildContext.
Looks like the eclipse-takari integration uses its own thing
([io.takari.incrementalbuild.BuildContext](https:
[
https://issues.apache.org/jira/browse/MNG-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556964#comment-17556964
]
Michael Osipov commented on MNG-7427:
-
Have you retried with Maven 3.8.6, if not retry
[
https://issues.apache.org/jira/browse/MJAR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556987#comment-17556987
]
b. ohnsorg commented on MJAR-289:
-
Amended the description. I was of the opinion those who
[
https://issues.apache.org/jira/browse/MNG-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556989#comment-17556989
]
Ben Middleton commented on MNG-7427:
Hi - have upgraded to Maven 3.8.6 and switched bac
hboutemy commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1161978062
- drop pom.xml: are we so constrained that we start complexifying?
- mono-module: ok, we can do it, but does it deserve special case?
- debug mode: it defeats the intent = have useful in
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556999#comment-17556999
]
ASF GitHub Bot commented on MNG-7501:
-
hboutemy commented on PR #756:
URL: https://gith
rmannibucau commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1161988690
> drop pom.xml: are we so constrained that we start complexifying?
Guess that to be fair it should be asked both ways, is current verbosity
worth it and holding any information? Les
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557004#comment-17557004
]
ASF GitHub Bot commented on MNG-7501:
-
rmannibucau commented on PR #756:
URL: https://g
[
https://issues.apache.org/jira/browse/MJAR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MJAR-289.
---
Resolution: Duplicate
> Support toolchain
> -
>
> Key: MJAR-289
>
hboutemy commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162031946
> it is no more true since we get logger configuration on the CLI so we have
built-in toggles now :)
I don't understand
> Hmm, do you have some examples?
yes, see the des
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557016#comment-17557016
]
ASF GitHub Bot commented on MNG-7501:
-
hboutemy commented on PR #756:
URL: https://gith
[
https://issues.apache.org/jira/browse/MNG-7498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557028#comment-17557028
]
Michael Bauer commented on MNG-7498:
The justification is largely paranoia. We install
rmannibucau commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162093910
> I don't understand
Using one logger per concern we get the needed info at will and we dont have
the over-verbose output issue anymore so it enables more data injection user
could
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557030#comment-17557030
]
ASF GitHub Bot commented on MNG-7501:
-
rmannibucau commented on PR #756:
URL: https://g
cstamas commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162170761
> Generally speaking module name should be sufficient if dev did it right.
Please do not be overly smart. Out users has really wildly complex builds,
the fact that you tested with tomee
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557054#comment-17557054
]
ASF GitHub Bot commented on MNG-7501:
-
cstamas commented on PR #756:
URL: https://githu
Will created MSITE-904:
--
Summary: Unable to generate zh_TW locale of site document
Key: MSITE-904
URL: https://issues.apache.org/jira/browse/MSITE-904
Project: Maven Site Plugin
Issue Type: Bug
[
https://issues.apache.org/jira/browse/MSITE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Will updated MSITE-904:
---
Attachment: image-2022-06-22-02-42-48-237.png
image-2022-06-22-02-42-27-184.png
imag
rmannibucau commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162178246
@cstamas exactly, using easy to get and very convention friendly builds we
already hit issues, was the only point.
--
This is an automated message from the Apache Git Service.
To respon
[
https://issues.apache.org/jira/browse/MNG-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557057#comment-17557057
]
ASF GitHub Bot commented on MNG-7501:
-
rmannibucau commented on PR #756:
URL: https://g
michael-o commented on PR #755:
URL: https://github.com/apache/maven/pull/755#issuecomment-1162269472
@cstamas @hboutemy Any objections?
--
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 specif
[
https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557086#comment-17557086
]
ASF GitHub Bot commented on MNG-6965:
-
michael-o commented on PR #755:
URL: https://git
[
https://issues.apache.org/jira/browse/MSITE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557108#comment-17557108
]
Michael Osipov commented on MSITE-904:
--
That's not a bug, but a feature. Long standin
1 - 100 of 117 matches
Mail list logo