aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChandan Rajah <crajah@parallelai.com>2013-09-04 10:32:07 +0100
committerChandan Rajah <crajah@parallelai.com>2013-09-04 10:32:07 +0100
commit3501e241a2313cf49c371630cb6ebe0c3a47e991 (patch)
tree99b4e48c7590f94a4cbe8acf9ffbc036241ab737 /pom.xml
parent147a423b345ea365c22af48727c83ea4f31b948c (diff)
downloadSpyGlass-3501e241a2313cf49c371630cb6ebe0c3a47e991.tar.gz
SpyGlass-3501e241a2313cf49c371630cb6ebe0c3a47e991.zip
Extensive changes to the underlying code base.
Fully tested and working support for region level spliting Reduced number of mappers.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml45
1 files changed, 39 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 9167fd4..066632c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,15 +66,17 @@
<name>Cascading and Scalding wrapper for HBase with advanced features</name>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>${scala.version}_3.2.0</version>
+ <version>${scala.version}_4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
+ <!--
<distributionManagement>
- <repository>
- <id>repo</id>
- <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url>
- </repository>
+ <repository>
+ <id>conjars</id>
+ <url>scp://repo@conjars.org:</url>
+ </repository>
</distributionManagement>
+ -->
<!-- Repositories -->
<repositories>
@@ -372,8 +374,39 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
- </plugins>
+ <!--
+ <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>
+ -->
+ </plugins>
</pluginManagement>
+ <!--
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>1.0</version>
+ </extension>
+ </extensions>
+ -->
</build>
</project>