Skip to content

Commit

Permalink
Merge pull request #3 from sagemintblue/modules
Browse files Browse the repository at this point in the history
Updates parent pom.xml to include required Sonatype OSS config
  • Loading branch information
johanoskarsson committed May 29, 2012
2 parents bc47950 + aed9132 commit 1f972b2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 10 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Expand Up @@ -173,8 +173,9 @@ Each new release since 2.1.3 has a *tag*. The latest version on master is what w
Major contributors are listed below. Lots of others have helped too, thanks to all of them!
See git logs for credits.

* Kevin Weil ([@kevinweil](http://twitter.com/kevinweil))
* Dmitriy Ryaboy ([@squarecog](http://twitter.com/squarecog))
* Raghu Angadi ([@raghuangadi](http://twitter.com/raghuangadi))
* Andy Schlaikjer ([@sagemintblue](http://twitter.com/sagemintblue))
* Travis Crawford ([@tc](http://twitter.com/tc))
* Kevin Weil ([@kevinweil](https://twitter.com/kevinweil))
* Dmitriy Ryaboy ([@squarecog](https://twitter.com/squarecog))
* Raghu Angadi ([@raghuangadi](https://twitter.com/raghuangadi))
* Andy Schlaikjer ([@sagemintblue](https://twitter.com/sagemintblue))
* Travis Crawford ([@tc](https://twitter.com/tc))
* Johan Oskarsson ([@skr](https://twitter.com/skr))
46 changes: 41 additions & 5 deletions pom.xml
Expand Up @@ -2,6 +2,11 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
Expand All @@ -16,21 +21,52 @@
LoadFuncs, Hive SerDe, HBase miscellanea, etc. The majority of these are in
production at Twitter running over data every day.
</description>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<organization>
<name>Twitter</name>
<url>http://twitter.com/</url>
</organization>

<developers>
<developer>
<id>kevin</id>
<name>Kevin Weil</name>
</developer>
<developer>
<id>dmitriy</id>
<name>Dmitriy Ryaboy</name>
</developer>
<developer>
<id>raghu</id>
<name>Raghu Angadi</name>
</developer>
<developer>
<id>andy</id>
<name>Andy Schlaikjer</name>
</developer>
<developer>
<id>travis</id>
<name>Travis Crawford</name>
</developer>
<developer>
<id>johan</id>
<name>Johan Oskarsson</name>
</developer>
</developers>

<issueManagement>
<system>github</system>
<url>https://github.com/kevinweil/elephant-bird/issues</url>
</issueManagement>

<scm>
<connection>scm:git:https://github.com/kevinweil/elephant-bird.git</connection>
<developerConnection>scm:git:git@github.com:kevinweil/elephant-bird.git</developerConnection>
Expand All @@ -52,7 +88,6 @@
<url>http://maven.twttr.com</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>twitter</id>
Expand Down Expand Up @@ -336,13 +371,13 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3</version>
<configuration>
<goals>deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -466,4 +501,5 @@
<module>elephant-bird-rcfile</module>
<module>elephant-bird-mahout</module>
</modules>

</project>

0 comments on commit 1f972b2

Please sign in to comment.