| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| ~ contributor license agreements. See the NOTICE file distributed with |
| ~ this work for additional information regarding copyright ownership. |
| ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| ~ (the "License"); you may not use this file except in compliance with |
| ~ the License. You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| <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> |
| <parent> |
| <groupId>org.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>14</version> |
| </parent> |
| <groupId>org.apache.eagle</groupId> |
| <artifactId>eagle-parent</artifactId> |
| <version>0.5.0-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| <name>Eagle::Parent</name> |
| <url>https://eagle.apache.org</url> |
| <inceptionYear>2015</inceptionYear> |
| <description> |
| ApacheĀ® Eagleā¢ is an open source analytics solution for identifying security and performance issues |
| instantly on big data platforms e.g. Apache Hadoop, Apache Spark, NoSQL etc. |
| </description> |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://apache.org</url> |
| </organization> |
| <licenses> |
| <license> |
| <name>Apache 2.0 License</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <scm> |
| <connection>scm:git:git@github.com:apache/eagle.git</connection> |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/eagle.git</developerConnection> |
| <url>scm:git:git@github.com:apache/eagle.git</url> |
| <tag>HEAD</tag> |
| </scm> |
| <issueManagement> |
| <system>JIRA</system> |
| <url>https://issues.apache.org/jira/browse/EAGLE</url> |
| </issueManagement> |
| <prerequisites> |
| <maven>${maven.version}</maven> |
| </prerequisites> |
| <mailingLists> |
| <mailingList> |
| <name>Dev Mailing List</name> |
| <post>dev@eagle.apache.org</post> |
| <subscribe>dev-subscribe@eagle.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@eagle.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>User Mailing List</name> |
| <post>user@eagle.apache.org</post> |
| <subscribe>user-subscribe@eagle.apache.org</subscribe> |
| <unsubscribe>user-unsubscribe@eagle.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Commits Mailing List</name> |
| <post>commits@eagle.apache.org</post> |
| <subscribe>commits-subscribe@eagle.apache.org</subscribe> |
| <unsubscribe>commits-unsubscribe@eagle.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/eagle-commits/</archive> |
| </mailingList> |
| </mailingLists> |
| <developers> |
| <developer> |
| <id>yonzhang2012</id> |
| <name>Edward Zhang</name> |
| <email>yonzhang2012@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>hao</id> |
| <name>Hao Chen</name> |
| <email>hao@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>libsun</id> |
| <name>Libin Sun</name> |
| <email>libsun@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>jilin</id> |
| <name>Jilin Jiang</name> |
| <email>jilin@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>qingwzhao</id> |
| <name>Qingwen Zhao</name> |
| <email>qingwzhao@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| <developer> |
| <id>cgupta</id> |
| <name>Chaitali Gupta</name> |
| <email>cgupta@apache.org</email> |
| <organization>Apache Software Foundation</organization> |
| <organizationUrl>https://eagle.apache.org</organizationUrl> |
| </developer> |
| </developers> |
| <modules> |
| <module>eagle-core</module> |
| <module>eagle-security</module> |
| <module>eagle-external</module> |
| <module>eagle-topology-assembly</module> |
| <module>eagle-examples</module> |
| <module>eagle-gc</module> |
| <module>eagle-hadoop-metric</module> |
| <module>eagle-server</module> |
| <module>eagle-jpm</module> |
| <module>eagle-server-assembly</module> |
| <module>eagle-topology-check</module> |
| </modules> |
| <properties> |
| <!-- General Properties --> |
| <java.version>1.8</java.version> |
| <scala.version>2.11</scala.version> |
| <scala-lang.version>2.11.8</scala-lang.version> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| |
| <!-- Maven Plugins Versions --> |
| <maven.version>3.3.3</maven.version> |
| <maven-model.version>4.0.0</maven-model.version> |
| <maven-release.version>2.5.1</maven-release.version> |
| <maven-assembly.version>2.5.5</maven-assembly.version> |
| <maven-source.version>3.0.0</maven-source.version> |
| <maven-compiler.version>3.5.1</maven-compiler.version> |
| <maven-dependency.version>2.10</maven-dependency.version> |
| <maven-exec.version>1.4.0</maven-exec.version> |
| <maven-license.version>2.6</maven-license.version> |
| <maven-surefire.version>2.19.1</maven-surefire.version> |
| <maven-jar.version>2.6</maven-jar.version> |
| <maven-scala.version>2.15.2</maven-scala.version> |
| <maven-scalatest.version>1.0</maven-scalatest.version> |
| <maven-tomcat7.version>2.2</maven-tomcat7.version> |
| <maven-apache-rat.version>0.11</maven-apache-rat.version> |
| <maven-failsafe.version>2.6</maven-failsafe.version> |
| <maven-checkstyle.version>2.17</maven-checkstyle.version> |
| <checkstyle.version>7.1</checkstyle.version> |
| <cobertura-maven.version>2.7</cobertura-maven.version> |
| <coveralls-maven.version>4.3.0</coveralls-maven.version> |
| |
| <buildnumber-maven.version>1.4</buildnumber-maven.version> |
| <templating-maven.version>1.0.0</templating-maven.version> |
| |
| <!-- Environment Versions--> |
| <thrift.version>0.9.2</thrift.version> |
| <hadoop.version>2.6.0.2.2.5.1-3</hadoop.version> |
| <hadoop.2.7.version>2.7.1.2.4.2.0-258</hadoop.2.7.version> |
| <hbase.version>0.98.4.2.2.5.1-3-hadoop2</hbase.version> |
| <hive.version>1.2.1</hive.version> |
| |
| <mapr-hive.version>1.2.0-mapr-1510</mapr-hive.version> |
| <mapr-hadoop.version>2.7.0-mapr-1506</mapr-hadoop.version> |
| <maprfs.version>5.1.0-mapr</maprfs.version> |
| <mapr-hbase.version>0.98.9-mapr-1503</mapr-hbase.version> |
| |
| <spark.core.version>1.4.0</spark.core.version> |
| |
| <!-- Client --> |
| <!--<kafka-client.version>0.9.0.0</kafka-client.version>--> |
| <!-- Reflection --> |
| <reflections.version>0.9.8</reflections.version> |
| |
| <!-- Common Versions --> |
| <commons-cli.version>1.2</commons-cli.version> |
| <commons-xml.version>1.4.01</commons-xml.version> |
| <commons-lang.version>2.6</commons-lang.version> |
| <commons-lang3.version>3.3.2</commons-lang3.version> |
| <commons-math3.version>3.5</commons-math3.version> |
| <commons-configuration.version>1.6</commons-configuration.version> |
| <commons-logging.version>1.1.1</commons-logging.version> |
| <commons-httpclient.version>3.1</commons-httpclient.version> |
| <commons-beanutils.version>1.8.0</commons-beanutils.version> |
| <commons-collections4.version>4.0</commons-collections4.version> |
| <commons-collections.version>3.2.1</commons-collections.version> |
| <commons-io.version>2.4</commons-io.version> |
| <guice.version>3.0</guice.version> |
| <httpclient.version>4.5.2</httpclient.version> |
| |
| <!-- Configuration --> |
| <archaius.version>0.6.1</archaius.version> |
| <typesafe.config.version>1.2.1</typesafe.config.version> |
| |
| <!-- Serialization --> |
| <gson.version>2.2.2</gson.version> |
| <guava.version>15.0</guava.version> |
| <fasterxml-jackson.version>2.5.4</fasterxml-jackson.version> |
| <jsoup.version>1.7.3</jsoup.version> |
| <io.netty.version>3.6.7.Final</io.netty.version> |
| <org.json.version>20131018</org.json.version> |
| <protobuf-java.version>2.5.0</protobuf-java.version> |
| |
| <!-- Utility --> |
| <joda-time.version>2.7</joda-time.version> |
| <joda-convert.version>1.7</joda-convert.version> |
| <log4j.version>1.2.17</log4j.version> |
| <slf4j.version>1.7.5</slf4j.version> |
| <slf4j-log4j12.version>1.7.5</slf4j-log4j12.version> |
| <log4j-over-slf4j.version>1.7.2</log4j-over-slf4j.version> |
| <logback.version>1.1.7</logback.version> |
| |
| <quartz.version>2.2.1</quartz.version> |
| <scopt.version>3.3.0</scopt.version> |
| <akka.actor.version>2.3.14</akka.actor.version> |
| <reflections.version>0.9.10</reflections.version> |
| <metrics.version>3.1.0</metrics.version> |
| <mapdb.version>3.0.0-M6</mapdb.version> |
| <asm.version>5.0</asm.version> |
| |
| <!-- Streaming --> |
| <!--<kafka.version>0.10.0.0</kafka.version>--> |
| <kafka.version>0.8.2.2</kafka.version> |
| <kafka-clients.version>0.8.2.0</kafka-clients.version> |
| <kafka.artifact.id>kafka_2.11</kafka.artifact.id> |
| <jgrapht.version>0.9.0</jgrapht.version> |
| <storm-kafka.version>0.10.0</storm-kafka.version> |
| <storm.version>0.9.3</storm.version> |
| |
| <mapr-kafka.version>0.9.0.0-mapr-1607</mapr-kafka.version> |
| <mapr-kafka-clients.version>0.8.3-mapr-1509</mapr-kafka-clients.version> |
| <mapr-storm-kafka.version>0.9.3</mapr-storm-kafka.version> |
| <mapr-storm.version>0.9.3-mapr-1509</mapr-storm.version> |
| |
| <curator.version>2.5.0</curator.version> |
| <curator.test.version>2.5.0</curator.test.version> |
| <zkclient.version>0.3</zkclient.version> |
| |
| <!-- Query --> |
| <tomcat.version>7.0.42</tomcat.version> |
| <antlr4.version>4.5</antlr4.version> |
| <groovy.version>2.3.4</groovy.version> |
| <parsii.version>1.3</parsii.version> |
| |
| <!-- JDBC --> |
| <commons-dbcp.version>1.4</commons-dbcp.version> |
| <javax.persistence.version>2.0.0</javax.persistence.version> |
| <mysql-connector-java.version>5.1.34</mysql-connector-java.version> |
| <ddlutils.version>1.0</ddlutils.version> |
| <torque.version>4.0</torque.version> |
| <derby.version>10.1.3.1</derby.version> |
| <derby.version>10.10.2.0</derby.version> |
| |
| <!-- REST Service--> |
| <jersey.version>1.19.1</jersey.version> |
| <jaxb-api.version>2.1</jaxb-api.version> |
| <jaxb-impl.version>2.2.6</jaxb-impl.version> |
| <stax-api.version>1.0.1</stax-api.version> |
| <org.mortbay.jetty.version>6.1.26</org.mortbay.jetty.version> |
| |
| <!-- servlet --> |
| <servlet-api.version>2.5</servlet-api.version> |
| |
| <!-- Alert Framework --> |
| <velocity.version>1.7</velocity.version> |
| <javax.mail.version>1.4</javax.mail.version> |
| <!--<extcos4.version>0.4b</extcos4.version>--> |
| <!--<extcos3.version>0.3b</extcos3.version>--> |
| <siddhi.version>3.1.1</siddhi.version> |
| |
| <!-- Testing --> |
| <junit.version>4.12</junit.version> |
| <junit-benchmarks.version>0.7.0</junit-benchmarks.version> |
| <h2.version>1.4.192</h2.version> |
| <scalatest.version>2.2.4</scalatest.version> |
| <mockito.version>1.8.1-rc1</mockito.version> |
| <tomcat.embed.version>7.0.55</tomcat.embed.version> |
| <powermock.version>1.6.5</powermock.version> |
| <easymock.version>3.4</easymock.version> |
| |
| <!-- Machine Learning --> |
| <ejml.version>0.25</ejml.version> |
| |
| <!-- sprint security --> |
| <spring.framework.version>3.1.2.RELEASE</spring.framework.version> |
| |
| <jetty.version>9.2.3.v20140905</jetty.version> |
| <tomcat-embed.version>7.0.55</tomcat-embed.version> |
| <swagger.version>1.5.8</swagger.version> |
| <mongodb.version>3.2.2</mongodb.version> |
| <mockito.version>1.10.19</mockito.version> |
| <joda.version>2.2</joda.version> |
| <metrics-elasticsearch-reporter.version>2.2.0</metrics-elasticsearch-reporter.version> |
| |
| <common.cli.version>1.3.1</common.cli.version> |
| <ullink.slack.version>0.6.0</ullink.slack.version> |
| <javax-ws-rs.rs-api.version>2.0.1</javax-ws-rs.rs-api.version> |
| |
| <!-- dropwizard --> |
| <dropwizard.version>0.7.1</dropwizard.version> |
| <dropwizard-guice.version>0.7.0.2</dropwizard-guice.version> |
| <!-- serverlet which dropwizard depends on--> |
| <org.eclipse.jetty.orbit.javax.servlet.version>3.0.0.v201112011016</org.eclipse.jetty.orbit.javax.servlet.version> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <!-- Commons Dependencies--> |
| <dependency> |
| <groupId>commons-cli</groupId> |
| <artifactId>commons-cli</artifactId> |
| <version>${commons-cli.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>${commons-xml.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>${commons-lang.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-lang3</artifactId> |
| <version>${commons-lang3.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-math3</artifactId> |
| <version>${commons-math3.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-configuration</groupId> |
| <artifactId>commons-configuration</artifactId> |
| <version>${commons-configuration.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons-logging.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| <version>${commons-beanutils.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>${commons-httpclient.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-collections4</artifactId> |
| <version>${commons-collections4.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-dbcp</groupId> |
| <artifactId>commons-dbcp</artifactId> |
| <version>${commons-dbcp.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>${commons-io.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.scala-lang</groupId> |
| <artifactId>scala-reflect</artifactId> |
| <version>${scala-lang.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.scala-lang</groupId> |
| <artifactId>scala-library</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.scala-lang</groupId> |
| <artifactId>scala-library</artifactId> |
| <version>${scala-lang.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.ow2.asm</groupId> |
| <artifactId>asm-all</artifactId> |
| <version>${asm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.inject.extensions</groupId> |
| <artifactId>guice-servlet</artifactId> |
| <version>${guice.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.inject</groupId> |
| <artifactId>guice</artifactId> |
| <version>${guice.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.mapr.hadoop</groupId> |
| <artifactId>maprfs</artifactId> |
| <version>${maprfs.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpclient</artifactId> |
| <version>${httpclient.version}</version> |
| </dependency> |
| |
| <!-- Configuration --> |
| <dependency> |
| <groupId>com.typesafe</groupId> |
| <artifactId>config</artifactId> |
| <version>${typesafe.config.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.netflix.archaius</groupId> |
| <artifactId>archaius-core</artifactId> |
| <version>${archaius.version}</version> |
| </dependency> |
| |
| <!-- Utility --> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4j.version}</version> |
| <!--<scope>compile</scope>--> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>${slf4j.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| <version>${slf4j.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>${log4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>joda-time</groupId> |
| <artifactId>joda-time</artifactId> |
| <version>${joda-time.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.joda</groupId> |
| <artifactId>joda-convert</artifactId> |
| <version>${joda-convert.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.quartz-scheduler</groupId> |
| <artifactId>quartz</artifactId> |
| <version>${quartz.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.github.scopt</groupId> |
| <artifactId>scopt_${scala.version}</artifactId> |
| <version>${scopt.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.reflections</groupId> |
| <artifactId>reflections</artifactId> |
| <version>${reflections.version}</version> |
| </dependency> |
| |
| <!-- Serialization --> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-core</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-annotations</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.core</groupId> |
| <artifactId>jackson-databind</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.module</groupId> |
| <artifactId>jackson-module-scala_${scala.version}</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| <artifactId>jackson-jaxrs-json-provider</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| <artifactId>jackson-jaxrs-base</artifactId> |
| <version>${fasterxml-jackson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-java</artifactId> |
| <version>${protobuf-java.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.json</groupId> |
| <artifactId>json</artifactId> |
| <version>${org.json.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.code.gson</groupId> |
| <artifactId>gson</artifactId> |
| <version>${gson.version}</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>${guava.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.netty</groupId> |
| <artifactId>netty</artifactId> |
| <scope>compile</scope> |
| <version>${io.netty.version}</version> |
| </dependency> |
| |
| <!-- Streaming Dependencies --> |
| <dependency> |
| <groupId>org.jgrapht</groupId> |
| <artifactId>jgrapht-core</artifactId> |
| <version>${jgrapht.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.kafka</groupId> |
| <artifactId>kafka_${scala.version}</artifactId> |
| <version>${kafka.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.kafka</groupId> |
| <artifactId>kafka-clients</artifactId> |
| <version>${kafka-clients.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.storm</groupId> |
| <artifactId>storm-core</artifactId> |
| <version>${storm.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.spark</groupId> |
| <artifactId>spark-core_${scala.version}</artifactId> |
| <version>${spark.core.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-client</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| |
| <!-- Eagle Query Dependencies --> |
| <dependency> |
| <groupId>org.antlr</groupId> |
| <artifactId>antlr4-runtime</artifactId> |
| <version>${antlr4.version}</version> |
| </dependency> |
| <!--<dependency>--> |
| <!--<groupId>net.sf.extcos</groupId>--> |
| <!--<artifactId>extcos</artifactId>--> |
| <!--<version>${extcos4.version}</version>--> |
| <!--</dependency>--> |
| <dependency> |
| <groupId>org.codehaus.groovy</groupId> |
| <artifactId>groovy-all</artifactId> |
| <version>${groovy.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.scireum</groupId> |
| <artifactId>parsii</artifactId> |
| <version>${parsii.version}</version> |
| </dependency> |
| |
| <!--Eagle REST Service Dependencies --> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-core</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-json</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-server</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>jersey-client</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| <version>${jaxb-impl.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty</artifactId> |
| <version>${org.mortbay.jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-util</artifactId> |
| <version>${org.mortbay.jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat</groupId> |
| <artifactId>tomcat-catalina</artifactId> |
| <version>${tomcat.version}</version> |
| <scope>provided</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| <version>${jaxb-api.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.stream</groupId> |
| <artifactId>stax-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>${stax-api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jsoup</groupId> |
| <artifactId>jsoup</artifactId> |
| <version>${jsoup.version}</version> |
| </dependency> |
| |
| <!-- Alerting Framework --> |
| <dependency> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| <version>${javax.mail.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.velocity</groupId> |
| <artifactId>velocity</artifactId> |
| <version>${velocity.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.wso2.siddhi</groupId> |
| <artifactId>siddhi-core</artifactId> |
| <version>${siddhi.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.wso2.siddhi</groupId> |
| <artifactId>siddhi-extension-string</artifactId> |
| <version>${siddhi.version}</version> |
| </dependency> |
| |
| <!-- Testing Dependencies --> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>${junit.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.carrotsearch</groupId> |
| <artifactId>junit-benchmarks</artifactId> |
| <version>${junit-benchmarks.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.h2database</groupId> |
| <artifactId>h2</artifactId> |
| <version>${h2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.scalatest</groupId> |
| <artifactId>scalatest_${scala.version}</artifactId> |
| <version>${scalatest.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-all</artifactId> |
| <version>${mockito.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>mysql</groupId> |
| <artifactId>mysql-connector-java</artifactId> |
| <version>${mysql-connector-java.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ddlutils</groupId> |
| <artifactId>ddlutils</artifactId> |
| <version>${ddlutils.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.torque</groupId> |
| <artifactId>torque-runtime</artifactId> |
| <version>${torque.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derby.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-core</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-el</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-jasper</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-logging-juli</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-logging-log4j</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tomcat.embed</groupId> |
| <artifactId>tomcat-embed-websocket</artifactId> |
| <version>${tomcat.embed.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-test</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| |
| <!-- Machine Learning --> |
| <dependency> |
| <groupId>com.googlecode.efficient-java-matrix-library</groupId> |
| <artifactId>ejml</artifactId> |
| <version>${ejml.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-core</artifactId> |
| <version>${dropwizard.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-jersey</artifactId> |
| <version>${dropwizard.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-servlets</artifactId> |
| <version>${dropwizard.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-assets</artifactId> |
| <version>${dropwizard.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-testing</artifactId> |
| <version>${dropwizard.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.hubspot.dropwizard</groupId> |
| <artifactId>dropwizard-guice</artifactId> |
| <version>${dropwizard-guice.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.swagger</groupId> |
| <artifactId>swagger-jersey-jaxrs</artifactId> |
| <version>${swagger.version}</version> |
| <scope>compile</scope> |
| <exclusions> |
| <exclusion> |
| <groupId>com.sun.jersey</groupId> |
| <artifactId>*</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.dropwizard</groupId> |
| <artifactId>dropwizard-auth</artifactId> |
| <version>${dropwizard.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.ws.rs</groupId> |
| <artifactId>javax.ws.rs-api</artifactId> |
| <version>${javax-ws-rs.rs-api.version}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <profiles> |
| <profile> |
| <id>hadoop-2</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>HDP Release Repository</id> |
| <url>http://repo.hortonworks.com/content/repositories/releases/</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| </releases> |
| </repository> |
| <repository> |
| <id>HDP Central Repository</id> |
| <url>http://repo.hortonworks.com/content/repositories/central/</url> |
| <releases> |
| <enabled>true</enabled> |
| <updatePolicy>never</updatePolicy> |
| <checksumPolicy>warn</checksumPolicy> |
| </releases> |
| <name>HDP Central</name> |
| <layout>default</layout> |
| </repository> |
| </repositories> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-common</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-client</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-hdfs</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-client</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-auth</artifactId> |
| <version>${hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-server</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-testing-util</artifactId> |
| <version>${hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-exec</artifactId> |
| <version>${hive.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-jdbc</artifactId> |
| <version>${hive.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.kafka</groupId> |
| <artifactId>kafka_${scala.version}</artifactId> |
| <version>${kafka.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.storm</groupId> |
| <artifactId>storm-kafka</artifactId> |
| <version>${storm-kafka.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| |
| </dependencies> |
| </dependencyManagement> |
| </profile> |
| |
| <profile> |
| <id>mapr</id> |
| <repositories> |
| <repository> |
| <id>mapr-releases</id> |
| <url>http://repository.mapr.com/maven/</url> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| </repository> |
| </repositories> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-common</artifactId> |
| <version>${mapr-hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-client</artifactId> |
| <version>${mapr-hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-client</artifactId> |
| <version>${mapr-hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hadoop</groupId> |
| <artifactId>hadoop-auth</artifactId> |
| <version>${mapr-hadoop.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-server</artifactId> |
| <version>${mapr-hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hbase</groupId> |
| <artifactId>hbase-testing-util</artifactId> |
| <version>${mapr-hbase.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-exec</artifactId> |
| <version>${mapr-hive.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-jdbc</artifactId> |
| <version>${mapr-hive.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.storm</groupId> |
| <artifactId>storm-kafka</artifactId> |
| <version>${mapr-storm-kafka.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| </profile> |
| </profiles> |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <version>${maven-apache-rat.version}</version> |
| <configuration> |
| <useDefaultExcludes>true</useDefaultExcludes> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-failsafe-plugin</artifactId> |
| <version>${maven-failsafe.version}</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>integration-test</goal> |
| <goal>verify</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.tomcat.maven</groupId> |
| <artifactId>tomcat7-maven-plugin</artifactId> |
| <version>${maven-tomcat7.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <version>${maven-source.version}</version> |
| </plugin> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>${maven-compiler.version}</version> |
| <configuration> |
| <source>${java.version}</source> |
| <target>${java.version}</target> |
| <encoding>UTF-8</encoding> |
| <maxmem>2048m</maxmem> |
| <fork>true</fork> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>${maven-surefire.version}</version> |
| <configuration> |
| <argLine>-XX:-UseGCOverheadLimit</argLine> |
| <forkMode>always</forkMode> |
| </configuration> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.maven.surefire</groupId> |
| <artifactId>surefire-junit47</artifactId> |
| <version>${maven-surefire.version}</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <version>${maven-jar.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>${maven-assembly.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>exec-maven-plugin</artifactId> |
| <version>${maven-exec.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <version>${maven-dependency.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.scala-tools</groupId> |
| <artifactId>maven-scala-plugin</artifactId> |
| <version>${maven-scala.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.scalatest</groupId> |
| <artifactId>scalatest-maven-plugin</artifactId> |
| <version>${maven-scalatest.version}</version> |
| </plugin> |
| |
| <!-- CMD: mvn clean cobertura:cobertura coveralls:report -DrepoToken=$COVERALLS_EAGLE_TOKEN --> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>cobertura-maven-plugin</artifactId> |
| <version>${cobertura-maven.version}</version> |
| <configuration> |
| <maxmem>256m</maxmem> |
| <!-- aggregated reports for multi-module projects --> |
| <aggregate>true</aggregate> |
| <check> |
| <totalBranchRate>25</totalBranchRate> |
| <totalLineRate>25</totalLineRate> |
| </check> |
| <instrumentation> |
| <excludes> |
| <exclude>org/apache/eagle/storage/hbase/query/coprocessor/generated/*.class</exclude> |
| </excludes> |
| </instrumentation> |
| </configuration> |
| <dependencies> |
| <!--Use asm-5.0 to support Java 8--> |
| <dependency> |
| <groupId>org.ow2.asm</groupId> |
| <artifactId>asm</artifactId> |
| <version>5.0.3</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| <plugin> |
| <groupId>org.eluder.coveralls</groupId> |
| <artifactId>coveralls-maven-plugin</artifactId> |
| <version>${coveralls-maven.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>buildnumber-maven-plugin</artifactId> |
| <version>${buildnumber-maven.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>templating-maven-plugin</artifactId> |
| <version>${templating-maven.version}</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <!-- Checkstyle --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-checkstyle-plugin</artifactId> |
| <version>${maven-checkstyle.version}</version> |
| <configuration> |
| <configLocation>eagle-dev/checkstyle.xml</configLocation> |
| <suppressionsLocation>eagle-dev/checkstyle-suppressions.xml</suppressionsLocation> |
| <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
| <includeTestSourceDirectory>false</includeTestSourceDirectory> |
| <encoding>UTF-8</encoding> |
| <consoleOutput>false</consoleOutput> |
| <failOnViolation>false</failOnViolation> |
| <failsOnError>false</failsOnError> |
| <violationSeverity>warning</violationSeverity> |
| <excludes>**/generated/**/*</excludes> |
| </configuration> |
| <dependencies> |
| <dependency> |
| <groupId>com.puppycrawl.tools</groupId> |
| <artifactId>checkstyle</artifactId> |
| <version>${checkstyle.version}</version> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id>checkstyle</id> |
| <phase>validate</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>header-check</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| <configuration> |
| <useDefaultExcludes>true</useDefaultExcludes> |
| <excludes> |
| <!-- Git specific files --> |
| <exclude>.git/</exclude> |
| <exclude>.java-version</exclude> |
| <exclude>.gitignore</exclude> |
| <!-- IDE specific files--> |
| <exclude>**/.idea/</exclude> |
| <exclude>**/.cache-main</exclude> |
| <exclude>**/.scalastyle/</exclude> |
| <exclude>**/*.iml</exclude> |
| <exclude>**/nb-configuration.xml</exclude> |
| <exclude>**/.classpath</exclude> |
| <exclude>**/.settings/**</exclude> |
| <exclude>**/.project</exclude> |
| <exclude>**/.descriptor/</exclude> |
| <!-- Maven working directory --> |
| <exclude>**/target/**</exclude> |
| <!-- Patch files which can be lying around --> |
| <exclude>**/*.patch</exclude> |
| <exclude>**/*.rej</exclude> |
| <!-- Exclude generated files --> |
| <exclude>**/gen/**</exclude> |
| <!-- README and test data with exact format --> |
| <exclude>README*</exclude> |
| <exclude>**/*.log</exclude> |
| <exclude>**/*.out</exclude> |
| <exclude>**/*.db</exclude> |
| <exclude>**/eagle.log*</exclude> |
| <exclude>**/velocity.log*</exclude> |
| <!-- all json files should be excluded --> |
| <exclude>**/*.json</exclude> |
| <exclude>**/resources/eagle.siddhiext</exclude> |
| <exclude>**/test/resources/securityAuditLog</exclude> |
| <exclude>**/resources/**/ml-policyDef-UserProfile.txt</exclude> |
| <exclude>**/test/resources/onelinehiveauditlog.txt</exclude> |
| <exclude>**/test/resources/ranger-policy-update-request.txt</exclude> |
| <exclude>**/dev-supports/**/*.json</exclude> |
| <exclude>**/dev-supports/**/useractivity-agg-json.txt</exclude> |
| <exclude>**/conf/sandbox-userprofile-topology.conf</exclude> |
| <exclude>**/kafka-python/**</exclude> |
| <exclude>**/six/**</exclude> |
| <!-- Fonts and Images --> |
| <exclude>**/fonts/**</exclude> |
| <exclude>**/images/**</exclude> |
| <exclude>**/lib/js/**</exclude> |
| <exclude>**/lib/css/**</exclude> |
| <exclude>**/*.min.js</exclude> |
| <exclude>**/jquery-*.js</exclude> |
| <exclude>**/MANIFEST.MF</exclude> |
| <!-- External dependency script --> |
| <exclude>**/.json</exclude> |
| |
| <exclude>**/webapp/**</exclude> |
| <exclude>**/*.pid</exclude> |
| <exclude>**/buildNumber.properties</exclude> |
| </excludes> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <additionalparam>-Xdoclint:none</additionalparam> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <repositories> |
| <repository> |
| <id>maven.repo1</id> |
| <name>Maven Repo1 Repository</name> |
| <url>http://repo1.maven.org/maven2</url> |
| </repository> |
| <repository> |
| <id>hortonworks.public</id> |
| <name>HDP Public Repository</name> |
| <url>http://repo.hortonworks.com/content/groups/public/</url> |
| </repository> |
| <repository> |
| <id>hortonworks.central</id> |
| <name>HDP Central Repository</name> |
| <url>http://repo.hortonworks.com/content/repositories/central/</url> |
| </repository> |
| <repository> |
| <id>hortonworks.release</id> |
| <name>HDP Release Repository</name> |
| <url>http://repo.hortonworks.com/content/repositories/releases/</url> |
| </repository> |
| <repository> |
| <id>wso2.public</id> |
| <name>WSO2 Public</name> |
| <url>http://maven.wso2.org/nexus/content/groups/wso2-public</url> |
| </repository> |
| <repository> |
| <id>scale-tools.release</id> |
| <name>Scala-Tools Release Repository</name> |
| <url>http://scala-tools.org/repo-releases</url> |
| </repository> |
| <repository> |
| <id>cloudera.repo</id> |
| <name>Cloudera Repository</name> |
| <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> |
| </repository> |
| <repository> |
| <id>mapr.repo</id> |
| <name>MapR Repository</name> |
| <url>http://repository.mapr.com/maven/</url> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <id>scala-tools.release</id> |
| <name>Scala-Tools Release Repository</name> |
| <url>http://scala-tools.org/repo-releases</url> |
| </pluginRepository> |
| </pluginRepositories> |
| </project> |