Commit 5f82f3df authored by James Lee's avatar James Lee

add maven central sync requirements on pom.xml

parent 25438a7f
...@@ -6,15 +6,34 @@ ...@@ -6,15 +6,34 @@
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Maven Thrift Plugin</name> <name>Maven Thrift Plugin</name>
<version>0.1.12-SNAPSHOT</version> <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> <prerequisites>
<maven>2.0.6</maven> <maven>2.0.6</maven>
</prerequisites> </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> <scm>
<url>https://github.com/dtrott/maven-thrift-plugin</url>
<connection>scm:git:git://github.com/dtrott/maven-thrift-plugin.git</connection> <connection>scm:git:git://github.com/dtrott/maven-thrift-plugin.git</connection>
</scm> </scm>
<developers>
<developer>
<id>drott</id>
<name>David Trott</name>
<email>github@davidtrott.com</email>
</developer>
</developers>
<distributionManagement> <distributionManagement>
<downloadUrl>http://maven.davidtrott.com/repository</downloadUrl> <downloadUrl>http://maven.davidtrott.com/repository</downloadUrl>
<repository> <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