]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Use host instead of uuid to detect a preferred host
[gpl/argeo-slc.git] / demo / pom.xml
index e95ded53f63685ba374876fb46b61d4fb356671f..71be268c1d29b390b0a2ea5ef4e1bd7328264e6f 100644 (file)
@@ -17,7 +17,7 @@
        <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>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.osgiboot</artifactId>
                </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.slc.dep</groupId>
+                       <artifactId>org.argeo.slc.dep.agent</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+
+               <!-- Unit Tests -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 
        <profiles>
@@ -77,7 +91,7 @@
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
                                                                        org.argeo.slc.ria
                                                                </slc.osgi.start>
                                                                <slc.osgi.bundles>
+                                                                       ${user.home}/dev/src/sparta/dist/runtime/target;in=*.jar,
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
-                                                                       ${basedir}/../server/org.argeo.slc.siteserver/bundles;in=*;ex=pom.xml;ex=target
+                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*
                                                                </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/agent</execDir>
                                                                <slc.osgi.start>
                                                                        org.springframework.osgi.extender,
                                                                        org.argeo.slc.support.equinox,
-                                                                       org.argeo.slc.agent
+                                                                       org.argeo.slc.agent,
+                                                                       org.argeo.slc.agent.jms
                                                                </slc.osgi.start>
                                                                <slc.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
-                                                                       ${basedir}/../server/org.argeo.slc.siteserver/bundles;in=org.argeo.slc.agent;ex=pom.xml;ex=target
+                                                                       ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
                                                                </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                        <artifactId>org.argeo.slc.dep.agent</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.runtime</groupId>
+                                       <artifactId>org.argeo.slc.support.ant</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>