Updated Branches: refs/heads/master 8cde67087 -> 96c7e3fdd
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/96c7e3fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/96c7e3fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/96c7e3fd Branch: refs/heads/master Commit: 96c7e3fddca16445e96acde819f5ad4f45b294ef Parents: 24efe5c Author: Hugo Trippaers <[email protected]> Authored: Sat Sep 22 22:00:53 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Sat Sep 22 22:00:53 2012 +0200 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/96c7e3fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 80bc545..0c600bc 100644 --- a/pom.xml +++ b/pom.xml @@ -271,6 +271,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>
