You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tb...@apache.org on 2014/05/12 22:09:30 UTC

git commit: AMBARI-5741 - Build is broken with views build not working.

Repository: ambari
Updated Branches:
  refs/heads/trunk fb12cc209 -> 44ce2e7b6


AMBARI-5741 - Build is broken with views build not working.


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

Branch: refs/heads/trunk
Commit: 44ce2e7b69d16c77f2feb1aefe7295e59230ec32
Parents: fb12cc2
Author: tbeerbower <tb...@hortonworks.com>
Authored: Mon May 12 15:16:01 2014 -0400
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Mon May 12 16:09:13 2014 -0400

----------------------------------------------------------------------
 contrib/views/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/44ce2e7b/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 26bc663..d984329 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -62,6 +62,26 @@
           </excludes>
         </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>attached-rpm</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <copyright>2012, Apache Software Foundation</copyright>
+          <group>Development</group>
+          <description>Maven Recipe: RPM Package.</description>
+          <mappings/>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <profiles>