diff options
author | cra14 <chandan.rajah2@bskyb.com> | 2013-09-04 14:02:51 +0100 |
---|---|---|
committer | cra14 <chandan.rajah2@bskyb.com> | 2013-09-04 14:02:51 +0100 |
commit | ee3d7244992ea365743bab3bf2ca82da284512ba (patch) | |
tree | 932105e9b01081a408d2041f438a801436895e27 /releases/parallelai/parallelai.spyglass | |
parent | cefd1a9332d674f0ccf69ab1c7bdc102c2a48c92 (diff) | |
download | SpyGlass-ee3d7244992ea365743bab3bf2ca82da284512ba.tar.gz SpyGlass-ee3d7244992ea365743bab3bf2ca82da284512ba.zip |
Added in the releases
Diffstat (limited to 'releases/parallelai/parallelai.spyglass')
66 files changed, 3805 insertions, 0 deletions
diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar Binary files differnew file mode 100644 index 0000000..04cb27c --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.md5 b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.md5 new file mode 100644 index 0000000..34a82b3 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.md5 @@ -0,0 +1 @@ +5153c6fbde0800d846a40347010b4240
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.sha1 new file mode 100644 index 0000000..d8f9325 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.jar.sha1 @@ -0,0 +1 @@ +5adba905a7c307f38cf983355704c7844f8d4ec4
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom new file mode 100644 index 0000000..d254977 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom @@ -0,0 +1,335 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.0.3</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <!-- Cloudera's Distribution Including Apache Hadoop version 4.2.0 --> + <datafu.version>0.0.4-cdh4.2.0</datafu.version> + <flume.version>1.3.0-cdh4.2.0</flume.version> + <hadoop.version>2.0.0-cdh4.2.0</hadoop.version> + <hbase.version>0.94.2-cdh4.2.0</hbase.version> + <hive.version>0.10.0-cdh4.2.0</hive.version> + <mahout.version>0.7-cdh4.2.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.2.0</mapreduce.version> + <oozie.version>3.3.0-cdh4.2.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.0-cdh4.2.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-cdh4.2.0</oozie-sharelib.version> + <pig.version>0.10.0-cdh4.2.0</pig.version> + <sqoop.version>1.4.2-cdh4.2.0</sqoop.version> + <whirr.version>0.8.0-cdh4.2.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.2.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.9.2</scala.version> + <scalding.version>0.8.3</scalding.version> + <cascading.version>2.1.0</cascading.version> + <scalding-commons.version>0.1.1</scalding-commons.version> + <scalatest.version>1.7.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding_${scala.version}</artifactId> + <version>${scalding.version}</version> + <exclusions> + <exclusion> <!-- Declare exclusion, in order to use custom build --> + <groupId>com.twitter</groupId> + <artifactId>maple</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project>
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.md5 b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.md5 new file mode 100644 index 0000000..cb70e64 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.md5 @@ -0,0 +1 @@ +238dbd6c3144b8faa6ad14df04ebc945
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.sha1 new file mode 100644 index 0000000..7254e02 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.3/parallelai.spyglass-2.0.3.pom.sha1 @@ -0,0 +1 @@ +30616da22105b65f6224ecbd91a272e738437c28
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar Binary files differnew file mode 100644 index 0000000..6e8eeb5 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.md5 b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.md5 new file mode 100644 index 0000000..06dd091 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.md5 @@ -0,0 +1 @@ +06da38d6ebcd39f8fae382b706eda426
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.sha1 new file mode 100644 index 0000000..7b891f7 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.jar.sha1 @@ -0,0 +1 @@ +b1beedc67f8a1119e1d09da8a7bc03ae702b5316
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom new file mode 100644 index 0000000..da10b1c --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom @@ -0,0 +1,346 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.0.4</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <!-- Cloudera's Distribution Including Apache Hadoop version 4.2.0 --> + <datafu.version>0.0.4-cdh4.3.0</datafu.version> + <flume.version>1.3.0-cdh4.3.0</flume.version> + <hadoop.version>2.0.0-cdh4.3.0</hadoop.version> + <hbase.version>0.94.6-cdh4.3.0</hbase.version> + <hive.version>0.10.0-cdh4.3.0</hive.version> + <mahout.version>0.7-cdh4.3.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.3.0</mapreduce.version> + <oozie.version>3.3.2-cdh4.3.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.2-cdh4.3.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.2-cdh4.3.0</oozie-sharelib.version> + <pig.version>0.11.0-cdh4.3.0</pig.version> + <sqoop.version>1.4.3-cdh4.3.0</sqoop.version> + <whirr.version>0.8.2-cdh4.3.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.3.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.10.2</scala.version> + <scalding.scala.version>2.10</scalding.scala.version> + <scalding.version>0.8.5</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.1.1</scalding-commons.version> + <scalatest.version>1.7.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>rore-repo</id> + <url>file://D:\Dev\eclipse\spyglass-mvn-repo</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <exclusions> + <exclusion> <!-- Declare exclusion, in order to use custom build --> + <groupId>com.twitter</groupId> + <artifactId>maple</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project>
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.md5 b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.md5 new file mode 100644 index 0000000..2435303 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.md5 @@ -0,0 +1 @@ +4466ec988dfc0f7f262ccf5a6da72f73
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.sha1 new file mode 100644 index 0000000..ca259bf --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.0.4/parallelai.spyglass-2.0.4.pom.sha1 @@ -0,0 +1 @@ +11b7840f138bffe246e543a67bc091f02537e320
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar Binary files differnew file mode 100644 index 0000000..04d6355 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.md5 b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.md5 new file mode 100644 index 0000000..0df6e10 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.md5 @@ -0,0 +1 @@ +43f196e044864e217a54a6d7d2dc369c
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.sha1 new file mode 100644 index 0000000..a109733 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.jar.sha1 @@ -0,0 +1 @@ +56f778e49d109d8c28d1c074ad31972bb17c1158
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom new file mode 100644 index 0000000..5018734 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom @@ -0,0 +1,346 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.1.1</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <!-- Cloudera's Distribution Including Apache Hadoop version 4.2.0 --> + <datafu.version>0.0.4-cdh4.3.0</datafu.version> + <flume.version>1.3.0-cdh4.3.0</flume.version> + <hadoop.version>2.0.0-cdh4.3.0</hadoop.version> + <hbase.version>0.94.6-cdh4.3.0</hbase.version> + <hive.version>0.10.0-cdh4.3.0</hive.version> + <mahout.version>0.7-cdh4.3.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.3.0</mapreduce.version> + <oozie.version>3.3.2-cdh4.3.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.2-cdh4.3.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.2-cdh4.3.0</oozie-sharelib.version> + <pig.version>0.11.0-cdh4.3.0</pig.version> + <sqoop.version>1.4.3-cdh4.3.0</sqoop.version> + <whirr.version>0.8.2-cdh4.3.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.3.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.10.2</scala.version> + <scalding.scala.version>2.10</scalding.scala.version> + <scalding.version>0.8.5</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.1.1</scalding-commons.version> + <scalatest.version>1.7.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <exclusions> + <exclusion> <!-- Declare exclusion, in order to use custom build --> + <groupId>com.twitter</groupId> + <artifactId>maple</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project>
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.md5 b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.md5 new file mode 100644 index 0000000..7318070 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.md5 @@ -0,0 +1 @@ +419f91913f37c4daa554c50717a7c3cd
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.sha1 new file mode 100644 index 0000000..dce575c --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.1.1/parallelai.spyglass-2.1.1.pom.sha1 @@ -0,0 +1 @@ +fc93e2b49353feda604785c2ca0568991d44e37e
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar Binary files differnew file mode 100644 index 0000000..9e351e5 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.md5 new file mode 100644 index 0000000..7e5824a --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.md5 @@ -0,0 +1 @@ +1f47d570f5e2ba0394fc275458614c83
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.sha1 new file mode 100644 index 0000000..41c9514 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.jar.sha1 @@ -0,0 +1 @@ +4b6bcbf14c0b16d104f28305624b6d8c9941324c
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom new file mode 100644 index 0000000..4b22b61 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom @@ -0,0 +1,368 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <datafu.version>0.0.4-cdh4.3.0</datafu.version> + <flume.version>1.3.0-cdh4.3.0</flume.version> + <hadoop.version>2.0.0-cdh4.3.0</hadoop.version> + <hbase.version>0.94.6-cdh4.3.0</hbase.version> + <hive.version>0.10.0-cdh4.3.0</hive.version> + <mahout.version>0.7-cdh4.3.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.3.0</mapreduce.version> + <oozie.version>3.3.2-cdh4.3.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.2-cdh4.3.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.2-cdh4.3.0</oozie-sharelib.version> + <pig.version>0.11.0-cdh4.3.0</pig.version> + <sqoop.version>1.4.3-cdh4.3.0</sqoop.version> + <whirr.version>0.8.2-cdh4.3.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.3.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.10.2</scala.version> + <scalding.scala.version>2.10</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>2.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>${scala.version}_2.3.0</version> + <packaging>jar</packaging> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + <repository> + <id>mvnrepository</id> + <url>http://repo1.maven.org/maven2</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.md5 new file mode 100644 index 0000000..0f45d39 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.md5 @@ -0,0 +1 @@ +0bd13c6d8d70f4fbc2bc820215ec0e4a
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.sha1 new file mode 100644 index 0000000..055b7c0 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_2.3.0/parallelai.spyglass-2.10.2_2.3.0.pom.sha1 @@ -0,0 +1 @@ +dcd335ee06803d074444da1cad9814e288c88d59
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar Binary files differnew file mode 100644 index 0000000..aa71956 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.md5 new file mode 100644 index 0000000..e3ba0d8 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.md5 @@ -0,0 +1 @@ +22962deff67dd548dd5768534fa06c0b
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.sha1 new file mode 100644 index 0000000..8117370 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.jar.sha1 @@ -0,0 +1 @@ +89fd58e60e8152619ff13f3f6d22943caf7f20a2
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom new file mode 100644 index 0000000..0b4250f --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom @@ -0,0 +1,429 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <cdh.version>cdh4.3.0</cdh.version> + + <datafu.version>0.0.4-${cdh.version}</datafu.version> + <flume.version>1.3.0-${cdh.version}</flume.version> + <hadoop.version>2.0.0-${cdh.version}</hadoop.version> + <hadoop.core.version>2.0.0-mr1-${cdh.version}</hadoop.core.version> + <hbase.version>0.94.6-${cdh.version}</hbase.version> + <hive.version>0.10.0-${cdh.version}</hive.version> + <mahout.version>0.7-${cdh.version}</mahout.version> + <mapreduce.version>2.0.0-mr1-${cdh.version}</mapreduce.version> + <oozie.version>3.3.0-${cdh.version}</oozie.version> + <oozie-hadoop.version>2.0.0-${cdh.version}.oozie-3.3.0-${cdh.version}</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-${cdh.version}</oozie-sharelib.version> + <pig.version>0.10.0-${cdh.version}</pig.version> + <sqoop.version>1.4.2-${cdh.version}</sqoop.version> + <whirr.version>0.8.0-${cdh.version}</whirr.version> + <zookeeper.version>3.4.5-${cdh.version}</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.10.2</scala.version> + <scalding.scala.version>2.10</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>2.1.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>${scala.version}_4.0.0</version> + <packaging>jar</packaging> + + <!-- + <distributionManagement> + <repository> + <id>conjars</id> + <url>scp://repo@conjars.org:</url> + </repository> + </distributionManagement> + --> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-core</artifactId> + <version>${cascading.version}</version> + </dependency> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-hadoop</artifactId> + <version>${cascading.version}</version> + </dependency> + + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-core</artifactId> + <version>${hadoop.core.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + <!-- + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>wagon-maven-plugin</artifactId> + <version>1.0-beta-3</version> + <configuration> + <serverId>conjars</serverId> + <fromFile>${project.build.directory}/${project.build.finalName}.jar</fromFile> + <fromFile>${project.build.directory}/pom.xml</fromFile> + <url>scp://repo@conjars.org/</url> + </configuration> + <executions> + <execution> + <id>upload-war-to-server</id> + <phase>deploy</phase> + <goals> + <goal>deploy</goal> + </goals> + </execution> + </executions> + </plugin> + --> + <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.3.1</version> + <configuration> + <tasks> + <copy file="target/parallelai.spyglass-2.10.2_4.0.0.jar" tofile="."/> + </tasks> + </configuration> + <executions> + <execution> + <phase>install</phase> + </execution> + </executions> + </plugin> + --> + </plugins> + </pluginManagement> + <!-- + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>1.0</version> + </extension> + </extensions> + --> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.md5 new file mode 100644 index 0000000..5d8cbe8 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.md5 @@ -0,0 +1 @@ +7b1fb54872ceae910c46b1c2454138fa
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.sha1 new file mode 100644 index 0000000..352a738 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.0.0/parallelai.spyglass-2.10.2_4.0.0.pom.sha1 @@ -0,0 +1 @@ +1d0392d03547c333c3a492171ef0bd54e5cdc9e7
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar Binary files differnew file mode 100644 index 0000000..28488c8 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.md5 new file mode 100644 index 0000000..9fd9d5a --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.md5 @@ -0,0 +1 @@ +16d96a423f9b0b3b0990f3b52fa4fd70
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.sha1 new file mode 100644 index 0000000..87ac380 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.jar.sha1 @@ -0,0 +1 @@ +4af0c48afb2cc8a4678ef2ef60625fbb7e60fc64
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom new file mode 100644 index 0000000..f70a18d --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom @@ -0,0 +1,436 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <cdh.version>cdh4.3.0</cdh.version> + + <datafu.version>0.0.4-${cdh.version}</datafu.version> + <flume.version>1.3.0-${cdh.version}</flume.version> + <hadoop.version>2.0.0-${cdh.version}</hadoop.version> + <hadoop.core.version>2.0.0-mr1-${cdh.version}</hadoop.core.version> + <hbase.version>0.94.6-${cdh.version}</hbase.version> + <hive.version>0.10.0-${cdh.version}</hive.version> + <mahout.version>0.7-${cdh.version}</mahout.version> + <mapreduce.version>2.0.0-mr1-${cdh.version}</mapreduce.version> + <oozie.version>3.3.0-${cdh.version}</oozie.version> + <oozie-hadoop.version>2.0.0-${cdh.version}.oozie-3.3.0-${cdh.version}</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-${cdh.version}</oozie-sharelib.version> + <pig.version>0.10.0-${cdh.version}</pig.version> + <sqoop.version>1.4.2-${cdh.version}</sqoop.version> + <whirr.version>0.8.0-${cdh.version}</whirr.version> + <zookeeper.version>3.4.5-${cdh.version}</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.10.2</scala.version> + <scalding.scala.version>2.10</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>2.1.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>${scala.version}_4.1.0</version> + <packaging>jar</packaging> + + <!-- + <distributionManagement> + <repository> + <id>conjars</id> + <url>scp://repo@conjars.org:</url> + </repository> + </distributionManagement> + --> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-core</artifactId> + <version>${cascading.version}</version> + </dependency> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-hadoop</artifactId> + <version>${cascading.version}</version> + </dependency> + + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-core</artifactId> + <version>${hadoop.core.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <altDeploymentRepository>repo::default::file:${project.basedir}/releases</altDeploymentRepository> + </configuration> + </plugin> + <!-- + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>wagon-maven-plugin</artifactId> + <version>1.0-beta-3</version> + <configuration> + <serverId>conjars</serverId> + <fromFile>${project.build.directory}/${project.build.finalName}.jar</fromFile> + <fromFile>${project.build.directory}/pom.xml</fromFile> + <url>scp://repo@conjars.org/</url> + </configuration> + <executions> + <execution> + <id>upload-war-to-server</id> + <phase>deploy</phase> + <goals> + <goal>deploy</goal> + </goals> + </execution> + </executions> + </plugin> + --> + <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.3.1</version> + <configuration> + <tasks> + <copy file="target/parallelai.spyglass-2.10.2_4.0.0.jar" tofile="."/> + </tasks> + </configuration> + <executions> + <execution> + <phase>install</phase> + </execution> + </executions> + </plugin> + --> + </plugins> + </pluginManagement> + <!-- + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>1.0</version> + </extension> + </extensions> + --> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.md5 new file mode 100644 index 0000000..180fae1 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.md5 @@ -0,0 +1 @@ +879b20afb425258d2ccecb8600322012
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.sha1 new file mode 100644 index 0000000..5640cb8 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.10.2_4.1.0/parallelai.spyglass-2.10.2_4.1.0.pom.sha1 @@ -0,0 +1 @@ +25e5976515e57758af67e961396b9a957ddeba10
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar Binary files differnew file mode 100644 index 0000000..c43309f --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.md5 new file mode 100644 index 0000000..9a6b742 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.md5 @@ -0,0 +1 @@ +65cd2c432869a3303e16af4648fb8e66
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.sha1 new file mode 100644 index 0000000..5e81093 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.jar.sha1 @@ -0,0 +1 @@ +2f77b53beacf02cabf7df66d4da4b47e9bb0f826
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom new file mode 100644 index 0000000..8c1adb8 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom @@ -0,0 +1,365 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.9.3_2.2.0</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <datafu.version>0.0.4-cdh4.2.0</datafu.version> + <flume.version>1.3.0-cdh4.2.0</flume.version> + <hadoop.version>2.0.0-cdh4.2.0</hadoop.version> + <hbase.version>0.94.2-cdh4.2.0</hbase.version> + <hive.version>0.10.0-cdh4.2.0</hive.version> + <mahout.version>0.7-cdh4.2.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.2.0</mapreduce.version> + <oozie.version>3.3.0-cdh4.2.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.0-cdh4.2.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-cdh4.2.0</oozie-sharelib.version> + <pig.version>0.10.0-cdh4.2.0</pig.version> + <sqoop.version>1.4.2-cdh4.2.0</sqoop.version> + <whirr.version>0.8.0-cdh4.2.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.2.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.9.3</scala.version> + <scalding.scala.version>2.9.3</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.0</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.md5 new file mode 100644 index 0000000..f9fd1bc --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.md5 @@ -0,0 +1 @@ +3e814be53ae8de87faddb5b624b93a02
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.sha1 new file mode 100644 index 0000000..1beadfd --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_2.2.0/parallelai.spyglass-2.9.3_2.2.0.pom.sha1 @@ -0,0 +1 @@ +149772a69394128ac4703348537428c0f5b1e60f
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml new file mode 100644 index 0000000..4de1f20 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metadata> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.9.3_3.0.0-SNAPSHOT</version> + <versioning> + <snapshot> + <buildNumber>1</buildNumber> + </snapshot> + <lastUpdated>20130718162116</lastUpdated> + </versioning> +</metadata> diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.md5 new file mode 100644 index 0000000..1dd1a4a --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.md5 @@ -0,0 +1 @@ +4443f807484dee6a03c53a033f25eb2b
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.sha1 new file mode 100644 index 0000000..3a98741 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +cde0ebf02ae252fb69c4495b4ef7b7e11d5fcacc
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar Binary files differnew file mode 100644 index 0000000..b1c9d06 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.md5 new file mode 100644 index 0000000..853d2cd --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.md5 @@ -0,0 +1 @@ +27442e7b59742ff1ea9a80c0199c4a75
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.sha1 new file mode 100644 index 0000000..0cde85b --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.jar.sha1 @@ -0,0 +1 @@ +19063e640982c3d85ace65beb6841af2447b632e
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom new file mode 100644 index 0000000..208f8e7 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom @@ -0,0 +1,365 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.9.3_3.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <datafu.version>0.0.4-cdh4.2.0</datafu.version> + <flume.version>1.3.0-cdh4.2.0</flume.version> + <hadoop.version>2.0.0-cdh4.2.0</hadoop.version> + <hbase.version>0.94.2-cdh4.2.0</hbase.version> + <hive.version>0.10.0-cdh4.2.0</hive.version> + <mahout.version>0.7-cdh4.2.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.2.0</mapreduce.version> + <oozie.version>3.3.0-cdh4.2.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.0-cdh4.2.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-cdh4.2.0</oozie-sharelib.version> + <pig.version>0.10.0-cdh4.2.0</pig.version> + <sqoop.version>1.4.2-cdh4.2.0</sqoop.version> + <whirr.version>0.8.0-cdh4.2.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.2.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.9.3</scala.version> + <scalding.scala.version>2.9.3</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.0</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.md5 new file mode 100644 index 0000000..50e77fa --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.md5 @@ -0,0 +1 @@ +bec29d01d22d56b0a3abc66393eb6a9e
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.sha1 new file mode 100644 index 0000000..de0b411 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0-SNAPSHOT/parallelai.spyglass-2.9.3_3.0.0-SNAPSHOT.pom.sha1 @@ -0,0 +1 @@ +8f75be17a6bc284891987a4606a540236ba02942
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar Binary files differnew file mode 100644 index 0000000..e974576 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.md5 new file mode 100644 index 0000000..f72cb71 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.md5 @@ -0,0 +1 @@ +7f624ce72a5fc6f1030940007b4d8d62
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.sha1 new file mode 100644 index 0000000..cbba222 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.jar.sha1 @@ -0,0 +1 @@ +58b88e72e38c46164a22a690405d5fe750b0bb09
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom new file mode 100644 index 0000000..b582b99 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom @@ -0,0 +1,365 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.9.3_3.0.0</version> + <packaging>jar</packaging> + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <datafu.version>0.0.4-cdh4.2.0</datafu.version> + <flume.version>1.3.0-cdh4.2.0</flume.version> + <hadoop.version>2.0.0-cdh4.2.0</hadoop.version> + <hbase.version>0.94.2-cdh4.2.0</hbase.version> + <hive.version>0.10.0-cdh4.2.0</hive.version> + <mahout.version>0.7-cdh4.2.0</mahout.version> + <mapreduce.version>2.0.0-mr1-cdh4.2.0</mapreduce.version> + <oozie.version>3.3.0-cdh4.2.0</oozie.version> + <oozie-hadoop.version>2.0.0-cdh4.2.0.oozie-3.3.0-cdh4.2.0</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-cdh4.2.0</oozie-sharelib.version> + <pig.version>0.10.0-cdh4.2.0</pig.version> + <sqoop.version>1.4.2-cdh4.2.0</sqoop.version> + <whirr.version>0.8.0-cdh4.2.0</whirr.version> + <zookeeper.version>3.4.5-cdh4.2.0</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.9.3</scala.version> + <scalding.scala.version>2.9.3</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.0</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <distributionManagement> + <repository> + <id>repo</id> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> + </repository> + </distributionManagement> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-mapreduce-client-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.twitter</groupId>--> + <!--<artifactId>maple</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.md5 new file mode 100644 index 0000000..bcde8b7 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.md5 @@ -0,0 +1 @@ +78a0d0a756d289a24a99c0c92867f55a
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.sha1 new file mode 100644 index 0000000..38175fa --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_3.0.0/parallelai.spyglass-2.9.3_3.0.0.pom.sha1 @@ -0,0 +1 @@ +2d62ce030b2221da6489442da869c955939feddc
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar Binary files differnew file mode 100644 index 0000000..1a0f3c6 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.md5 new file mode 100644 index 0000000..01ad4ad --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.md5 @@ -0,0 +1 @@ +1d5f07b23b7b99b51b6f1e2eb2094366
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.sha1 new file mode 100644 index 0000000..198c6a3 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.jar.sha1 @@ -0,0 +1 @@ +cfd32f16f66ac0bca227cb283837c3c6a68ba94b
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom new file mode 100644 index 0000000..a4a31ff --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom @@ -0,0 +1,374 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <organization> + <name>Parallel AI</name> + <url>http://www.parallelai.com</url> + </organization> + + + <properties> + <!-- Java compilation level --> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version> + <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-war-plugin.version>2.3</maven-war-plugin.version> + + <!-- UTF-8 Encoding settings --> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <cdh.version>cdh4.3.0</cdh.version> + + <datafu.version>0.0.4-${cdh.version}</datafu.version> + <flume.version>1.3.0-${cdh.version}</flume.version> + <hadoop.version>2.0.0-${cdh.version}</hadoop.version> + <hadoop.core.version>2.0.0-mr1-${cdh.version}</hadoop.core.version> + <hbase.version>0.94.6-${cdh.version}</hbase.version> + <hive.version>0.10.0-${cdh.version}</hive.version> + <mahout.version>0.7-${cdh.version}</mahout.version> + <mapreduce.version>2.0.0-mr1-${cdh.version}</mapreduce.version> + <oozie.version>3.3.0-${cdh.version}</oozie.version> + <oozie-hadoop.version>2.0.0-${cdh.version}.oozie-3.3.0-${cdh.version}</oozie-hadoop.version> + <oozie-sharelib.version>3.3.0-${cdh.version}</oozie-sharelib.version> + <pig.version>0.10.0-${cdh.version}</pig.version> + <sqoop.version>1.4.2-${cdh.version}</sqoop.version> + <whirr.version>0.8.0-${cdh.version}</whirr.version> + <zookeeper.version>3.4.5-${cdh.version}</zookeeper.version> + + <!-- Scala/Scalding/Cascading properties --> + <scala.version>2.9.3</scala.version> + <scalding.scala.version>2.9.3</scalding.scala.version> + <scalding.version>0.8.6</scalding.version> + <cascading.version>2.1.6</cascading.version> + <scalding-commons.version>0.2.0</scalding-commons.version> + <scalatest.version>1.9.1</scalatest.version> + + <trove4j.version>3.0.3</trove4j.version> + <maple.version>0.2.8</maple.version> + <!-- 2.1.1 for Scala 2.10.2 and 1.12.4.1 for Scala 2.9.3--> + <specs2.version>1.12.4.1</specs2.version> + <typesafe.config.version>1.0.0</typesafe.config.version> + + <!-- Other libraries properties --> + <junit.version>4.10</junit.version> + <slf4j.version>1.7.2</slf4j.version> + <trove4j.version>3.0.3</trove4j.version> + <javax.servlet.version>2.5</javax.servlet.version> + <uncommons-maths.version>1.2.2a</uncommons-maths.version> + <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version> + + </properties> + + <name>Cascading and Scalding wrapper for HBase with advanced features</name> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>${scala.version}_4.1.0</version> + <packaging>jar</packaging> + + <!-- Repositories --> + <repositories> + <repository> + <id>scala-tools.org</id> + <name>Scala Tools</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cloudera-cdh4</id> + <name>Cloudera CDH4</name> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + <repository> + <id>conjars</id> + <name>Con Jars</name> + <url>http://conjars.org/repo</url> + </repository> + </repositories> + + <!-- Profiles --> + <profiles> + <profile> + <id>windows_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <toolsjar>${JAVA_HOME}\\lib\\tools.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>osx_profile</id> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>mac</family> + </os> + </activation> + <properties> + <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> + </properties> + <dependencies> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.6</version> + <scope>system</scope> + <systemPath>${toolsjar}</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + + + + <dependencies> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-core</artifactId> + <version>${cascading.version}</version> + </dependency> + <dependency> + <groupId>cascading</groupId> + <artifactId>cascading-hadoop</artifactId> + <version>${cascading.version}</version> + </dependency> + + + <!-- Hadoop --> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-core</artifactId> + <version>${hadoop.core.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>com.twitter</groupId> + <artifactId>scalding-core_${scalding.scala.version}</artifactId> + <version>${scalding.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <!-- Three dependencies for ScalaSpec --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>${scala.version}</version> + </dependency> + <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + <version>${typesafe.config.version}</version> + </dependency> + + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-core</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>com.twitter.elephantbird</groupId> + <artifactId>elephant-bird-hadoop-compat</artifactId> + <version>4.1</version> + </dependency> + + <!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) --> + <dependency> + <groupId>org.specs2</groupId> + <artifactId>specs2_${scalding.scala.version}</artifactId> + <version>${specs2.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_${scalding.scala.version}</artifactId> + <version>${scalatest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + <!-- From https://wiki.scala-lang.org/display/SIW/ScalaEclipseMaven --> + + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/scala</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + <configuration> + <includes> + <include>**/*</include> + </includes> + </configuration> + </plugin> + <!-- This plugin is not supported by Eclipse, so maybe we shouldn't be + using it --> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <executions> + + <execution> + <id>compile</id> + <goals> + <goal>compile</goal> + </goals> + <phase>compile</phase> + </execution> + <execution> + <id>test-compile</id> + <goals> + <goal>testCompile</goal> + </goals> + <phase>test-compile</phase> + </execution> + <execution> + <phase>process-resources</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>./alternateLocation</outputDirectory> <!-- ${project.build.directory} --> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <!--Run with : mvn dependency:copy-dependencies --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.1,)</versionRange> + <goals> + <goal>copy-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId></groupId> + <artifactId></artifactId> + <versionRange>[0.0,)</versionRange> + <goals> + <goal></goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.scala-tools + </groupId> + <artifactId> + maven-scala-plugin + </artifactId> + <versionRange> + [2.15.2,) + </versionRange> + <goals> + <goal>compile</goal> + <goal>testCompile</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <altDeploymentRepository>repo::default::file:${project.basedir}/releases</altDeploymentRepository> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.md5 b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.md5 new file mode 100644 index 0000000..66fb633 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.md5 @@ -0,0 +1 @@ +2d56c227fab4525ad3b381000e8e9114
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.sha1 b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.sha1 new file mode 100644 index 0000000..a9541cb --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/2.9.3_4.1.0/parallelai.spyglass-2.9.3_4.1.0.pom.sha1 @@ -0,0 +1 @@ +88164ccd7b7a4549f9ed21f220829df69c297263
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/maven-metadata.xml b/releases/parallelai/parallelai.spyglass/maven-metadata.xml new file mode 100644 index 0000000..2fa71a6 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/maven-metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metadata> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <versioning> + <release>2.9.3_4.1.0</release> + <versions> + <version>2.0.4</version> + <version>2.1.1</version> + <version>2.9.3_2.2.0</version> + <version>2.9.3_3.0.0-SNAPSHOT</version> + <version>2.9.3_3.0.0</version> + <version>2.10.2_2.3.0</version> + <version>2.10.2_4.0.0</version> + <version>2.10.2_4.1.0</version> + <version>2.9.3_4.1.0</version> + </versions> + <lastUpdated>20130904125843</lastUpdated> + </versioning> +</metadata> diff --git a/releases/parallelai/parallelai.spyglass/maven-metadata.xml.md5 b/releases/parallelai/parallelai.spyglass/maven-metadata.xml.md5 new file mode 100644 index 0000000..969127a --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/maven-metadata.xml.md5 @@ -0,0 +1 @@ +26c1c1f95b30a7449c08da3442b68a1d
\ No newline at end of file diff --git a/releases/parallelai/parallelai.spyglass/maven-metadata.xml.sha1 b/releases/parallelai/parallelai.spyglass/maven-metadata.xml.sha1 new file mode 100644 index 0000000..dd4a505 --- /dev/null +++ b/releases/parallelai/parallelai.spyglass/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +d528834a3ceab0a5629bbed9ebed349341e4c326
\ No newline at end of file |