]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Refine release configuration
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c1582c5c8cd90cd0496850f77d5cc04eb4123192..9f5e166aca7adbdfb6738404288722033b1d1b49 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,5 @@
-<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>
@@ -18,8 +19,8 @@
        </modules>
        <scm>
                <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
-         <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
-  </scm>
+               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
+       </scm>
        <build>
                <plugins>
                        <plugin>
@@ -34,6 +35,8 @@
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                                       <releaseProfiles>fullBuild</releaseProfiles>
+                                       <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>