You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bp...@apache.org on 2021/01/05 05:41:58 UTC

[ranger] branch master updated: RANGER-3028: 1-Upgrade-Maven-PMD-plugin-version-to-3.14.0

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

bpatel 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 ae6f6b4  RANGER-3028: 1-Upgrade-Maven-PMD-plugin-version-to-3.14.0
ae6f6b4 is described below

commit ae6f6b4cf7c63b4049c38b05cbcb428b5a2a5b4b
Author: Bhavik Himmatbhai Patel <b0...@china.huawei.com>
AuthorDate: Tue Jan 5 11:12:01 2021 +0530

    RANGER-3028: 1-Upgrade-Maven-PMD-plugin-version-to-3.14.0
---
 security-admin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index cd87e6c..86e46b9 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -772,7 +772,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <!--<plugin>
+            <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
                 <version>1.6</version>
@@ -811,7 +811,7 @@
                         </goals>
                         <configuration>
                             <workingDirectory>${project.build.directory}/jsmain</workingDirectory>
-                            <arguments>run r.js &#45;&#45; -o ../${project.build.finalName}/minify.build.js</arguments>
+                            <arguments>run r.js -- -o ../${project.build.finalName}/minify.build.js</arguments>
                         </configuration>
                     </execution>
                     <execution>
@@ -854,7 +854,7 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>-->
+            </plugin>
         </plugins>
         <resources>
             <resource>