]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / demo / pom.xml
index 09b674427d7b2ce8e8cb03ac277f2711be9f115c..ad45b4e57990b3f379a346753fd0a631eb7dcb08 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.12.1</version>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
+                                                       <systemPropertiesFile>server.properties</systemPropertiesFile>
                                                        <systemProperties>
-                                                               <argeo.osgi.start>
-                                                                       org.springframework.osgi.extender,
-                                                                       org.argeo.server.ads.server,
-                                                                       org.argeo.slc.server.hsqldb,
-                                                                       org.argeo.slc.server.main,
-                                                                       org.argeo.slc.ria
-                                                               </argeo.osgi.start>
+                                                               <log4j.configuration>file:${basedir}/log4j.properties</log4j.configuration>
+                                                               <argeo.osgi.bundles>
+                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
+                                                               </argeo.osgi.bundles>
+                                                       </systemProperties>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.server</groupId>
+                                       <artifactId>org.argeo.slc.ria</artifactId>
+                               </dependency>
+
+                       </dependencies>
+               </profile>
+               <profile>
+                       <id>server_jcr</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                               <configuration>
+                                                       <execDir>target/exec/server</execDir>
+                                                       <systemPropertiesFile>server_jcr.properties</systemPropertiesFile>
+                                                       <systemProperties>
+                                                               <log4j.configuration>file:${basedir}/log4j.properties</log4j.configuration>
                                                                <argeo.osgi.bundles>
-                                                                       ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
-                                                                       ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
                                                                </argeo.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/agent</execDir>
+                                                       <systemPropertiesFile>agent.properties</systemPropertiesFile>
                                                        <systemProperties>
-                                                               <argeo.osgi.start>
-                                                                       org.springframework.osgi.extender,
-                                                                       org.argeo.slc.support.equinox,
-                                                                       org.argeo.slc.agent,
-                                                                       org.argeo.slc.agent.jms
-                                                               </argeo.osgi.start>
                                                                <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
                                        <artifactId>org.argeo.slc.dep.agent</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.agent.extras</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
+                       </dependencies>
+               </profile>
+               <profile>
+                       <id>slc_gis_position</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                               <configuration>
+                                                       <execDir>target/exec/agent</execDir>
+                                                       <systemPropertiesFile>slc_gis_position.properties</systemPropertiesFile>
+                                                       <systemProperties>
+                                                               <argeo.osgi.bundles>
+                                                                       ${basedir}/../modules/gis;in=*;ex=pom.xml;ex=target
+                                                               </argeo.osgi.bundles>
+                                                       </systemProperties>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.gis</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>
                        <dependencies>
                                <dependency>
                                        <groupId>org.argeo.slc.dep</groupId>
-                                       <artifactId>org.argeo.slc.dep.server</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
                                <dependency>