MARMOTTA-428: added Bundle-Category to the maven-bundle-plugin configuration in the parent
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/3988ed29 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/3988ed29 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/3988ed29 Branch: refs/heads/ldp Commit: 3988ed2945fa53fb9a8dc69b73f59cb7bd97b4b4 Parents: f92ecc1 Author: Rupert Westenthaler <[email protected]> Authored: Wed Feb 26 12:02:58 2014 +0100 Committer: Rupert Westenthaler <[email protected]> Committed: Wed Feb 26 12:02:58 2014 +0100 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/3988ed29/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 61ebf5e..3c1e23b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -550,6 +550,7 @@ <inherited>true</inherited> <configuration> <instructions> + <Bundle-Category>Apache Marmotta</Bundle-Category> <Bundle-DocURL>http://marmotta.apache.org</Bundle-DocURL> <Bundle-Vendor>Apache Marmotta</Bundle-Vendor> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
