[GitHub] [maven] vishnuvardhan9008 commented on pull request #481: new line added in readme

2021-06-18 Thread GitBox
vishnuvardhan9008 commented on pull request #481: URL: https://github.com/apache/maven/pull/481#issuecomment-864357418 dummy line addedd -- 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

[GitHub] [maven] vishnuvardhan9008 opened a new pull request #481: new line added in readme

2021-06-18 Thread GitBox
vishnuvardhan9008 opened a new pull request #481: URL: https://github.com/apache/maven/pull/481 dummy line added Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Commented] (MNG-7175) Upgrade Maven Resolver to 1.7.1

2021-06-18 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365812#comment-17365812 ] Hudson commented on MNG-7175: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #171 See

[jira] [Commented] (MNG-7172) Warning about signing of libjansi on macOS

2021-06-18 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365808#comment-17365808 ] Hudson commented on MNG-7172: - Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7172 #2 See

[GitHub] [maven] michael-o commented on pull request #480: [MNG-7172] Exclude JAnsi native library for osx

2021-06-18 Thread GitBox
michael-o commented on pull request #480: URL: https://github.com/apache/maven/pull/480#issuecomment-864296220 It is "macOS", "OSX" is dead for a very long time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Closed] (MNG-7175) Upgrade Maven Resolver to 1.7.1

2021-06-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7175. --- Resolution: Fixed Fixed with

[GitHub] [maven] rfscholte commented on pull request #480: [MNG-7172] Exclude JAnsi native library for osx

2021-06-18 Thread GitBox
rfscholte commented on pull request #480: URL: https://github.com/apache/maven/pull/480#issuecomment-864284295 I was looking at the jansi-native library of Maven 3.8.1, but the structure has changed. Will fix it. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-apache-parent] rfscholte commented on pull request #48: [MPOM-264] Parameterize maven-compiler-plugin with parameter "release"

2021-06-18 Thread GitBox
rfscholte commented on pull request #48: URL: https://github.com/apache/maven-apache-parent/pull/48#issuecomment-863420838 -- 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.

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #113: Bump resolver.version from 1.6.2 to 1.7.1

2021-06-18 Thread GitBox
dependabot[bot] opened a new pull request #113: URL: https://github.com/apache/maven-indexer/pull/113 Bumps `resolver.version` from 1.6.2 to 1.7.1. Updates `maven-resolver-api` from 1.6.2 to 1.7.1 Commits

[GitHub] [maven-apache-parent] rfscholte closed pull request #48: [MPOM-264] Parameterize maven-compiler-plugin with parameter "release"

2021-06-18 Thread GitBox
rfscholte closed pull request #48: URL: https://github.com/apache/maven-apache-parent/pull/48 -- 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. For queries about this

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-06-18 Thread GitBox
Tibor17 edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-862383677 @kriegaex I am available and the work goes on. I found the root cause: the object `AsynchronousSocketChannel` must not be stolen from the TCP thread. The socket

[GitHub] [maven-dependency-analyzer] elharo merged pull request #32: Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2

2021-06-18 Thread GitBox
elharo merged pull request #32: URL: https://github.com/apache/maven-dependency-analyzer/pull/32 -- 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. For queries about this

[GitHub] [maven-shade-plugin] nielsbasjes commented on a change in pull request #25: [MSHADE-36] Use reduced dependencies

2021-06-18 Thread GitBox
nielsbasjes commented on a change in pull request #25: URL: https://github.com/apache/maven-shade-plugin/pull/25#discussion_r653856204 ## File path: src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java ## @@ -285,6 +286,14 @@ @Parameter( defaultValue = "false"

[GitHub] [maven-indexer] dependabot[bot] closed pull request #108: Bump resolver.version from 1.6.2 to 1.7.0

2021-06-18 Thread GitBox
dependabot[bot] closed pull request #108: URL: https://github.com/apache/maven-indexer/pull/108 -- 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. For queries about this

[GitHub] [maven-dependency-analyzer] elharo opened a new pull request #34: [MDEP-753] inline deprecated field

2021-06-18 Thread GitBox
elharo opened a new pull request #34: URL: https://github.com/apache/maven-dependency-analyzer/pull/34 @michael-o -- 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. For

[GitHub] [maven-shade-plugin] michael-o commented on pull request #26: [MSHADE-326] Hide shaded dependencies from the rest of the reactor build

2021-06-18 Thread GitBox
michael-o commented on pull request #26: URL: https://github.com/apache/maven-shade-plugin/pull/26#issuecomment-863796865 Will first try to understand the problem and then get back to you. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-shade-plugin] nielsbasjes commented on pull request #26: [MSHADE-326] Hide shaded dependencies from the rest of the reactor build

2021-06-18 Thread GitBox
nielsbasjes commented on pull request #26: URL: https://github.com/apache/maven-shade-plugin/pull/26#issuecomment-863565642 @michael-o I rebased the code. Moved the tests to the right place. Checked the review comments and applied similar changes (like the `@since 3.3.0`) .

[GitHub] [maven-checkstyle-plugin] stevenschenk edited a comment on pull request #47: [MCHECKSTYLE-401] - NullPointerException in Violation class

2021-06-18 Thread GitBox
stevenschenk edited a comment on pull request #47: URL: https://github.com/apache/maven-checkstyle-plugin/pull/47#issuecomment-863814367 > > @stevenschenk the checkstyle API states that file and line can never be null. So I expect you are fixing a problem which can never occur, only in

[GitHub] [maven-shade-plugin] nielsbasjes commented on a change in pull request #26: [MSHADE-326] Hide shaded dependencies from the rest of the reactor build

2021-06-18 Thread GitBox
nielsbasjes commented on a change in pull request #26: URL: https://github.com/apache/maven-shade-plugin/pull/26#discussion_r654455037 ## File path: src/it/projects/MSHADE-326-Hide-dependencies-from-reactor/verify.bsh ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #112: Bump lucene.version from 5.5.5 to 8.9.0

2021-06-18 Thread GitBox
dependabot[bot] commented on pull request #112: URL: https://github.com/apache/maven-indexer/pull/112#issuecomment-863776372 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #108: Bump resolver.version from 1.6.2 to 1.7.0

2021-06-18 Thread GitBox
dependabot[bot] commented on pull request #108: URL: https://github.com/apache/maven-indexer/pull/108#issuecomment-863737986 Superseded by #113. -- 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

[GitHub] [maven-checkstyle-plugin] elharo commented on pull request #47: [MCHECKSTYLE-401] - NullPointerException in Violation class

2021-06-18 Thread GitBox
elharo commented on pull request #47: URL: https://github.com/apache/maven-checkstyle-plugin/pull/47#issuecomment-863978418 -- 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.

[GitHub] [maven] rfscholte opened a new pull request #480: [MNG-7172] Exclude JAnsi native library for osx

2021-06-18 Thread GitBox
rfscholte opened a new pull request #480: URL: https://github.com/apache/maven/pull/480 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

[GitHub] [maven-shade-plugin] Reamer opened a new pull request #100: [MSHADE-396] Improve SourceContent Shading

2021-06-18 Thread GitBox
Reamer opened a new pull request #100: URL: https://github.com/apache/maven-shade-plugin/pull/100 This PR tries to improve the shading of the source content. It adds some more exclusions which are explained in the source code. I use the generated source code in

[GitHub] [maven-checkstyle-plugin] elharo merged pull request #47: [MCHECKSTYLE-401] - NullPointerException in Violation class

2021-06-18 Thread GitBox
elharo merged pull request #47: URL: https://github.com/apache/maven-checkstyle-plugin/pull/47 -- 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. For queries about this

[GitHub] [maven-indexer] asfgit closed pull request #112: Bump lucene.version from 5.5.5 to 8.9.0

2021-06-18 Thread GitBox
asfgit closed pull request #112: URL: https://github.com/apache/maven-indexer/pull/112 -- 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. For queries about this service,

[GitHub] [maven-shade-plugin] Snipx commented on pull request #25: [MSHADE-36] Use reduced dependencies

2021-06-18 Thread GitBox
Snipx commented on pull request #25: URL: https://github.com/apache/maven-shade-plugin/pull/25#issuecomment-863795681 Excellent cooperation, thank you folks! So glad to see this fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-checkstyle-plugin] stevenschenk commented on pull request #47: [MCHECKSTYLE-401] - NullPointerException in Violation class

2021-06-18 Thread GitBox
stevenschenk commented on pull request #47: URL: https://github.com/apache/maven-checkstyle-plugin/pull/47#issuecomment-863814367 > > @stevenschenk the checkstyle API states that file and line can never be null. So I expect you are fixing a problem which can never occur, only in tests.

[GitHub] [maven-apache-parent] kwin edited a comment on pull request #48: [MPOM-264] Parameterize maven-compiler-plugin with parameter "release"

2021-06-18 Thread GitBox
kwin edited a comment on pull request #48: URL: https://github.com/apache/maven-apache-parent/pull/48#issuecomment-863433434 -- 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

[GitHub] [maven-apache-parent] kwin commented on pull request #48: [MPOM-264] Parameterize maven-compiler-plugin with parameter "release"

2021-06-18 Thread GitBox
kwin commented on pull request #48: URL: https://github.com/apache/maven-apache-parent/pull/48#issuecomment-863424360 -- 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. For

[GitHub] [maven-shade-plugin] michael-o closed pull request #25: [MSHADE-36] Use reduced dependencies

2021-06-18 Thread GitBox
michael-o closed pull request #25: URL: https://github.com/apache/maven-shade-plugin/pull/25 -- 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. For queries about this

[GitHub] [maven-shade-plugin] nielsbasjes commented on pull request #25: [MSHADE-36] Use reduced dependencies

2021-06-18 Thread GitBox
nielsbasjes commented on pull request #25: URL: https://github.com/apache/maven-shade-plugin/pull/25#issuecomment-863539176 Yes, will do -- 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

[GitHub] [maven-shade-plugin] michael-o commented on pull request #25: [MSHADE-36] Use reduced dependencies

2021-06-18 Thread GitBox
michael-o commented on pull request #25: URL: https://github.com/apache/maven-shade-plugin/pull/25#issuecomment-863500811 -- 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.

[GitHub] [maven-shade-plugin] michael-o commented on a change in pull request #26: [MSHADE-326] Hide shaded dependencies from the rest of the reactor build

2021-06-18 Thread GitBox
michael-o commented on a change in pull request #26: URL: https://github.com/apache/maven-shade-plugin/pull/26#discussion_r654418515 ## File path: src/it/projects/MSHADE-326-Hide-dependencies-from-reactor/verify.bsh ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache Software

[GitHub] [maven-dependency-analyzer] elharo merged pull request #33: Bump maven-javadoc-plugin from 3.2.0 to 3.3.0

2021-06-18 Thread GitBox
elharo merged pull request #33: URL: https://github.com/apache/maven-dependency-analyzer/pull/33 -- 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. For queries about this

[jira] [Resolved] (MDEP-754) Analyze incorrectly warns that junit is test only when it is a compile time dependency

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MDEP-754. Resolution: Duplicate dupe of MDEP-753 > Analyze incorrectly warns that junit is

[jira] [Closed] (MDEP-754) Analyze incorrectly warns that junit is test only when it is a compile time dependency

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MDEP-754. -- > Analyze incorrectly warns that junit is test only when it is a compile time > dependency

[jira] [Closed] (MDEP-730) unpack - parameter markersDirectory always gives an exception, while setting it

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MDEP-730. -- > unpack - parameter markersDirectory always gives an exception, while setting > it >

[jira] [Resolved] (MDEP-730) unpack - parameter markersDirectory always gives an exception, while setting it

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MDEP-730. Resolution: Invalid > unpack - parameter markersDirectory always gives an exception,

[jira] [Commented] (MDEP-730) unpack - parameter markersDirectory always gives an exception, while setting it

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365665#comment-17365665 ] Elliotte Rusty Harold commented on MDEP-730: I suspect this is a configuration error.

[jira] [Created] (MDEP-755) DependencyClassFileVisitor should use Logger

2021-06-18 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MDEP-755: -- Summary: DependencyClassFileVisitor should use Logger Key: MDEP-755 URL: https://issues.apache.org/jira/browse/MDEP-755 Project: Maven Dependency Plugin

[jira] [Commented] (MDEP-753) Non-test dependency reported as Non-test scoped test only dependency

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365649#comment-17365649 ] Elliotte Rusty Harold commented on MDEP-753: Just an educated guess but this might be the

[jira] [Updated] (MCOMPILER-468) Introduce parameter to be used for source, target and release

2021-06-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MCOMPILER-468: -- Description: Setting up the maven-compiler-plugin in a way that is compatible with

[jira] [Commented] (MDEP-753) Non-test dependency reported as Non-test scoped test only dependency

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365514#comment-17365514 ] Elliotte Rusty Harold commented on MDEP-753: What we really need to fix this is a super simple

[jira] [Commented] (MSHADE-326) Hide shaded dependencies from the rest of the reactor build

2021-06-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365486#comment-17365486 ] Michael Osipov commented on MSHADE-326: --- The description does not make sense. Maven never reads the

[jira] [Commented] (MCHECKSTYLE-401) NullPointerException in Violation class

2021-06-18 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365479#comment-17365479 ] Hudson commented on MCHECKSTYLE-401: Build succeeded in Jenkins: Maven » Maven TLP »

[jira] [Updated] (MCHECKSTYLE-404) maven-checkstyle-plugin version 3.1.2 Old version of checkstyle detected. Consider updating to >= v8.30

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MCHECKSTYLE-404: -- Issue Type: Dependency upgrade (was: Bug) >

[jira] [Updated] (MCHECKSTYLE-401) NullPointerException in Violation class

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MCHECKSTYLE-401: -- Fix Version/s: 3.2.0 > NullPointerException in Violation class >

[jira] [Closed] (MCHECKSTYLE-401) NullPointerException in Violation class

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MCHECKSTYLE-401. - > NullPointerException in Violation class >

[jira] [Resolved] (MCHECKSTYLE-401) NullPointerException in Violation class

2021-06-18 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MCHECKSTYLE-401. --- Resolution: Fixed > NullPointerException in Violation class >

[jira] [Updated] (MSHADE-396) Improve SourceContent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Issue Type: Bug (was: Task) > Improve SourceContent Shading > - >

[jira] [Updated] (MSHADE-396) Improve SourceContent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Affects Version/s: 3.2.4 > Improve SourceContent Shading > - > >

[jira] [Updated] (MSHADE-396) Improve SourceContent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Affects Version/s: 3.3.0 > Improve SourceContent Shading > - > >

[jira] [Updated] (MSHADE-396) Improve SourceContent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Summary: Improve SourceContent Shading (was: Improve SourceConent Shading) > Improve

[jira] [Updated] (MSHADE-396) Improve SourceConent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Description: MSHADE-252 has greatly improved the shading of the source content. I used this

[jira] [Updated] (MSHADE-396) Improve SourceConent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Description: MSHADE-252 has greatly improved the shading of the source content. I used this

[jira] [Updated] (MSHADE-396) Improve SourceConent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Description: MSHADE-252 has greatly improved the shading of the source content. I used this

[jira] [Updated] (MSHADE-396) Improve SourceConent Shading

2021-06-18 Thread Philipp Dallig (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Dallig updated MSHADE-396: -- Description: MSHADE-252 has greatly improved the shading of the source content. I used this

[jira] [Created] (MNG-7175) Upgrade Maven Resolver to 1.7.1

2021-06-18 Thread Michael Osipov (Jira)
Michael Osipov created MNG-7175: --- Summary: Upgrade Maven Resolver to 1.7.1 Key: MNG-7175 URL: https://issues.apache.org/jira/browse/MNG-7175 Project: Maven Issue Type: Dependency upgrade

[jira] [Created] (MSHADE-396) Improve SourceConent Shading

2021-06-18 Thread Philipp Dallig (Jira)
Philipp Dallig created MSHADE-396: - Summary: Improve SourceConent Shading Key: MSHADE-396 URL: https://issues.apache.org/jira/browse/MSHADE-396 Project: Maven Shade Plugin Issue Type: Task

[jira] [Commented] (MPOM-244) Deploy SHA-512 for source-release to Remote Repository

2021-06-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365268#comment-17365268 ] Herve Boutemy commented on MPOM-244: PR for checksum-maven-plugin done