Add release profiles
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7c1833998cc421a48c22130cc3cbf80198ffeee4..e0811005a8259fb6e2fd423e343195ede35de666 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -359,6 +359,12 @@ limitations under the License.
                                        <skip>false</skip>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <configuration>
+                                       <releaseProfiles>rpmbuild,rpmbuild-tp,el5</releaseProfiles>
+                               </configuration>
+                       </plugin>
                </plugins>
                <!-- NOTE: This is just a vision for the future, it's not yet implemented: 
                        see MNG-2216 -->