[plexus-compiler] 02/03: Added the missing dependency management entries that should be inherited from the ignored parent pom

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 15 21:37:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository plexus-compiler.

commit 5d9b4d8c748a374199e1a7f2cb947e2916b8de6a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 15 23:34:49 2017 +0200

    Added the missing dependency management entries that should be inherited from the ignored parent pom
---
 debian/changelog                                   |  2 ++
 .../missing-dependency-management-entries.patch    | 24 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6e5af4..82e3d20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 plexus-compiler (2.8.2-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Added the missing dependency management entries that should be inherited
+    from the ignored parent pom.
   * Removed the unused build dependency on libmaven-install-plugin-java
   * Set the source encoding to UTF-8
 
diff --git a/debian/patches/missing-dependency-management-entries.patch b/debian/patches/missing-dependency-management-entries.patch
new file mode 100644
index 0000000..858beb8
--- /dev/null
+++ b/debian/patches/missing-dependency-management-entries.patch
@@ -0,0 +1,24 @@
+Description: Add the missing dependency management entries that should be
+ inherited from the ignored parent pom. This fixes a Maven warning displayed
+ when invoking the maven-compiler-plugin.
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -56,6 +56,16 @@
+         <artifactId>plexus-compiler-test</artifactId>
+         <version>${project.version}</version>
+       </dependency>
++      <dependency>
++        <groupId>junit</groupId>
++        <artifactId>junit</artifactId>
++        <version>4.12</version>
++      </dependency>
++      <dependency>
++        <groupId>org.codehaus.plexus</groupId>
++        <artifactId>plexus-utils</artifactId>
++        <version>3.0.22</version>
++      </dependency>
+     </dependencies>
+   </dependencyManagement>
+   <dependencies>
diff --git a/debian/patches/series b/debian/patches/series
index bcc58ab..0771574 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_test_classpath.patch
 auto-adjust-language-level.patch
 maven-compatibility.patch
+missing-dependency-management-entries.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git



More information about the pkg-java-commits mailing list