2009-04-19 10:59:31 +02:00
|
|
|
<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/maven-v4_0_0.xsd">
|
2009-07-27 21:21:28 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-19 10:59:31 +02:00
|
|
|
|
2009-07-27 21:21:28 +02:00
|
|
|
<artifactId>akka-kernel</artifactId>
|
|
|
|
|
<name>Akka Kernel Module</name>
|
2009-04-19 10:59:31 +02:00
|
|
|
|
2009-07-27 21:21:28 +02:00
|
|
|
<packaging>jar</packaging>
|
2009-04-19 10:59:31 +02:00
|
|
|
|
2009-07-27 21:21:28 +02:00
|
|
|
<parent>
|
|
|
|
|
<artifactId>akka</artifactId>
|
2009-08-04 18:06:34 +02:00
|
|
|
<groupId>se.scalablesolutions.akka</groupId>
|
2010-02-10 11:32:53 +01:00
|
|
|
<version>0.7-SNAPSHOT</version>
|
2009-07-27 21:21:28 +02:00
|
|
|
</parent>
|
2009-04-19 10:59:31 +02:00
|
|
|
|
2009-09-03 11:02:21 +02:00
|
|
|
<!-- akka deps -->
|
2009-07-27 21:21:28 +02:00
|
|
|
<dependencies>
|
2009-09-03 11:02:21 +02:00
|
|
|
<dependency>
|
2009-12-21 21:12:44 +01:00
|
|
|
<artifactId>akka-rest</artifactId>
|
2009-11-24 17:41:08 +01:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
2009-09-03 11:02:21 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2009-12-21 21:12:44 +01:00
|
|
|
<artifactId>akka-amqp</artifactId>
|
2009-11-24 17:41:08 +01:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
2009-09-03 11:02:21 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2009-12-21 21:12:44 +01:00
|
|
|
<artifactId>akka-security</artifactId>
|
2009-11-24 17:41:08 +01:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
2009-09-03 11:02:21 +02:00
|
|
|
</dependency>
|
2009-11-24 22:31:02 +01:00
|
|
|
<dependency>
|
2009-12-21 21:12:44 +01:00
|
|
|
<artifactId>akka-persistence-cassandra</artifactId>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>akka-persistence-mongo</artifactId>
|
2009-11-24 17:41:08 +01:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
2009-09-07 18:42:15 +02:00
|
|
|
</dependency>
|
2009-12-30 08:36:24 +01:00
|
|
|
<dependency>
|
|
|
|
|
<artifactId>akka-persistence-redis</artifactId>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2009-12-22 19:05:16 +01:00
|
|
|
<dependency>
|
|
|
|
|
<artifactId>akka-comet</artifactId>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2010-01-11 22:36:57 +01:00
|
|
|
<dependency>
|
|
|
|
|
<artifactId>akka-cluster-jgroups</artifactId>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2010-01-27 23:41:15 +01:00
|
|
|
<!--dependency>
|
|
|
|
|
<artifactId>akka-cluster-shoal</artifactId>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency-->
|
2009-09-03 11:02:21 +02:00
|
|
|
|
2009-12-15 16:59:08 +01:00
|
|
|
<!-- For Atmosphere -->
|
2009-12-23 21:37:39 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
|
|
<version>${jersey.version}</version>
|
|
|
|
|
</dependency>
|
2009-08-04 18:06:34 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.atmosphere</groupId>
|
2009-12-02 22:42:05 +01:00
|
|
|
<artifactId>atmosphere-annotations</artifactId>
|
|
|
|
|
<version>${atmosphere.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.atmosphere</groupId>
|
|
|
|
|
<artifactId>atmosphere-jersey</artifactId>
|
|
|
|
|
<version>${atmosphere.version}</version>
|
2009-08-04 18:06:34 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.atmosphere</groupId>
|
2009-12-02 22:42:05 +01:00
|
|
|
<artifactId>atmosphere-runtime</artifactId>
|
|
|
|
|
<version>${atmosphere.version}</version>
|
2009-08-04 18:06:34 +02:00
|
|
|
</dependency>
|
2009-07-27 21:21:28 +02:00
|
|
|
</dependencies>
|
2009-07-03 17:15:36 +02:00
|
|
|
|
2009-07-27 21:21:28 +02:00
|
|
|
<build>
|
|
|
|
|
<plugins>
|
2009-09-22 23:49:34 +02:00
|
|
|
<plugin>
|
2009-11-24 22:31:02 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
|
<version>1.2.1</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>install</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>shade</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<artifactSet>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>junit:junit</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</artifactSet>
|
|
|
|
|
<transformers>
|
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"/>
|
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
2009-12-22 21:29:15 +01:00
|
|
|
<mainClass>se.scalablesolutions.akka.Main</mainClass>
|
2009-11-24 22:31:02 +01:00
|
|
|
</transformer>
|
|
|
|
|
</transformers>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2009-08-14 00:01:18 +02:00
|
|
|
<plugin>
|
2009-08-14 09:55:17 +02:00
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
2009-08-14 00:01:18 +02:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
2009-08-14 09:55:17 +02:00
|
|
|
<phase>install</phase>
|
2009-08-14 00:01:18 +02:00
|
|
|
<configuration>
|
2009-08-14 09:55:17 +02:00
|
|
|
<tasks>
|
2009-11-24 17:41:08 +01:00
|
|
|
<copy file="target/akka-kernel-${project.version}.jar"
|
|
|
|
|
tofile="../dist/akka-${project.version}.jar"/>
|
2009-08-14 09:55:17 +02:00
|
|
|
</tasks>
|
2009-08-14 00:01:18 +02:00
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
2009-08-14 09:55:17 +02:00
|
|
|
<goal>run</goal>
|
2009-08-14 00:01:18 +02:00
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2009-07-27 21:21:28 +02:00
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2009-04-19 10:59:31 +02:00
|
|
|
</project>
|