This is an automated email from the ASF dual-hosted git repository.

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e5e10cd  AMBARI-23172. Build fails for Debian (jdeb plugin not found). 
(swagle) (#583)
e5e10cd is described below

commit e5e10cd81fcf48cbcee82456769145ad8c954e1e
Author: Siddharth <swa...@apache.org>
AuthorDate: Wed Mar 7 12:55:54 2018 -0800

    AMBARI-23172. Build fails for Debian (jdeb plugin not found). (swagle) 
(#583)
---
 ambari-serviceadvisor/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/ambari-serviceadvisor/pom.xml b/ambari-serviceadvisor/pom.xml
index dad3d36..5399bdd 100644
--- a/ambari-serviceadvisor/pom.xml
+++ b/ambari-serviceadvisor/pom.xml
@@ -136,6 +136,23 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.vafer</groupId>
+        <artifactId>jdeb</artifactId>
+        <version>1.0.1</version>
+        <executions>
+          <execution>
+            <phase>none</phase>
+            <goals>
+              <goal>jdeb</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <skip>true</skip>
+          <submodules>false</submodules>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>0.12</version>

-- 
To stop receiving notification emails like this one, please contact
swa...@apache.org.

Reply via email to