[plexus-languages] 01/01: Added the missing plexus-component-metadata configuration
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 14 23:41:02 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-languages.
commit 92400663d13eb09ff864947cd32f4986f48d50b6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Dec 15 00:38:35 2017 +0100
Added the missing plexus-component-metadata configuration
---
debian/changelog | 6 +++++
...1-plexus-component-metadata-configuration.patch | 27 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3b9b393..6bcaed7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+plexus-languages (0.9.5-2) unstable; urgency=medium
+
+ * Added the missing plexus-component-metadata configuration
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 15 Dec 2017 00:38:20 +0100
+
plexus-languages (0.9.5-1) unstable; urgency=medium
* Initial release (Closes: #883995)
diff --git a/debian/patches/01-plexus-component-metadata-configuration.patch b/debian/patches/01-plexus-component-metadata-configuration.patch
new file mode 100644
index 0000000..ab35370
--- /dev/null
+++ b/debian/patches/01-plexus-component-metadata-configuration.patch
@@ -0,0 +1,27 @@
+Description: Adds the missing plexus-component-metadata configuration
+ that should be inherited from the parent plexus pom.
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/plexus-java/pom.xml
++++ b/plexus-java/pom.xml
+@@ -31,6 +31,20 @@
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.7.1</version>
++ <executions>
++ <execution>
++ <id>process-classes</id>
++ <goals>
++ <goal>generate-metadata</goal>
++ </goals>
++ </execution>
++ <execution>
++ <id>process-test-classes</id>
++ <goals>
++ <goal>generate-test-metadata</goal>
++ </goals>
++ </execution>
++ </executions>
+ </plugin>
+ </plugins>
+ </build>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0c2d12a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-plexus-component-metadata-configuration.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-languages.git
More information about the pkg-java-commits
mailing list