You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2020/12/24 15:35:45 UTC

[ranger] branch master updated: RANGER-3131: Remove some warnings in Maven build output

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

abhay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 3abe3fe  RANGER-3131: Remove some warnings in Maven build output
3abe3fe is described below

commit 3abe3fe061ca56a43886e5b8cb3655959acc0903
Author: Abhay Kulkarni <ab...@apache.org>
AuthorDate: Thu Dec 24 07:16:32 2020 -0800

    RANGER-3131: Remove some warnings in Maven build output
---
 intg/pom.xml | 35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)

diff --git a/intg/pom.xml b/intg/pom.xml
index 5a02d03..4bebad6 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -75,27 +75,6 @@
                             </arguments>
                         </configuration>
                     </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.6.1</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>dist</directory>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>${maven.exec.plugin.version}</version>
-                <executions>
                     <execution>
                         <configuration>
                             <skip>true</skip>
@@ -114,6 +93,20 @@
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.6.1</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>dist</directory>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+
         </plugins>
     </build>
     <dependencies>