Author: ivol
Date: Tue Oct 12 14:32:24 2010
New Revision: 156
Log:
AMDATU-102 added dependency.type for all in reactor bundle artifacts to enable
in reactor build
Modified:
trunk/amdatu-release/pom.xml
Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml (original)
+++ trunk/amdatu-release/pom.xml Tue Oct 12 14:32:24 2010
@@ -16,12 +16,14 @@
<artifactId>dashboard</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.application</groupId>
<artifactId>gadgetmanagement</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<!-- Example bundles -->
@@ -30,18 +32,21 @@
<artifactId>course-gadget</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.example</groupId>
<artifactId>course-service</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.example</groupId>
<artifactId>friends-gadget</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<!-- Gadget bundles -->
@@ -50,12 +55,14 @@
<artifactId>login</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.gadget</groupId>
<artifactId>sparqlendpoint</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<!-- Platform bundles -->
@@ -64,78 +71,91 @@
<artifactId>authorization</artifactId>
<version>${platform.version}</version>
<scope>compile</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>cassandra-application</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>cassandra-listener</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>cassandra-persistencemanager</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>config-template-manager</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>httpcontext</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>loghandler</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>profile-service</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>sesame-application</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>shindig-application</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>tenant-service</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>useradmin-cassandra-store</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>wink-application</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
+ <type>bundle</type>
</dependency>
<!-- System bundles -->