Commit ec58ea7d authored by David Trott's avatar David Trott

Merge pull request #17 from eincs/apply-maven-central-requirements

add maven central sync requirements on pom.xml
parents 25438a7f 5f82f3df
......@@ -6,15 +6,34 @@
<packaging>maven-plugin</packaging>
<name>Maven Thrift Plugin</name>
<version>0.1.12-SNAPSHOT</version>
<description>Maven Thrift Plugin that executes the thrift code generator</description>
<url>https://github.com/dtrott/maven-thrift-plugin</url>
<prerequisites>
<maven>2.0.6</maven>
</prerequisites>
<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>
<scm>
<url>https://github.com/dtrott/maven-thrift-plugin</url>
<connection>scm:git:git://github.com/dtrott/maven-thrift-plugin.git</connection>
</scm>
<developers>
<developer>
<id>drott</id>
<name>David Trott</name>
<email>github@davidtrott.com</email>
</developer>
</developers>
<distributionManagement>
<downloadUrl>http://maven.davidtrott.com/repository</downloadUrl>
<repository>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment