]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Improve SystemCall
[gpl/argeo-slc.git] / demo / pom.xml
index 2f0b5017399b654ba1cc223589b4faa769d3bf8d..27e7888d0c0b3df08b22024ab2689631e4becd5a 100644 (file)
@@ -4,10 +4,10 @@
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
                <version>0.11.4-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.demo</groupId>
-       <artifactId>deploy</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>demo</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC Demo Deploy</name>
        <modules>
@@ -22,7 +22,6 @@
                                <configuration>
                                        <argsToAppend>
                                                <arg>-clean</arg>
-                                               <arg>-noExit</arg>
                                        </argsToAppend>
                                        <systemProperties>
                                                <slc.osgi.bundles>${basedir}/site;in=*;ex=**/.svn/**,${basedir}/../server/org.argeo.slc.siteserver/bundles;in=*;ex=**/.svn/**</slc.osgi.bundles>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.osgiboot</artifactId>
                </dependency>
-
-               <!--  TESTS -->
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.equinox</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
-               </dependency>
        </dependencies>
 
        <profiles>
                                </plugins>
                        </build>
                        <dependencies>
-                               <!--  Server -->
                                <dependency>
-                                       <groupId>org.argeo.slc.server</groupId>
-                                       <artifactId>deploy</artifactId>
-                                       <type>pom</type>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                                       <version>${project.version}</version>
                                </dependency>
                        </dependencies>
                </profile>
                                        </plugin>
                                </plugins>
                        </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
+                       </dependencies>
                </profile>
                <profile>
                        <id>server_mysql</id>
                                        </plugin>
                                </plugins>
                        </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.slc.dep</groupId>
+                                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
+                       </dependencies>
                </profile>
        </profiles>
 </project>