Filipe Roque created SUREFIRE-1832:
--
Summary: Exceptions thrown in TestRules are ignored in parallel
test execution
Key: SUREFIRE-1832
URL: https://issues.apache.org/jira/browse/SUREFIRE-1832
Project
[
https://issues.apache.org/jira/browse/MINDEXER-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178090#comment-17178090
]
Hudson commented on MINDEXER-116:
-
Build failed in Jenkins: Maven TLP » maven-indexer »
[
https://issues.apache.org/jira/browse/MINDEXER-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178089#comment-17178089
]
Hudson commented on MINDEXER-116:
-
Build failed in Jenkins: Maven » Maven TLP » maven-i
[
https://issues.apache.org/jira/browse/MDEP-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178084#comment-17178084
]
Hudson commented on MDEP-644:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven-dependency
[
https://issues.apache.org/jira/browse/MSHARED-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178082#comment-17178082
]
Hudson commented on MSHARED-951:
Build succeeded in Jenkins: Maven » Maven TLP » maven-s
Zhenbo Li created MNGSITE-425:
-
Summary: Deadlink showed on page
Key: MNGSITE-425
URL: https://issues.apache.org/jira/browse/MNGSITE-425
Project: Maven Project Web Site
Issue Type: Bug
ian-lavallee commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470872808
##
File path:
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphGraphmlSerializer.java
##
@@ -0,0 +1,174 @@
+package o
elharo commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470850236
##
File path:
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseDependencyGraphBuilder.java
##
@@ -153,8 +152,8 @@ private void a
ian-lavallee commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470832318
##
File path:
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphSerializer.java
##
@@ -42,30 +42,370 @@
M
ian-lavallee commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470809836
##
File path:
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphSerializer.java
##
@@ -42,30 +42,370 @@
M
[
https://issues.apache.org/jira/browse/JXR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178002#comment-17178002
]
scottyg commented on JXR-143:
-
Any timetable for a release?
> New goals jxr-no-fork and test-jx
michael-o commented on pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62#issuecomment-674190235
Agreed.
This is an automated message from the Apache Git Service.
To respond to the message, please log
elharo commented on pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62#issuecomment-674167632
The general contract of a unit test is running a function with known, fixed
input and comparing it to known fixed output. `unifyLineSeparators()` means the
input and outpu
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177869#comment-17177869
]
Amelia Eiras edited comment on MNG-6928 at 8/14/20, 4:50 PM:
-
H
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177869#comment-17177869
]
Amelia Eiras edited comment on MNG-6928 at 8/14/20, 4:50 PM:
-
H
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177869#comment-17177869
]
Amelia Eiras commented on MNG-6928:
---
Hola Martin,
The feather to the left is also my fa
elharo commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470712390
##
File path:
src/test/java/org/apache/maven/plugins/dependency/tree/VerboseGraphSerializerTest.java
##
@@ -250,4 +256,390 @@ public void tes
bimargulies-google commented on a change in pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470711906
##
File path:
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphSerializer.java
##
@@ -42,30 +42,370 @@
michael-o commented on pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62#issuecomment-674133252
But the purpose of the test is to test the tags and not the line separators?
You have removed `unifyLineSeparators()` which makes it better.
--
elharo commented on pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62#issuecomment-674111902
It passes on all platforms ATM but it's not testing the same thing on all
platforms. E.g. if we had a bug in handling \r\n then the bug wouldn't be seen
when running on Li
michael-o commented on pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62#issuecomment-674102646
Isn't the test portable already when the proper line separator is used
throughout?
This is an automate
[
https://issues.apache.org/jira/browse/MRESOURCES-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177787#comment-17177787
]
Dennis Lundberg commented on MRESOURCES-265:
Thanks for configuration and
elharo opened a new pull request #63:
URL: https://github.com/apache/maven-shared-utils/pull/63
@hboutemy
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
[
https://issues.apache.org/jira/browse/MDEP-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177755#comment-17177755
]
Hudson commented on MDEP-644:
-
Build succeeded in Jenkins: Maven TLP » maven-dependency-plugin
[
https://issues.apache.org/jira/browse/MSHARED-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177752#comment-17177752
]
Hudson commented on MSHARED-951:
Build succeeded in Jenkins: Maven TLP » maven-shared-ut
[
https://issues.apache.org/jira/browse/MSHARED-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated MSHARED-954:
--
Summary: Deprecate StringUtils.unifyLineSeparator (was: Deprecate
StringUtils
Elliotte Rusty Harold created MSHARED-954:
-
Summary: Deprecate StringUtils.unifyLIneSeparator
Key: MSHARED-954
URL: https://issues.apache.org/jira/browse/MSHARED-954
Project: Maven Shared Compo
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177746#comment-17177746
]
Ryan St. James commented on MNG-6928:
-
[~rfscholte] sorry I did not... :) is "super POM
elharo opened a new pull request #62:
URL: https://github.com/apache/maven-shared-utils/pull/62
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
[
https://issues.apache.org/jira/browse/MSHARED-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold reassigned MSHARED-952:
-
Assignee: Elliotte Rusty Harold
> Xpp3DomBuilderTest converts line sepa
[
https://issues.apache.org/jira/browse/MSHARED-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold resolved MSHARED-951.
---
Fix Version/s: maven-shared-utils-3.4.0
Resolution: Fixed
> Checked e
elharo merged pull request #61:
URL: https://github.com/apache/maven-shared-utils/pull/61
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
elharo merged pull request #92:
URL: https://github.com/apache/maven-dependency-plugin/pull/92
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
elharo commented on pull request #95:
URL:
https://github.com/apache/maven-dependency-plugin/pull/95#issuecomment-674046364
Please change the title so it differs from #92
This is an automated message from the Apache Git Ser
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177727#comment-17177727
]
Robert Scholte commented on MNG-6928:
-
I guess you didn't notice "Super POM" was a link
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177700#comment-17177700
]
Ryan St. James commented on MNG-6928:
-
updated image (typo fixes) Next we can update co
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-Contributor-aug14.png
> CREATE: Call to Action design card
> ---
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-User.png
> CREATE: Call to Action design card
>
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-Content-aug14.png
> CREATE: Call to Action design card
> ---
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Comment: was deleted
(was: updated image (typo fixes) Next we can update code imagery as Robert
sugg
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-User.png
> CREATE: Call to Action design card
>
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177698#comment-17177698
]
Ryan St. James commented on MNG-6928:
-
updated image (typo fixes) Next we can update co
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-Contributor-aug14.png
> CREATE: Call to Action design card
> ---
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan St. James updated MNG-6928:
Attachment: Maven-SM-User.png
Maven-SM-Contributor-aug14.png
Maven-SM-
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177642#comment-17177642
]
Maarten Mulders edited comment on MNG-6928 at 8/14/20, 9:28 AM:
-
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177642#comment-17177642
]
Maarten Mulders edited comment on MNG-6928 at 8/14/20, 9:27 AM:
-
[
https://issues.apache.org/jira/browse/MNG-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177642#comment-17177642
]
Maarten Mulders commented on MNG-6928:
--
Wow, they're beautiful! I especially like thos
47 matches
Mail list logo