Skip to content

Commit

Permalink
RANGER-825 groupId in ranger's child poms should be consistent and fo…
Browse files Browse the repository at this point in the history
…llow convention.
  • Loading branch information
aloklal99 committed Feb 4, 2016
1 parent 41a877b commit 9286cf2
Show file tree
Hide file tree
Showing 43 changed files with 130 additions and 217 deletions.
3 changes: 1 addition & 2 deletions agents-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<name>Audit Component</name>
<description>Auth Audit</description>
Expand All @@ -33,7 +32,7 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-cred</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-cred</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions agents-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-plugins-common</groupId>
<artifactId>ranger-plugins-common</artifactId>
<name>Common library for Plugins</name>
<description>Plugins Common</description>
Expand Down Expand Up @@ -66,7 +65,7 @@
<version>${codehaus.jackson.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion agents-cred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-plugins-cred</groupId>
<artifactId>ranger-plugins-cred</artifactId>
<name>Credential Support</name>
<description>Plugins Common</description>
Expand Down
1 change: 0 additions & 1 deletion agents-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-plugins-installer</groupId>
<artifactId>ranger-plugins-installer</artifactId>
<name>Installer Support Component</name>
<description>Security Plugins Installer</description>
Expand Down
1 change: 0 additions & 1 deletion credentialbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>credentialbuilder</artifactId>
<version>0.6.0</version>
<name>Credential Builder</name>
<description>Credential Builder for non-hadoop java codebase</description>
<packaging>jar</packaging>
Expand Down
1 change: 0 additions & 1 deletion embeddedwebserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>embeddedwebserver</artifactId>
<version>0.6.0</version>
<name>Embedded Web Server Invoker</name>
<description>Embedded Web Server Invoker</description>
<packaging>jar</packaging>
Expand Down
7 changes: 3 additions & 4 deletions hbase-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hbase-plugin</groupId>
<artifactId>ranger-hbase-plugin</artifactId>
<name>HBase Security Plugin</name>
<description>HBase Security Plugins</description>
Expand All @@ -43,17 +42,17 @@
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-hbase-plugin-shim</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-hbase-plugin-shim</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions hdfs-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hdfs-plugin</groupId>
<artifactId>ranger-hdfs-plugin</artifactId>
<name>Hdfs Security Plugin</name>
<description>Hdfs Security Plugins</description>
Expand Down Expand Up @@ -111,12 +110,12 @@
<version>${javassist.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions hive-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hive-plugin</groupId>
<artifactId>ranger-hive-plugin</artifactId>
<name>Hive Security Plugin</name>
<description>Hive Security Plugins</description>
Expand Down Expand Up @@ -112,12 +111,12 @@
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion jisql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jisql</artifactId>
<version>0.1.0</version>
<name>Jdbc SQL Connector</name>
<description>Jdbc SQL Connector to execute sql statement in any db</description>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions knox-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-knox-plugin</groupId>
<artifactId>ranger-knox-plugin</artifactId>
<name>Knox Security Plugin</name>
<description>Knox Security Plugins</description>
Expand Down Expand Up @@ -74,15 +73,15 @@
<version>${codehaus.jackson.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
<!-- TO DEBUG JERSEY2 code: uncomment this exclusion
<exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions>
-->
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
<!-- TO DEBUG JERSEY2 code: uncomment this exclusion
Expand Down
5 changes: 2 additions & 3 deletions plugin-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-kafka-plugin</groupId>
<artifactId>ranger-kafka-plugin</artifactId>
<name>KAFKA Security Plugin</name>
<description>KAFKA Security Plugin</description>
Expand All @@ -34,12 +33,12 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions plugin-kms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-kms-plugin</groupId>
<artifactId>ranger-kms-plugin</artifactId>
<name>KMS Security Plugin</name>
<description>KMS Security Plugin</description>
Expand All @@ -33,12 +32,12 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions plugin-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-solr-plugin</groupId>
<artifactId>ranger-solr-plugin</artifactId>
<name>SOLR Security Plugin</name>
<description>SOLR Security Plugin</description>
Expand All @@ -33,12 +32,12 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions plugin-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-yarn-plugin</groupId>
<artifactId>ranger-yarn-plugin</artifactId>
<name>YARN Security Plugin</name>
<description>YARN Security Plugin</description>
Expand All @@ -33,12 +32,12 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions ranger-hbase-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hbase-plugin-shim</groupId>
<artifactId>ranger-hbase-plugin-shim</artifactId>
<name>HBase Security Plugin Shim</name>
<description>HBase Security Plugins Shim</description>
Expand All @@ -43,17 +42,17 @@
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugin-classloader</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugin-classloader</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions ranger-hdfs-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hdfs-plugin-shim</groupId>
<artifactId>ranger-hdfs-plugin-shim</artifactId>
<name>Hdfs Security Plugin Shim</name>
<description>Hdfs Security Plugins Shim</description>
Expand Down Expand Up @@ -56,17 +55,17 @@
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugin-classloader</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugin-classloader</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions ranger-hive-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-hive-plugin-shim</groupId>
<artifactId>ranger-hive-plugin-shim</artifactId>
<name>Hive Security Plugin Shim</name>
<description>Hive Security Plugins Shim</description>
Expand Down Expand Up @@ -79,17 +78,17 @@
<classifier>standalone</classifier>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugin-classloader</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugin-classloader</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions ranger-kafka-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>security_plugins.ranger-kafka-plugin-shim</groupId>
<artifactId>ranger-kafka-plugin-shim</artifactId>
<name>KAFKA Security Plugin Shim</name>
<description>KAFKA Security Plugin shim</description>
Expand All @@ -34,17 +33,17 @@
</parent>
<dependencies>
<dependency>
<groupId>security_plugins.ranger-plugins-common</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugins-audit</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-audit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>security_plugins.ranger-plugin-classloader</groupId>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugin-classloader</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Loading

0 comments on commit 9286cf2

Please sign in to comment.