]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Use nio activemq transport
[gpl/argeo-slc.git] / demo / pom.xml
index 82275a0f58b5770e3f4df91c429b0eecfd75b61b..269454a1f34cd0037ac8dac7009e3e4d3553807f 100644 (file)
@@ -10,7 +10,7 @@
        <groupId>org.argeo.slc</groupId>
        <artifactId>demo</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Demo</name>
+       <name>SLC Demo</name>
        <modules>
                <module>site</module>
        </modules>
                </dependency>
 
                <!--
-                       Unit Tests <dependency> <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.unit</artifactId> <scope>test</scope>
-                       </dependency>
-               -->
+                       Unit Tests -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
 
        </dependencies>
 
@@ -96,9 +99,9 @@
                                                                        org.argeo.slc.ria
                                                                </slc.osgi.start>
                                                                <slc.osgi.bundles>
-                                                                       ${user.home}/dev/src/sparta/dist/runtime/target;in=*.jar,
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
-                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*
+                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
+                                                                       ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
                                                                </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/detached</execDir>
-                                                       <fork>false</fork>
+                                                       <fork>true</fork>
                                                        <systemProperties>
                                                                <slc.osgi.start>
                                                                        org.springframework.osgi.extender,
                                        <groupId>net.sourceforge.mx4j</groupId>
                                        <artifactId>com.springsource.mx4j</artifactId>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.eclipse.osgi</groupId>
+                                       <artifactId>org.eclipse.osgi</artifactId>
+                                       <version>3.5.0.v20090311-1300</version>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>