[Git][java-team/maven-debian-helper][master] Fixed the regression causing the ignored rules to be included in the installed…
Emmanuel Bourg
gitlab at salsa.debian.org
Tue Sep 11 17:48:43 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-debian-helper
Commits:
f9b7b0bd by Emmanuel Bourg at 2018-09-11T16:44:22Z
Fixed the regression causing the ignored rules to be included in the installed poms like publish rules (Closes: #908591)
- - - - -
2 changed files:
- debian-maven-plugin/src/main/java/org/debian/maven/plugin/SysInstallMojo.java
- debian/changelog
Changes:
=====================================
debian-maven-plugin/src/main/java/org/debian/maven/plugin/SysInstallMojo.java
=====================================
@@ -131,7 +131,7 @@ public class SysInstallMojo extends AbstractMojo {
@Parameter(property = "maven.ignoreRules", defaultValue = "maven.ignoreRules", required = true)
private String mavenIgnoreRules;
- @Parameter(property = "maven.publishedRules", defaultValue = "maven.ignoreRules", required = true)
+ @Parameter(property = "maven.publishedRules", defaultValue = "maven.publishedRules", required = true)
private String mavenPublishedRules;
/**
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+maven-debian-helper (2.3.2) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed a regression in maven-debian-helper/2.3 causing the ignored rules
+ to be included in the installed poms like publish rules (Closes: #908591)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 11 Sep 2018 18:44:09 +0200
+
maven-debian-helper (2.3.1) unstable; urgency=medium
* Team upload.
View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/commit/f9b7b0bdde46cdc9c2c41598b306027041d1f8a6
--
View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/commit/f9b7b0bdde46cdc9c2c41598b306027041d1f8a6
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/20180911/63897c9a/attachment.html>
More information about the pkg-java-commits
mailing list