aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChandan Rajah <chandan.rajah@gmail.com>2013-06-06 12:27:15 +0100
committerChandan Rajah <chandan.rajah@gmail.com>2013-06-06 12:27:15 +0100
commit6e21e0c68248a33875898b86a2be7a9cec7df3d4 (patch)
tree5254682e3c3440f7c6954b23519459107b8a445e /pom.xml
parentea9c80374da846edf2a1634a42ccb932838ebd5b (diff)
downloadSpyGlass-6e21e0c68248a33875898b86a2be7a9cec7df3d4.tar.gz
SpyGlass-6e21e0c68248a33875898b86a2be7a9cec7df3d4.zip
Added extensions to Read and Write mode.
Added support for key prefixes
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 35 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 03e81e0..5386e3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<name>Cascading and Scalding wrapper for HBase with advanced features</name>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>1.0.2</version>
+ <version>2.0.3</version>
<packaging>jar</packaging>
<properties>
@@ -158,7 +158,7 @@
<artifactId>scalding_${scala.version}</artifactId>
<version>${scalding.version}</version>
<exclusions>
- <exclusion> <!-- Declare exclusion, in order to use custom maple build -->
+ <exclusion> <!-- Declare exclusion, in order to use custom build -->
<groupId>com.twitter</groupId>
<artifactId>maple</artifactId>
</exclusion>
@@ -284,6 +284,39 @@
<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>