[Git][java-team/plexus-utils2][master] 2 commits: Work around maven-resources-plugin bug to avoid a FTBFS
Markus Koschany (@apo)
gitlab at salsa.debian.org
Wed Jun 29 19:03:36 BST 2022
Markus Koschany pushed to branch master at Debian Java Maintainers / plexus-utils2
Commits:
1ac02a44 by Markus Koschany at 2022-06-29T19:57:53+02:00
Work around maven-resources-plugin bug to avoid a FTBFS
- - - - -
3e226aa8 by Markus Koschany at 2022-06-29T20:00:59+02:00
Update changelog
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plexus-utils2 (3.3.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Work around maven-resources-plugin bug to avoid a FTBFS and remove the test
+ symlinks for now. (Closes: #1013478)
+
+ -- Markus Koschany <apo at debian.org> Wed, 29 Jun 2022 20:00:11 +0200
+
plexus-utils2 (3.3.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -12,3 +12,8 @@ override_dh_auto_install:
dh_link -plibplexus-utils2-java usr/share/java/plexus-utils2.jar usr/share/maven-repo/org/codehaus/plexus/plexus-utils/debian/plexus-utils-debian.jar
dh_auto_install
+
+override_dh_auto_build:
+ # Workaround for maven-resources-plugin bug https://issues.apache.org/jira/browse/MRESOURCES-237
+ $(RM) src/test/resources/symlinks/src/sym*
+ dh_auto_build
View it on GitLab: https://salsa.debian.org/java-team/plexus-utils2/-/compare/4fe908463ccd2907b9c3abff5688d2e601560e32...3e226aa8ea2d48ca95677e62fd58e65d295ba6f1
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-utils2/-/compare/4fe908463ccd2907b9c3abff5688d2e601560e32...3e226aa8ea2d48ca95677e62fd58e65d295ba6f1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220629/dc6429de/attachment.htm>
More information about the pkg-java-commits
mailing list