Repository: ambari Updated Branches: refs/heads/trunk 834cb6655 -> bd918763c
AMBARI-21262 Trunk build fails with "Failure to find serviceadvisordependency" (dgrinenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bd918763 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bd918763 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bd918763 Branch: refs/heads/trunk Commit: bd918763c277b6c026648de0d0ec703aa6dc104d Parents: 834cb66 Author: Dmytro Grinenko <[email protected]> Authored: Thu Jun 15 19:05:50 2017 +0300 Committer: Dmytro Grinenko <[email protected]> Committed: Thu Jun 15 19:19:12 2017 +0300 ---------------------------------------------------------------------- serviceadvisor/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bd918763/serviceadvisor/pom.xml ---------------------------------------------------------------------- diff --git a/serviceadvisor/pom.xml b/serviceadvisor/pom.xml index ecf6d8b..7a68a09 100644 --- a/serviceadvisor/pom.xml +++ b/serviceadvisor/pom.xml @@ -98,6 +98,27 @@ <target>1.7</target> </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>
