From cd9d3628473dd69b9daea082aab303fe83a8b02a Mon Sep 17 00:00:00 2001 From: Antonios Chalkiopoulos Date: Wed, 16 Apr 2014 15:52:33 +0100 Subject: Clean up poms & add pom for Clojars repo --- pom.xml | 591 +++++++++++++++++++++++---------------------- src/main/resources/pom.xml | 149 ++++++++++++ 2 files changed, 450 insertions(+), 290 deletions(-) create mode 100644 src/main/resources/pom.xml diff --git a/pom.xml b/pom.xml index 739453e..a431e04 100644 --- a/pom.xml +++ b/pom.xml @@ -1,32 +1,31 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 + http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 - - Parallel AI - http://www.parallelai.com - + + Parallel AI + http://www.parallelai.com + - Cascading and Scalding wrapper for HBase with advanced features - parallelai - parallelai.spyglass - 2.10.2_4.2rc2 - jar + Cascading and Scalding wrapper for HBase with advanced features + parallelai + parallelai.spyglass + 2.10.2_4.2rc2 + jar + + + 1.6 + 1.6 + 3.0 + 2.15.2 + 2.3 - - - 1.6 - 1.6 - 3.0 - 2.15.2 - 2.3 - - - UTF-8 - UTF-8 - UTF-8 + + UTF-8 + UTF-8 + UTF-8 cdh4.5.0 @@ -46,100 +45,99 @@ 0.8.0-${cdh.version} 3.4.5-${cdh.version} - + 2.10.2 2.10 0.9.1 - 2.5.3 - 0.9.1 - 1.9.1 + 2.5.3 + 0.9.1 + 1.9.1 - 3.0.3 + 3.0.3 - 2.1.1 - 1.0.0 + 2.1.1 + 1.0.0 - 4.10 - 1.7.2 - 3.0.3 - 2.5 - 1.2.2a - 2.12.3 - - + 4.10 + 1.7.2 + 3.0.3 + 2.5 + 1.2.2a + 2.12.3 + - - - - scala-tools.org - Scala Tools - https://oss.sonatype.org/content/repositories/snapshots/ - - - cloudera-cdh4 - Cloudera CDH4 - https://repository.cloudera.com/artifactory/cloudera-repos/ - - - conjars - Con Jars - http://conjars.org/repo - - + + + + scala-tools.org + Scala Tools + https://oss.sonatype.org/content/repositories/snapshots/ + + + cloudera-cdh4 + Cloudera CDH4 + https://repository.cloudera.com/artifactory/cloudera-repos/ + + + conjars + Con Jars + http://conjars.org/repo + + - - - - windows_profile - - false - - Windows - - - - ${JAVA_HOME}\\lib\\tools.jar - - - - jdk.tools - jdk.tools - 1.6 - system - ${toolsjar} - - - - - osx_profile - - false - - mac - - - - ${java.home}/../Classes/classes.jar - - - - jdk.tools - jdk.tools - 1.6 - system - ${toolsjar} - - - - + + + + windows_profile + + false + + Windows + + + + ${JAVA_HOME}\\lib\\tools.jar + + + + jdk.tools + jdk.tools + 1.6 + system + ${toolsjar} + + + + + osx_profile + + false + + mac + + + + ${java.home}/../Classes/classes.jar + + + + jdk.tools + jdk.tools + 1.6 + system + ${toolsjar} + + + + - - + + cascading cascading-core @@ -151,58 +149,58 @@ ${cascading.version} + + + com.twitter + scalding-core_${scalding.scala.version} + ${scalding.version} + - - org.apache.hadoop - hadoop-core - ${hadoop.core.version} - - - - org.apache.hadoop - hadoop-common - ${hadoop.version} - + + org.apache.hadoop + hadoop-core + ${hadoop.core.version} + + + org.apache.hadoop + hadoop-common + ${hadoop.version} + - - org.slf4j - slf4j-api - ${slf4j.version} - - - com.twitter - scalding-core_${scalding.scala.version} - ${scalding.version} - + + + org.apache.hbase + hbase + ${hbase.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + - - org.apache.hbase - hbase - ${hbase.version} - - - - org.scala-lang - scala-library - ${scala.version} - - - com.typesafe - config - ${typesafe.config.version} - + + org.scala-lang + scala-library + ${scala.version} + + + com.typesafe + config + ${typesafe.config.version} + - - com.twitter.elephantbird - elephant-bird-core - 4.1 - - - com.twitter.elephantbird - elephant-bird-hadoop-compat - 4.1 - + + com.twitter.elephantbird + elephant-bird-core + 4.1 + + + com.twitter.elephantbird + elephant-bird-hadoop-compat + 4.1 + @@ -223,154 +221,167 @@ ${junit.version} test - - + - - src/main/java - src/test/scala - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - **/* - - - - - - org.scala-tools - maven-scala-plugin - + + src/main/java + src/test/scala + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + **/* + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.scala-tools + maven-scala-plugin + - - compile - - compile - - compile - - - test-compile - - testCompile - - test-compile - - - process-resources - - compile - - - - - - maven-compiler-plugin - ${maven-compiler-plugin.version} - - ${maven.compiler.source} - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - install - - copy-dependencies - - - ./alternateLocation - false - false - true - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-dependency-plugin - - [2.1,) - - copy-dependencies - - - - - - - - - - - [0.0,) - - - - - - - - - - - - org.scala-tools - - - maven-scala-plugin - - - [2.15.2,) - - - compile - testCompile - - - - - - - - - - + + compile + + compile + + compile + + + test-compile + + testCompile + + test-compile + + + process-resources + + compile + + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + install + + copy-dependencies + + + ./alternateLocation + + false + false + true + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + [2.1,) + + copy-dependencies + + + + + + + + + + + [0.0,) + + + + + + + + + + + + org.scala-tools + + + maven-scala-plugin + + + [2.15.2,) + + + compile + testCompile + + + + + + + + + + org.apache.maven.plugins maven-deploy-plugin - repo::default::file:${project.basedir}/releases + repo::default::file:${project.basedir}/releases + - - + + diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml new file mode 100644 index 0000000..7fe6a12 --- /dev/null +++ b/src/main/resources/pom.xml @@ -0,0 +1,149 @@ + + + + 4.0.0 + + SpyGlass + Cascading and Scalding wrapper for HBase with advanced features + parallelai + parallelai.spyglass + 2.10.2_4.2rc2 + jar + + + Parallel AI + http://www.parallelai.com + + http://www.parallelai.com + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + crajah + Chandan Rajah + + + saad373 + Saad Rashid + + + galarragas + Stefano Galarraga + + + antwnis + Antonios Chalkiopoulos + + + + + + conjars + Conjars Repository + http://conjars.org/repo + + + scala-tools.org + Scala Tools + https://oss.sonatype.org/content/repositories/snapshots/ + + + cloudera-cdh4 + Cloudera CDH4 + https://repository.cloudera.com/artifactory/cloudera-repos/ + + + + + cdh4.5.0 + 0.0.4-${cdh.version} + 1.3.0-${cdh.version} + 2.0.0-${cdh.version} + 2.0.0-mr1-${cdh.version} + 0.94.6-${cdh.version} + 0.10.0-${cdh.version} + 2.0.0-mr1-${cdh.version} + 2.10.2 + 2.10 + 0.9.1 + 2.5.3 + 0.9.1 + 3.0.3 + 1.0.0 + 1.7.2 + + + + + cascading + cascading-core + ${cascading.version} + + + cascading + cascading-hadoop + ${cascading.version} + + + + org.apache.hadoop + hadoop-core + ${hadoop.core.version} + + + + org.apache.hadoop + hadoop-common + ${hadoop.version} + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + com.twitter + scalding-core_${scalding.scala.version} + ${scalding.version} + + + + org.apache.hbase + hbase + ${hbase.version} + + + + + com.typesafe + config + ${typesafe.config.version} + + + + com.twitter.elephantbird + elephant-bird-core + 4.1 + + + com.twitter.elephantbird + elephant-bird-hadoop-compat + 4.1 + + + + + -- cgit v1.2.3