]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Maven structure
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Apr 2009 20:23:10 +0000 (20:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Apr 2009 20:23:10 +0000 (20:23 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2338 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/org.argeo.slc.ria/pom.xml
server/org.argeo.slc.siteserver/pom.xml

index 136a47fc627e15c90ee5c12f4cee014eacf0bf2c..1a3ac903127d78f0b2d02d4913f8ff6eb99f063d 100644 (file)
@@ -2,12 +2,11 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
+               <groupId>org.argeo.slc.server</groupId>
+               <artifactId>argeo-slc-server</artifactId>
                <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.server</groupId>
        <artifactId>org.argeo.slc.ria</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC Web UI</name>
index c7b320f0f912c0c1720b24bcd0930542fe76ee5b..b9ab5eec6f7afc6628847e98337d7a995a657e67 100644 (file)
@@ -2,10 +2,10 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
+               <groupId>org.argeo.slc.server</groupId>
+               <artifactId>argeo-slc-server</artifactId>
                <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.siteserver</artifactId>
        <packaging>pom</packaging>