ascheman commented on code in PR #816:
URL:
https://github.com/apache/maven-shade-plugin/pull/816#discussion_r3369222788
##########
.github/workflows/maven-verify.yml:
##########
@@ -24,4 +24,6 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ maven4-enabled: true
Review Comment:
Dropped — will let #810 rebase on top of this once these IT fixes land.
Thanks!
##########
src/it/projects/MSHADE-285_createTestSourcesJar/pom.xml:
##########
@@ -64,6 +64,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
+ <version>3.3.1</version>
Review Comment:
Done — switched to `@version.maven-source-plugin@` in both MSHADE-285 and
MSHADE-340 for consistency. Thanks for the pointer!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]