Created
March 10, 2014 22:43
-
-
Save WamBamBoozle/9476006 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<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> | |
<groupId>com.twitter</groupId> | |
<artifactId>iago</artifactId> | |
<version>0.6.14</version> | |
<name>${project.artifactId}</name> | |
<description>Iago Load Generator</description> | |
<inceptionYear>2012</inceptionYear> | |
<properties> | |
<mainClass>com.twitter.parrot.launcher.LauncherMain</mainClass> | |
</properties> | |
<parent> | |
<groupId>com.twitter</groupId> | |
<artifactId>aggregator</artifactId> | |
<version>0.0.2</version> | |
<relativePath>../aggregator/pom.xml</relativePath> | |
</parent> | |
<repositories> | |
<repository> | |
<id>twitter</id> | |
<name>Twitter Public Repo</name> | |
<url>http://maven.twttr.com</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>repo1</id> | |
<name>Maven Central</name> | |
<url>http://repo1.maven.org/maven2</url> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
</pluginRepository> | |
</pluginRepositories> | |
<dependencies> | |
<!-- Scala --> | |
<dependency> | |
<groupId>org.scala-lang</groupId> | |
<artifactId>scala-library</artifactId> | |
<version>2.10.3</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter.common.zookeeper</groupId> | |
<artifactId>server-set</artifactId> | |
<version>1.0.24</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter.common</groupId> | |
<artifactId>zookeeper-testing</artifactId> | |
<version>0.0.29</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.commons</groupId> | |
<artifactId>commons-math</artifactId> | |
<version>2.2</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-api</artifactId> | |
<version>1.6.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-jdk14</artifactId> | |
<version>1.6.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-http_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-kestrel_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-zipkin_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-memcached_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-ostrich4_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>finagle-thrift_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>ostrich_2.10</artifactId> | |
<version>9.2.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>util-core_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>util-eval_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>util-logging_2.10</artifactId> | |
<version>6.11.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.hadoop</groupId> | |
<artifactId>hadoop-core</artifactId> | |
<!-- <version>0.20.2.cdh3u2-t2</version> --> | |
<version>0.20.2</version> | |
</dependency> | |
<dependency> | |
<groupId>commons-logging</groupId> | |
<artifactId>commons-logging</artifactId> | |
<version>1.1.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>scrooge-core_2.10</artifactId> | |
<version>3.12.3</version> | |
</dependency> | |
<dependency> | |
<groupId>com.hadoop.gplcompression</groupId> | |
<artifactId>hadoop-lzo</artifactId> | |
<version>0.4.15</version> | |
</dependency> | |
<!-- Test --> | |
<dependency> | |
<groupId>org.scalatest</groupId> | |
<artifactId>scalatest_2.10</artifactId> | |
<version>2.1.0-RC3</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
<build> | |
<testResources> | |
<testResource> | |
<directory>config</directory> | |
</testResource> | |
<testResource> | |
<directory>src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<groupId>net.alchim31.maven</groupId> | |
<artifactId>scala-maven-plugin</artifactId> | |
<version>3.1.6</version> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
<showDeprecation>true</showDeprecation> | |
<showWarnings>true</showWarnings> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.twitter</groupId> | |
<artifactId>maven-finagle-thrift-plugin</artifactId> | |
<version>0.0.13</version> | |
<configuration> | |
<thriftOpts> | |
<thriftOpt>--finagle</thriftOpt> | |
</thriftOpts> | |
</configuration> | |
<executions> | |
<execution> | |
<id>thrift-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<groupId>com.twitter</groupId> | |
<artifactId>scrooge-maven-plugin</artifactId> | |
<version>3.12.3</version> | |
<configuration> | |
<thriftOpts> | |
<thriftOpt>--finagle</thriftOpt> | |
</thriftOpts> | |
</configuration> | |
<executions> | |
<execution> | |
<id>thrift-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-source-plugin</artifactId> | |
<version>2.1.2</version> | |
<executions> | |
<execution> | |
<id>attach-sources</id> | |
<phase>verify</phase> | |
<goals> | |
<goal>jar-no-fork</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<groupId>net.alchim31.maven</groupId> | |
<artifactId>scala-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>scala-compile-first</id> | |
<phase>process-resources</phase> | |
<configuration> | |
<args> | |
<param>-unchecked</param> | |
<param>-deprecation</param> | |
<param>-encoding</param> | |
<param>utf8</param> | |
</args> | |
</configuration> | |
<goals> | |
<goal>add-source</goal> | |
<goal>compile</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>scala-test-compile</id> | |
<phase>process-test-resources</phase> | |
<configuration> | |
<args> | |
<param>-unchecked</param> | |
<param>-deprecation</param> | |
<param>-encoding</param> | |
<param>utf8</param> | |
</args> | |
</configuration> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
</execution> | |
</executions> | |
<configuration> | |
<jvmArgs> | |
<jvmArg>-Xmx2G</jvmArg> | |
</jvmArgs> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<executions> | |
<execution> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<configuration> | |
<filesets> | |
<fileset> | |
<directory>config/target</directory> | |
</fileset> | |
</filesets> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<version>2.12</version> | |
<configuration> | |
<argLine>-Xmx1024m</argLine> | |
<redirectTestOutputToFile>false</redirectTestOutputToFile> | |
<includes> | |
<include>**/Test*.java</include> | |
<include>**/*Test.java</include> | |
<include>**/*Spec.java</include> | |
</includes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>exec-maven-plugin</artifactId> | |
<version>1.2.1</version> | |
<configuration> | |
<mainClass>${mainClass}</mainClass> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>build-classpath</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>build-classpath</goal> | |
</goals> | |
<configuration> | |
<outputFile>.classpath.txt</outputFile> | |
</configuration> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<groupId>com.twitter</groupId> | |
<artifactId>scrooge-maven-plugin</artifactId> | |
<!-- this version must match the version from scrooge-gen.ivy.xml --> | |
<version>3.12.3</version> | |
<configuration> | |
<language>scala</language> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<profiles> | |
<profile> | |
<id>zinc</id> | |
<activation> | |
<activeByDefault>false</activeByDefault> | |
</activation> | |
<build> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<groupId>net.alchim31.maven</groupId> | |
<artifactId>scala-maven-plugin</artifactId> | |
<version>3.1.6</version> | |
<configuration> | |
<recompileMode>incremental</recompileMode> | |
<useZincServer>true</useZincServer> | |
<javacArgs> | |
<javacArg>-target</javacArg> | |
<javacArg>6</javacArg> | |
<javacArg>-source</javacArg> | |
<javacArg>6</javacArg> | |
</javacArgs> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
<showDeprecation>true</showDeprecation> | |
<showWarnings>true</showWarnings> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
</build> | |
</profile> | |
<profile> | |
<id>git</id> | |
<activation> | |
<activeByDefault>false</activeByDefault> | |
</activation> | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>pl.project13.maven</groupId> | |
<artifactId>git-commit-id-plugin</artifactId> | |
<version>1.9</version> | |
<executions> | |
<execution> | |
<goals> | |
<goal>revision</goal> | |
</goals> | |
</execution> | |
</executions> | |
<configuration> | |
<dotGitDirectory>${git.dir}</dotGitDirectory> | |
<generateGitPropertiesFile>true</generateGitPropertiesFile> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
</profile> | |
</profiles> | |
<reporting> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-surefire-report-plugin</artifactId> | |
<version>2.12</version> | |
</plugin> | |
<plugin> | |
<groupId>net.alchim31.maven</groupId> | |
<artifactId>scala-maven-plugin</artifactId> | |
<version>3.1.6</version> | |
</plugin> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-javadoc-plugin</artifactId> | |
<version>2.8.1</version> | |
</plugin> | |
</plugins> | |
</reporting> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment