Build RPM only when deploying
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 7 May 2010 10:35:07 +0000 (10:35 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 7 May 2010 10:35:07 +0000 (10:35 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3567 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dist/org.argeo.slc.sdk/pom.xml

index 69061e1e9c8453ec697c90cb1eb886373cdfebbd..a32588f47d6437cb2a5eeed2c88813bd423d0959 100644 (file)
                                                <executions>
                                                        <execution>
                                                                <id>rpm-sdk</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                        </execution>
                                                        <execution>
                                                                <id>rpm-devel</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                        </execution>
                                                        <execution>
                                                                <id>rpm-demo</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>