slawekjaranowski commented on PR #183:
URL: https://github.com/apache/maven-enforcer/pull/183#issuecomment-1237740485
@raupachz thanks for PR - looks ok.
Please add corresponding documentation in this PR - we will have complete
change.
Files to edit are in
https://github.com/apach
slawekjaranowski commented on code in PR #183:
URL: https://github.com/apache/maven-enforcer/pull/183#discussion_r963331915
##
enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/TestRequireFilesDontExist.java:
##
@@ -136,6 +136,34 @@ public void testFileDoesNotExist(
slawekjaranowski commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1237753963
I will look at integration tests.
--
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
[
https://issues.apache.org/jira/browse/MSHARED-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski reassigned MSHARED-1125:
Assignee: Slawomir Jaranowski
> Require Maven args to be provided one by
Baubak Gandomi created SUREFIRE-2115:
Summary: Unable to execute specific inner class test in Surefire
Key: SUREFIRE-2115
URL: https://issues.apache.org/jira/browse/SUREFIRE-2115
Project: Maven Sur
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963353890
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
asser
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963360482
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
File logF
michael-o commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1237775446
What about `invoker.properties`?
--
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
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963363365
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963364441
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
asser
michael-o commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-123803
> Looks good to me. Fwiw, I have found 32 references to such pattern in
`maven-integration-testing` by looking for `\.addCliOption\( "[\S]+ .*"`. A PR
should be raised asap to align
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963366392
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
Fi
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963367622
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
File logF
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963367622
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
File logF
slawekjaranowski commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1237793320
> What about `invoker.properties`?
it is not used here ... it is for `maven-invoker-plugin` - I think.
--
This is an automated message from the Apache Git Service.
To
eltsovalex commented on code in PR #24:
URL:
https://github.com/apache/maven-build-cache-extension/pull/24#discussion_r963450942
##
src/main/java/org/apache/maven/buildcache/xml/CacheConfigImpl.java:
##
@@ -87,6 +87,16 @@ public class CacheConfigImpl implements
org.apache.mave
[
https://issues.apache.org/jira/browse/MBUILDCACHE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600681#comment-17600681
]
ASF GitHub Bot commented on MBUILDCACHE-22:
---
eltsovalex commented on code i
eltsovalex commented on PR #24:
URL:
https://github.com/apache/maven-build-cache-extension/pull/24#issuecomment-1237868527
Typos fixed in javadoc + new parameters described in documentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/MBUILDCACHE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600683#comment-17600683
]
ASF GitHub Bot commented on MBUILDCACHE-22:
---
eltsovalex commented on PR #24
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963626152
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
asser
michael-o commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1238064353
> > What about `invoker.properties`?
>
> it is not used here ... it is for `maven-invoker-plugin` - I think.
Right, this is used by Invoker.
--
This is an automated me
Delany created MENFORCER-431:
Summary: Skip specific rules
Key: MENFORCER-431
URL: https://issues.apache.org/jira/browse/MENFORCER-431
Project: Maven Enforcer Plugin
Issue Type: New Feature
[
https://issues.apache.org/jira/browse/MENFORCER-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Delany updated MENFORCER-431:
-
Description:
I can select rules like
{code:java}
mvn verify -Drules=alwaysPass,alwaysFail {code}
or sk
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r963652162
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
[
https://issues.apache.org/jira/browse/MSHARED-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600782#comment-17600782
]
Antoine Tran commented on MSHARED-966:
--
Hi,
We have a very weird similar issue upg
raupachz commented on code in PR #183:
URL: https://github.com/apache/maven-enforcer/pull/183#discussion_r963770596
##
enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/TestRequireFilesDontExist.java:
##
@@ -136,6 +136,34 @@ public void testFileDoesNotExist()
raupachz commented on code in PR #183:
URL: https://github.com/apache/maven-enforcer/pull/183#discussion_r963771388
##
enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/TestRequireFilesDontExist.java:
##
@@ -136,6 +136,34 @@ public void testFileDoesNotExist()
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964066549
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964087646
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
Fi
Jesuis33 opened a new pull request, #3:
URL: https://github.com/apache/maven-sources/pull/3
C:\ProgramData\Microsoft\Diagnosis\FeedbackArchive
--
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
michael-o commented on PR #3:
URL: https://github.com/apache/maven-sources/pull/3#issuecomment-1238569044
What is the purpose of this PR?
--
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 speci
Jesuis33 commented on PR #3:
URL: https://github.com/apache/maven-sources/pull/3#issuecomment-1238569365
gh repo clone apache/maven-clean-plugin
--
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
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964096799
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
asser
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964098369
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
File logF
[
https://issues.apache.org/jira/browse/MNG-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MNG-7046:
---
Assignee: (was: Michael Osipov)
> Revert MNG-5639 and make repo config static only (no ${p
[
https://issues.apache.org/jira/browse/MDEPLOY-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MDEPLOY-282:
--
Assignee: (was: Michael Osipov)
> Revert MDEPLOY-231
> --
>
>
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964119844
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1237,20 +1237,9 @@ public void executeGoals( List goals,
Map envVars )
File logF
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964121264
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1599,11 +1576,28 @@ public void setCliOptions( List cliOptions )
this.cliOptions =
michael-o commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964121301
##
src/main/java/org/apache/maven/shared/verifier/Verifier.java:
##
@@ -1599,11 +1576,28 @@ public void setCliOptions( List cliOptions )
this.cliOptions =
Slawomir Jaranowski created MSHARED-1128:
Summary: Deprecate all executeGoal(s) methods
Key: MSHARED-1128
URL: https://issues.apache.org/jira/browse/MSHARED-1128
Project: Maven Shared Component
[
https://issues.apache.org/jira/browse/MSHARED-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MSHARED-1128:
-
Fix Version/s: maven-verifier-2.0.0
> Deprecate all executeGoal(s) methods
> --
slawekjaranowski commented on code in PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#discussion_r964138332
##
src/test/java/org/apache/maven/shared/verifier/VerifierTest.java:
##
@@ -130,4 +139,74 @@ void testDefaultFilterMap() throws VerificationException
michael-o commented on code in PR #159:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/159#discussion_r964140570
##
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##
@@ -6879,6 +6892,33 @@ private void writeDebugJavadocScript( String cmdLine,
[
https://issues.apache.org/jira/browse/MSHARED-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600971#comment-17600971
]
Michael Osipov edited comment on MSHARED-1128 at 9/6/22 8:33 PM:
[
https://issues.apache.org/jira/browse/MSHARED-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600971#comment-17600971
]
Michael Osipov commented on MSHARED-1128:
-
Fantastic, but has one issue. The na
alzimmermsft commented on code in PR #159:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/159#discussion_r964153349
##
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##
@@ -6879,6 +6892,33 @@ private void writeDebugJavadocScript( String cmdLi
michael-o commented on code in PR #159:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/159#discussion_r964160516
##
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##
@@ -6879,6 +6892,33 @@ private void writeDebugJavadocScript( String cmdLine,
michael-o commented on PR #790:
URL: https://github.com/apache/maven/pull/790#issuecomment-1238646659
Why to 3.9.x first?
--
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
[
https://issues.apache.org/jira/browse/MNG-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600988#comment-17600988
]
ASF GitHub Bot commented on MNG-7502:
-
michael-o commented on PR #790:
URL: https://git
slachiewicz commented on PR #790:
URL: https://github.com/apache/maven/pull/790#issuecomment-1238648290
what else do you suggest? 3.8?
--
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
[
https://issues.apache.org/jira/browse/MNG-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600990#comment-17600990
]
ASF GitHub Bot commented on MNG-7502:
-
slachiewicz commented on PR #790:
URL: https://g
michael-o commented on PR #790:
URL: https://github.com/apache/maven/pull/790#issuecomment-1238654609
I would expect master first and then go over to 3.9.0.
--
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
[
https://issues.apache.org/jira/browse/MNG-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600999#comment-17600999
]
ASF GitHub Bot commented on MNG-7502:
-
michael-o commented on PR #790:
URL: https://git
alzimmermsft commented on code in PR #159:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/159#discussion_r964177173
##
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##
@@ -6879,6 +6892,33 @@ private void writeDebugJavadocScript( String cmdLi
Michael Osipov created MSHARED-1129:
---
Summary: Replace CLI options with CLI args
Key: MSHARED-1129
URL: https://issues.apache.org/jira/browse/MSHARED-1129
Project: Maven Shared Components
I
michael-o commented on PR #41:
URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1238926625
@slawekjaranowski FYI: https://issues.apache.org/jira/browse/MSHARED-1129
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
[
https://issues.apache.org/jira/browse/MSHARED-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSHARED-1129:
Description: As it turns out now, any type of arguments are passed, not
just options or g
slawekjaranowski merged PR #41:
URL: https://github.com/apache/maven-verifier/pull/41
--
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/MSHARED-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601143#comment-17601143
]
Hudson commented on MSHARED-1125:
-
Build succeeded in Jenkins: Maven » Maven TLP » mave
[
https://issues.apache.org/jira/browse/MSHARED-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MSHARED-1125.
Resolution: Fixed
> Require Maven args to be provided one by one
> --
60 matches
Mail list logo