You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/31 16:51:28 UTC

svn commit: r1129720 - /james/mailet/project/trunk/pom.xml

Author: rdonkin
Date: Tue May 31 14:51:27 2011
New Revision: 1129720

URL: http://svn.apache.org/viewvc?rev=1129720&view=rev
Log:
Pull up OSGI binding into parent pom.

Modified:
    james/mailet/project/trunk/pom.xml

Modified: james/mailet/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129720&r1=1129719&r2=1129720&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 14:51:27 2011
@@ -218,6 +218,36 @@ Source
             </execution>
          </executions>
       </plugin>
+      
+<!-- 
+
+
+
+
+=============================================
+OSGI
+ -->
+      <plugin>
+         <groupId>org.apache.felix</groupId>
+         <artifactId>maven-bundle-plugin</artifactId>
+         <executions>
+            <execution>
+               <id>bundle-manifest</id>
+               <phase>process-classes</phase>
+               <goals>
+                  <goal>manifest</goal>
+               </goals>
+            </execution>
+         </executions>
+         <extensions>true</extensions>
+         <configuration>
+            <instructions>
+               <Export-Package>org.apache.james.*</Export-Package>
+               <Embed-Dependency>*;scope=runtime</Embed-Dependency>
+            </instructions>
+         </configuration>
+      </plugin>
+      
 <!-- 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org