Only use deploy goal when releasing
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 27 Jun 2012 14:09:26 +0000 (14:09 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 27 Jun 2012 14:09:26 +0000 (14:09 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5376 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index adb9273f74d87bee9da51b67ef638d5961bbe192..f71659bc900cf08b7673a0948b340fa76850497c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,7 @@ limitations under the License.
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
+                                       <goals>deploy</goals>
                                        <releaseProfiles>rpmbuild,rpmbuild-tp,el5</releaseProfiles>
                                </configuration>
                        </plugin>