]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Improve SLC GIS Position
[gpl/argeo-slc.git] / demo / pom.xml
index eecd2551310910f53e400ea2de1644b60df4146d..37ab5507c4acb171a8a2eeca28880586753b3a54 100644 (file)
                                                <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.hibernate,
-                                                                       org.argeo.slc.server.main,
-                                                                       org.argeo.slc.ria
-                                                               </argeo.osgi.start>
                                                                <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
+                                                       <systemPropertiesFile>server_jcr.properties</systemPropertiesFile>
                                                        <systemProperties>
-                                                               <argeo.osgi.start>
-                                                                       org.springframework.osgi.extender,
-                                                                       org.argeo.server.ads.server,
-                                                                       org.argeo.slc.server.jcr,
-                                                                       org.argeo.slc.server.main,
-                                                                       org.argeo.slc.ria
-                                                               </argeo.osgi.start>
                                                                <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
                                                <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
                                </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}/site;in=*;ex=pom.xml;ex=target,
+                                                                       ${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.sdk</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
+                       </dependencies>
+               </profile>
                <profile>
                        <id>detached</id>
                        <build>