]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/org.argeo.slc.it.webapp/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / pom.xml
index 8a3573402e1334156415d980c98654feab64762d..9a9ab43676eff427c685e301aff653939120fe62 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>integration-tests</artifactId>
-               <version>0.11.5-SNAPSHOT</version>
+               <version>0.13.0</version>
        </parent>
        <groupId>org.argeo.slc.it</groupId>
        <artifactId>org.argeo.slc.it.webapp</artifactId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <version>${version.maven-argeo-osgi}</version>
                                <configuration>
+                                       <useDependencies>false</useDependencies>
                                        <argsToAppend>
                                                <arg>-clean</arg>
                                        </argsToAppend>
                                        <systemProperties>
-                                               <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>
+                                               <argeo.osgi.bundles>
+                                                       ${basedir}/../../demo/site;in=*;ex=target;ex=pom.xml;ex=.*,
+                                                       ${project.build.directory}/lib;in=*.jar,
+                                               </argeo.osgi.bundles>
+                                               <!--
+                                                       <argeo.osgi.bundles>
+                                                       ${basedir}/../../demo/site;in=*;ex=target;ex=pom.xml;ex=.*,
+                                                       ${basedir}/../../modules/server;in=*;ex=target;ex=pom.xml;ex=.*,
+                                                       ${basedir}/../../modules/agent;in=*;ex=target;ex=pom.xml;ex=.*
+                                                       </argeo.osgi.bundles>
+                                               -->
+
+                                               <argeo.osgi.start>
                                                        org.springframework.osgi.extender,
                                                        org.argeo.slc.server.main,
-                                                       org.argeo.slc.server.hsqldb,
+                                                       org.argeo.slc.server.h2,
+                                                       org.argeo.slc.server.hibernate,
                                                        org.argeo.slc.ria,
-                                                       org.argeo.slc.agent,                                                            
-                                                       org.argeo.slc.agent.jms                                                 
-                                               </slc.osgi.start>
+                                                       org.argeo.slc.agent,
+                                                       org.argeo.slc.agent.jms,
+                                                       org.argeo.slc.demo.minimal,
+                                                       org.argeo.slc.demo.basic,
+                                                       org.argeo.slc.demo.ant                                          
+                                               </argeo.osgi.start>
+                                               <argeo.server.port.http>7080</argeo.server.port.http>
+                                               <!--
+                                                       <argeo.osgi.start> org.springframework.osgi.extender,
+                                                       org.argeo.server.ads.server,
+                                                       org.argeo.slc.server.jackrabbit.derby, org.argeo.slc.server.jcr,
+                                                       org.argeo.slc.server.main, org.argeo.slc.ria,
+                                                       org.argeo.slc.agent, org.argeo.slc.agent.jms,
+                                                       org.argeo.slc.demo.minimal, org.argeo.slc.demo.basic,
+                                                       org.argeo.slc.demo.ant </argeo.osgi.start>
+                                               -->
                                        </systemProperties>
                                </configuration>
                                <executions>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-dependencies</id>
+                                               <phase>process-resources</phase>
+                                               <goals>
+                                                       <goal>copy-dependencies</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <includeTypes>jar</includeTypes>
+                                                       <outputDirectory>${project.build.directory}/lib</outputDirectory>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                       <artifactId>org.argeo.slc.dep.sdk</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.agent</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <!-- RIA -->
-               <dependency>
-                       <groupId>org.argeo.slc.server</groupId>
-                       <artifactId>org.argeo.slc.ria</artifactId>
-               </dependency>
-
                <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>