Make sure implementation version is added to all jars
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/673a2c0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/673a2c0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/673a2c0c Branch: refs/heads/4.0 Commit: 673a2c0c3dc42d622de028a5d4faa59c79a7aaef Parents: c4d37b7 Author: Hugo Trippaers <[email protected]> Authored: Sat Sep 22 22:00:53 2012 +0200 Committer: Edison Su <[email protected]> Committed: Mon Sep 24 10:09:06 2012 -0700 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/673a2c0c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 24faff7..e3e535a 100644 --- a/pom.xml +++ b/pom.xml @@ -296,6 +296,19 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <archive> + <manifest> + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> + </manifest> + </archive> + </configuration> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.7</version>
