Author: bdekruijff at gmail.com
Date: Fri Oct 29 15:33:16 2010
New Revision: 218
Log:
AMDATU-143 Globally enabled bundle plugin extensions to handle bundle packaging
type
Modified:
trunk/application-bundles/dashboard-bundle/pom.xml
trunk/application-bundles/gadget-management/pom.xml
trunk/example-bundles/course-service/pom.xml
trunk/example-bundles/friends-gadget/pom.xml
trunk/gadget-bundles/login-gadget/pom.xml
trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
trunk/integration-tests/pom.xml
trunk/platform-bundles/authorization-service/pom.xml
trunk/platform-bundles/cassandra-application/pom.xml
trunk/platform-bundles/cassandra-listener/pom.xml
trunk/platform-bundles/cassandra-persistencemanager/pom.xml
trunk/platform-bundles/config-template-manager/pom.xml
trunk/platform-bundles/filebased-configuration/pom.xml
trunk/platform-bundles/httpcontext/pom.xml
trunk/platform-bundles/loghandler/pom.xml
trunk/platform-bundles/profile-service/pom.xml
trunk/platform-bundles/sesame-application/pom.xml
trunk/platform-bundles/shindig-application/pom.xml
trunk/platform-bundles/tenant-service/pom.xml
trunk/platform-bundles/useradmin-cassandra-store/pom.xml
trunk/platform-bundles/wink-application/pom.xml
trunk/pom.xml
Modified: trunk/application-bundles/dashboard-bundle/pom.xml
==============================================================================
--- trunk/application-bundles/dashboard-bundle/pom.xml (original)
+++ trunk/application-bundles/dashboard-bundle/pom.xml Fri Oct 29 15:33:16 2010
@@ -37,7 +37,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.application.dashboard.osgi.Activator</Bundle-Activator>
Modified: trunk/application-bundles/gadget-management/pom.xml
==============================================================================
--- trunk/application-bundles/gadget-management/pom.xml (original)
+++ trunk/application-bundles/gadget-management/pom.xml Fri Oct 29 15:33:16 2010
@@ -72,7 +72,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.application.gadgetmanagement.osgi.Activator</Bundle-Activator>
Modified: trunk/example-bundles/course-service/pom.xml
==============================================================================
--- trunk/example-bundles/course-service/pom.xml (original)
+++ trunk/example-bundles/course-service/pom.xml Fri Oct 29 15:33:16 2010
@@ -110,7 +110,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.example.course.service.osgi.Activator</Bundle-Activator>
Modified: trunk/example-bundles/friends-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/friends-gadget/pom.xml (original)
+++ trunk/example-bundles/friends-gadget/pom.xml Fri Oct 29 15:33:16 2010
@@ -33,7 +33,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.example.friends.gadget.osgi.Activator</Bundle-Activator>
Modified: trunk/gadget-bundles/login-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/login-gadget/pom.xml (original)
+++ trunk/gadget-bundles/login-gadget/pom.xml Fri Oct 29 15:33:16 2010
@@ -45,7 +45,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.gadget.login.osgi.Activator</Bundle-Activator>
Modified: trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml (original)
+++ trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml Fri Oct 29 15:33:16 2010
@@ -45,7 +45,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.gadget.sparqlendpoint.Activator</Bundle-Activator>
Modified: trunk/integration-tests/pom.xml
==============================================================================
--- trunk/integration-tests/pom.xml (original)
+++ trunk/integration-tests/pom.xml Fri Oct 29 15:33:16 2010
@@ -110,7 +110,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.test.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/authorization-service/pom.xml
==============================================================================
--- trunk/platform-bundles/authorization-service/pom.xml (original)
+++ trunk/platform-bundles/authorization-service/pom.xml Fri Oct 29
15:33:16 2010
@@ -57,7 +57,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.authorization.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/cassandra-application/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-application/pom.xml (original)
+++ trunk/platform-bundles/cassandra-application/pom.xml Fri Oct 29
15:33:16 2010
@@ -61,7 +61,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.cassandra.application.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/cassandra-listener/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-listener/pom.xml (original)
+++ trunk/platform-bundles/cassandra-listener/pom.xml Fri Oct 29 15:33:16 2010
@@ -32,7 +32,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.cassandra.listener.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/cassandra-persistencemanager/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-persistencemanager/pom.xml (original)
+++ trunk/platform-bundles/cassandra-persistencemanager/pom.xml Fri Oct 29
15:33:16 2010
@@ -27,7 +27,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.cassandra.persistencemanager.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/config-template-manager/pom.xml
==============================================================================
--- trunk/platform-bundles/config-template-manager/pom.xml (original)
+++ trunk/platform-bundles/config-template-manager/pom.xml Fri Oct 29
15:33:16 2010
@@ -44,7 +44,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.configtemplatemanager.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/filebased-configuration/pom.xml
==============================================================================
--- trunk/platform-bundles/filebased-configuration/pom.xml (original)
+++ trunk/platform-bundles/filebased-configuration/pom.xml Fri Oct 29
15:33:16 2010
@@ -37,7 +37,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.configuration.filebased.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/httpcontext/pom.xml
==============================================================================
--- trunk/platform-bundles/httpcontext/pom.xml (original)
+++ trunk/platform-bundles/httpcontext/pom.xml Fri Oct 29 15:33:16 2010
@@ -52,7 +52,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.httpcontext.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/loghandler/pom.xml
==============================================================================
--- trunk/platform-bundles/loghandler/pom.xml (original)
+++ trunk/platform-bundles/loghandler/pom.xml Fri Oct 29 15:33:16 2010
@@ -27,7 +27,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.loghandler.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/profile-service/pom.xml
==============================================================================
--- trunk/platform-bundles/profile-service/pom.xml (original)
+++ trunk/platform-bundles/profile-service/pom.xml Fri Oct 29 15:33:16 2010
@@ -57,7 +57,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.profile.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/sesame-application/pom.xml
==============================================================================
--- trunk/platform-bundles/sesame-application/pom.xml (original)
+++ trunk/platform-bundles/sesame-application/pom.xml Fri Oct 29 15:33:16 2010
@@ -39,7 +39,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.sesame.application.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/shindig-application/pom.xml
==============================================================================
--- trunk/platform-bundles/shindig-application/pom.xml (original)
+++ trunk/platform-bundles/shindig-application/pom.xml Fri Oct 29 15:33:16 2010
@@ -96,7 +96,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.shindig.application.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/tenant-service/pom.xml
==============================================================================
--- trunk/platform-bundles/tenant-service/pom.xml (original)
+++ trunk/platform-bundles/tenant-service/pom.xml Fri Oct 29 15:33:16 2010
@@ -48,7 +48,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.tenant.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/useradmin-cassandra-store/pom.xml
==============================================================================
--- trunk/platform-bundles/useradmin-cassandra-store/pom.xml (original)
+++ trunk/platform-bundles/useradmin-cassandra-store/pom.xml Fri Oct 29
15:33:16 2010
@@ -74,7 +74,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.useradmin.store.cassandra.osgi.Activator</Bundle-Activator>
Modified: trunk/platform-bundles/wink-application/pom.xml
==============================================================================
--- trunk/platform-bundles/wink-application/pom.xml (original)
+++ trunk/platform-bundles/wink-application/pom.xml Fri Oct 29 15:33:16 2010
@@ -51,7 +51,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.wink.osgi.Activator</Bundle-Activator>
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri Oct 29 15:33:16 2010
@@ -823,6 +823,13 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
</plugin>
+ <!--
+ Activate bundle plugin globally so it can handle bundle extensions.
+ -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ </plugin>
</plugins>
<!-- Here we manage the plugins of all child projects -->
@@ -831,6 +838,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
<version>2.1.0</version>
</plugin>