]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/org.argeo.slc.it.webapp/pom.xml
[maven-release-plugin] rollback the release of argeo-slc-0.11.4
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / pom.xml
index f5933836f554d01a264a04583a34ae727116c708..d81fd8ff0820ea77a61b52c6696b97018b6e4bfd 100644 (file)
@@ -9,7 +9,7 @@
        <groupId>org.argeo.slc.it</groupId>
        <artifactId>org.argeo.slc.it.webapp</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Integration Tests Web Application</name>
+       <name>SLC Integration Tests Web Application</name>
        <build>
                <plugins>
                        <plugin>
                                        </argsToAppend>
                                        <systemProperties>
                                                <slc.osgi.bundles>
-                                                       ${basedir}/../../demo/site;in=*;ex=target,
-                                                       ${basedir}/../../server/org.argeo.slc.siteserver/bundles;in=*
-                                                               </slc.osgi.bundles>
+                                                       ${basedir}/../../demo/site;in=*;ex=target;ex=pom.xml,
+                                                       ${basedir}/../../modules/server;in=*;ex=target;ex=pom.xml,
+                                                       ${basedir}/../../modules/agent;in=*;ex=target;ex=pom.xml
+                                               </slc.osgi.bundles>
                                                <slc.osgi.start>
                                                        org.springframework.osgi.extender,
                                                        org.argeo.slc.server.main,
                                                        org.argeo.slc.server.hsqldb,
                                                        org.argeo.slc.ria,
-                                                       org.argeo.slc.agent                                                             
+                                                       org.argeo.slc.agent,                                                            
+                                                       org.argeo.slc.agent.jms                                                 
                                                </slc.osgi.start>
                                        </systemProperties>
                                </configuration>
                        <artifactId>org.argeo.slc.ria</artifactId>
                </dependency>
 
-               <!-- Test -->
+               <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.launcher</artifactId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
                </dependency>
        </dependencies>