]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.2
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 254e48de54b8b9d347d10a3424ddcbc99cc93952..608ed664008262b9a67db745e4bad3673cedcc10 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.9.3-SNAPSHOT</version>
+               <version>0.11.2</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>runtime</module>
+
+               <module>org.argeo.slc.detached.launcher</module>
                <module>org.argeo.slc.webapp</module>
        </modules>
        <scm>
-               <connection>
-                       scm:svn:https://www.argeo.org/svn/slc/trunk
-               </connection>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2</url>
        </scm>
        <build>
                <plugins>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                                       <tag>${project.version}</tag>
+                                       <releaseProfiles>fullBuild</releaseProfiles>
+                                       <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
-
+       <profiles>
+               <profile>
+                       <id>fullBuild</id>
+                       <modules>
+                               <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
+                               <module>examples</module>
+                               <module>integration-tests</module>
+                       </modules>
+               </profile>
+       </profiles>
        <distributionManagement>
                <site>
                        <id>argeo-slc-site</id>