]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add archetypes
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c860df81d4701189862c491b4ada14079c1c22d2..cd4d41b43b540b00586b9a00a7963baf7bd3e088 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       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>
-               <version>0.10.1</version>
+               <version>0.11.4-SNAPSHOT</version>
                <relativePath>org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-all</artifactId>
        <name>Argeo SLC All</name>
        <modules>
                <module>org.argeo.slc</module>
-               <module>org.argeo.slc.core</module>
-               <module>org.argeo.slc.agent</module>
-               <module>org.argeo.slc.hibernate</module>
-               <module>org.argeo.slc.example</module>
-               <module>org.argeo.slc.server</module>
-               <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
-               <module>org.argeo.slc.webapp</module>
+               <module>runtime</module>
+               <module>server</module>
+               <module>demo</module>
        </modules>
-       <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1</connection>
-         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1</url>
-  </scm>
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-site-plugin</artifactId>
-                               <configuration>
-                                       <excludeModules>org.argeo.slc</excludeModules>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                                       <releaseProfiles>fullBuild</releaseProfiles>
+                                       <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
-
-       <distributionManagement>
-               <site>
-                       <id>argeo-slc-site</id>
-                       <name>SLC Site</name>
-                       <url>
-                               file:///var/argeo/projects/SLC/www/site/${project.version}
-                       </url>
-               </site>
-       </distributionManagement>
-</project>
\ No newline at end of file
+       <profiles>
+               <profile>
+                       <id>withIT</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>integration-tests</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutIT</id>
+               </profile>
+       </profiles>
+</project>