You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by al...@apache.org on 2016/12/21 10:02:21 UTC

svn commit: r1775383 - /aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml

Author: alien11689
Date: Wed Dec 21 10:02:21 2016
New Revision: 1775383

URL: http://svn.apache.org/viewvc?rev=1775383&view=rev
Log:
[ARIES-1639] Convert blueprint-maven-plugin-annotation from jar to bundle; This closes #61

Modified:
    aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml

Modified: aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml?rev=1775383&r1=1775382&r2=1775383&view=diff
==============================================================================
--- aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml (original)
+++ aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml Wed Dec 21 10:02:21 2016
@@ -1,19 +1,31 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
         <version>2.0.1</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
-  <groupId>org.apache.aries.blueprint</groupId>
-  <artifactId>blueprint-maven-plugin-annotation</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
-  <name>Apache Aries Blueprint Plugin Annotations</name>
+    <groupId>org.apache.aries.blueprint</groupId>
+    <artifactId>blueprint-maven-plugin-annotation</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.0.1-SNAPSHOT</version>
+    <name>Apache Aries Blueprint Plugin Annotations</name>
 
-  <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</developerConnection>
-      <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</url>
-  </scm>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation
+        </developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</url>
+    </scm>
+
+    <properties>
+        <aries.osgi.export.pkg>
+            org.apache.aries.blueprint.annotation.config
+        </aries.osgi.export.pkg>
+        <aries.osgi.import.pkg/>
+        <aries.osgi.private.pkg/>
+        <lastReleaseVersion>1.0.0</lastReleaseVersion>
+    </properties>
 </project>