Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 724da0864 -> 05cb5e8cf


AMBARI-18596. rpm command broken on utility project (alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/05cb5e8c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/05cb5e8c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/05cb5e8c

Branch: refs/heads/branch-2.5
Commit: 05cb5e8cfc24d56a486bad65554956d1bd1f442b
Parents: 724da08
Author: Alejandro Fernandez <afernan...@hortonworks.com>
Authored: Fri Oct 14 13:19:15 2016 -0700
Committer: Alejandro Fernandez <afernan...@hortonworks.com>
Committed: Fri Oct 14 13:19:15 2016 -0700

----------------------------------------------------------------------
 utility/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/05cb5e8c/utility/pom.xml
----------------------------------------------------------------------
diff --git a/utility/pom.xml b/utility/pom.xml
index 9f3fe32..2febb83 100644
--- a/utility/pom.xml
+++ b/utility/pom.xml
@@ -44,6 +44,27 @@
           <useIncrementalCompilation>false</useIncrementalCompilation>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rpm-maven-plugin</artifactId>
+        <version>2.0.1</version>
+        <executions>
+          <execution>
+            <!-- unbinds rpm creation from maven lifecycle -->
+            <phase>none</phase>
+            <goals>
+              <goal>rpm</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <copyright>2012, Apache Software Foundation</copyright>
+          <group>Development</group>
+          <disabled>true</disabled>
+          <description>Maven Recipe: RPM Package.</description>
+          <mappings/>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Reply via email to