]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.siteserver/pom.xml
Maven structure
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / pom.xml
index 0d0a10979f3b1fca26fea24d69995cb823825cb2..b9ab5eec6f7afc6628847e98337d7a995a657e67 100644 (file)
@@ -2,61 +2,22 @@
        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>
        <name>Argeo SLC Site server</name>
+       <properties>
+       </properties>
+       <modules>
+               <module>bundles</module>
+               <module>deploy</module>
+       </modules>
        <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <configuration>
-                                       <includeTypes>war</includeTypes>
-                                       <stripVersion>true</stripVersion>
-                                       <overWriteReleases>true</overWriteReleases>
-                                       <overWriteSnapshots>true</overWriteSnapshots>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.mortbay.jetty</groupId>
-                               <artifactId>maven-jetty-plugin</artifactId>
-                               <configuration>
-                                       <webApp>${project.build.directory}/dependency/org.argeo.slc.webapp.war</webApp>
-                                       <scanIntervalSeconds>0</scanIntervalSeconds>
-                                       <webDefaultXml>../../org.argeo.slc.webapp/src/main/config/jetty/webdefault.xml</webDefaultXml>
-                                       <jettyConfig>src/test/config/jetty/jetty.xml</jettyConfig>
-                                       <systemProperties>
-                                               <systemProperty>
-                                                       <!-- Archiva home -->
-                                                       <name>appserver.base</name>
-                                                       <value>target</value>
-                                               </systemProperty>
-                                               <systemProperty>
-                                                       <!-- Archiva home -->
-                                                       <name>appserver.home</name>
-                                                       <value>target</value>
-                                               </systemProperty>
-                                       </systemProperties>
-
-                               </configuration>
-                       </plugin>
-               </plugins>
        </build>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.webapp</artifactId>
-                       <type>war</type>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.archiva</groupId>
-                       <artifactId>archiva-webapp</artifactId>
-                       <type>war</type>
-               </dependency>
        </dependencies>
 </project>
\ No newline at end of file