]> 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 ef22873797e2a08bab81fdea3e7934521509cf64..d81fd8ff0820ea77a61b52c6696b97018b6e4bfd 100644 (file)
@@ -2,11 +2,6 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <!--
-                       <groupId>org.argeo.slc.server</groupId>
-                       <artifactId>deploy</artifactId> <version>0.11.4-SNAPSHOT</version>
-                       <relativePath>../../server/org.argeo.slc.siteserver</relativePath>
-               -->
                <groupId>org.argeo.slc</groupId>
                <artifactId>integration-tests</artifactId>
                <version>0.11.4-SNAPSHOT</version>
        <groupId>org.argeo.slc.it</groupId>
        <artifactId>org.argeo.slc.it.webapp</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Web Application Integration Tests</name>
+       <name>SLC Integration Tests Web Application</name>
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
+                               <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <version>${version.maven-argeo-osgi}</version>
                                <configuration>
                                        </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.argeo.dep.osgi.catalina.start,
                                                        org.springframework.osgi.extender,
-                                                       org.springframework.osgi.web.extender,
-                                                       org.springframework.osgi.samples.simplewebapp,
-                                                       org.argeo.slc.server.activemq,
+                                                       org.argeo.slc.server.main,
                                                        org.argeo.slc.server.hsqldb,
-                                                       org.argeo.slc.server.hibernate,
-                                                       org.argeo.slc.server.services,
-                                                       org.argeo.slc.server.jms,
-                                                       org.argeo.slc.webapp,
                                                        org.argeo.slc.ria,
-                                                       org.argeo.slc.agent                                                             
-                                                               </slc.osgi.start>
+                                                       org.argeo.slc.agent,                                                            
+                                                       org.argeo.slc.agent.jms                                                 
+                                               </slc.osgi.start>
                                        </systemProperties>
                                </configuration>
                                <executions>
                </plugins>
        </build>
        <dependencies>
-               <!--  Server -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.equinox</artifactId>
+                       <groupId>org.argeo.slc.dep</groupId>
+                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                       <artifactId>org.argeo.slc.dep.agent</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <!-- TEST -->
+               <!-- RIA -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.server</artifactId>
-                       <scope>test</scope>
+                       <groupId>org.argeo.slc.server</groupId>
+                       <artifactId>org.argeo.slc.ria</artifactId>
                </dependency>
+
+               <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
                </dependency>
        </dependencies>