S4n60w3n commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554272389
@rfscholte Is this more to your liking?
This is an au
S4n60w3n commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554273028
As for the tests I have an issue as all the tree dependency tests are
disabled for the moment and not quite working
[
https://issues.apache.org/jira/browse/MNG-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated MNG-6771:
Fix Version/s: 3.6.3
> Fix license issues on binary distribution
> --
rfscholte commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554283078
Looks quite good, just know that a project cannot have a `scope`, and its
`type` is called `packaging`.
-
S4n60w3n commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554284537
> Looks quite good, just know that a project cannot have a `scope`, and its
`type` is called `packaging
S4n60w3n commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554289705
@rfscholte
```
org.apache.maven.plugins
maven-dependency-plugin
3.1.2-SNAPSHOT
maven-plugin
Michael Brackx created MSHADE-334:
-
Summary: reproducible build
Key: MSHADE-334
URL: https://issues.apache.org/jira/browse/MSHADE-334
Project: Maven Shade Plugin
Issue Type: Improvement
A
[
https://issues.apache.org/jira/browse/MSHADE-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974988#comment-16974988
]
Michael Brackx commented on MSHADE-334:
---
for files copied from other archives the o
[
https://issues.apache.org/jira/browse/SUREFIRE-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975005#comment-16975005
]
Aaron Digulla commented on SUREFIRE-1631:
-
I'm still unsure what happens. When
mthmulders commented on issue #24: [MDEP-435] Added xml outputType to
dependency tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554312759
> As for the tests I have an issue as all the tree dependency tests are
disabled for the moment and not quite wor
[
https://issues.apache.org/jira/browse/SUREFIRE-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975017#comment-16975017
]
Aaron Digulla commented on SUREFIRE-1631:
-
Things will be easier to understand
S4n60w3n commented on issue #24: [MDEP-435] Added xml outputType to dependency
tree
URL:
https://github.com/apache/maven-dependency-plugin/pull/24#issuecomment-554323925
@mthmulders
> > As for the tests I have an issue as all the tree dependency tests
are disabled for the moment a
[
https://issues.apache.org/jira/browse/MCOMPILER-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975072#comment-16975072
]
Jakub Bochenski commented on MCOMPILER-403:
---
Use true to see warnings, the y
Andreas Wirooks created MDEPLOY-262:
---
Summary: Fail on HTTP-Statuscode 409 on Upload instead of warn
Key: MDEPLOY-262
URL: https://issues.apache.org/jira/browse/MDEPLOY-262
Project: Maven Deploy Plug
[
https://issues.apache.org/jira/browse/MDEPLOY-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975093#comment-16975093
]
Andreas Wirooks commented on MDEPLOY-262:
-
See also this logline:
{noformat}
93
[
https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975096#comment-16975096
]
Dustin Singleton commented on MNG-6772:
---
Is there any hope that we could get this fix
Maarten Mulders created MDEP-664:
Summary: Get goal misses unit tests
Key: MDEP-664
URL: https://issues.apache.org/jira/browse/MDEP-664
Project: Maven Dependency Plugin
Issue Type: Improvemen
mthmulders opened a new pull request #25: [MDEP-664] Restore disabled unit
tests for Get goal
URL: https://github.com/apache/maven-dependency-plugin/pull/25
Following this checklist to help us incorporate your
contribution quickly and easily:
- [X] Make sure there is a [JIRA
is
[
https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975144#comment-16975144
]
Robert Scholte commented on MNG-6772:
-
My focus is on something else right now.
And fi
Václav Haisman created MASSEMBLY-923:
Summary: NPE when axis:axis-ant:1.4 is part of dependencySet
Key: MASSEMBLY-923
URL: https://issues.apache.org/jira/browse/MASSEMBLY-923
Project: Maven Assembl
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Václav Haisman updated MASSEMBLY-923:
-
Description:
I can reproduce a NPE when axis:axis-ant:1.4 is part of dependencySet. Se
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Václav Haisman updated MASSEMBLY-923:
-
Description:
I can reproduce a NPE when axis:axis-ant:1.4 is part of dependencySet. Se
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975169#comment-16975169
]
Václav Haisman commented on MASSEMBLY-923:
--
It looks like the issue might be
rfscholte merged pull request #25: [MDEP-664] Restore disabled unit tests for
Get goal
URL: https://github.com/apache/maven-dependency-plugin/pull/25
This is an automated message from the Apache Git Service.
To respond to th
[
https://issues.apache.org/jira/browse/MDEP-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MDEP-664.
---
Fix Version/s: 3.1.2
Assignee: Robert Scholte
Resolution: Fixed
Fixed in
[c419cd40a140
[
https://issues.apache.org/jira/browse/MCOMPILER-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
François Loison updated MCOMPILER-372:
--
Attachment: maven-compiler-plugin.MCOMPILER-372.patch
> Unable to compile modularize
[
https://issues.apache.org/jira/browse/MCOMPILER-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975181#comment-16975181
]
François Loison commented on MCOMPILER-372:
---
I may have found a patch.
Plug
[
https://issues.apache.org/jira/browse/MDEP-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975190#comment-16975190
]
Hudson commented on MDEP-664:
-
Build succeeded in Jenkins: Maven TLP » maven-dependency-plugin
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975192#comment-16975192
]
Václav Haisman commented on MASSEMBLY-923:
--
Further debugging reveals that {{
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975192#comment-16975192
]
Václav Haisman edited comment on MASSEMBLY-923 at 11/15/19 3:49 PM:
Dmitry Timofeev created SUREFIRE-1720:
-
Summary: JUnit 5 @Nested classes are not excluded when name ends
in Tests
Key: SUREFIRE-1720
URL: https://issues.apache.org/jira/browse/SUREFIRE-1720
Projec
[
https://issues.apache.org/jira/browse/SUREFIRE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Timofeev updated SUREFIRE-1720:
--
Description:
{color:#808080}`` {color}over source file names does not exclude the
{
[
https://issues.apache.org/jira/browse/SUREFIRE-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975207#comment-16975207
]
Enrico Olivelli commented on SUREFIRE-1347:
---
[~karthikus] do you remember ho
[
https://issues.apache.org/jira/browse/MASSEMBLY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Václav Haisman updated MASSEMBLY-923:
-
Description:
I can reproduce a NPE when axis:axis-ant:1.4 is part of dependencySet. Se
[
https://issues.apache.org/jira/browse/MCOMPILER-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975317#comment-16975317
]
Robert Scholte commented on MCOMPILER-372:
--
Can you create a pullrequest at h
Alex lewis created MWAR-428:
---
Summary: Clean required when dependencies are updated
Key: MWAR-428
URL: https://issues.apache.org/jira/browse/MWAR-428
Project: Maven WAR Plugin
Issue Type: Bug
A
[
https://issues.apache.org/jira/browse/MWAR-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex lewis updated MWAR-428:
Description:
A {{mvn clean}} is required when a dependency version is updated in a war
project pom file; oth
[
https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975490#comment-16975490
]
Bernhard Mähr commented on MPIR-374:
[~michael-o] My fault, the fix should be already i
[
https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975490#comment-16975490
]
Bernhard Mähr edited comment on MPIR-374 at 11/16/19 12:32 AM:
--
39 matches
Mail list logo