diff --git a/pom.xml b/pom.xml index 12c108b6e..1d0b4a374 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ Providence is a port of Apache thrift that has some extra tooling, and different way of generating classes and serializing data. + http://www.github.com/morimekta/providence 3.0 @@ -21,8 +22,34 @@ + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + + + + morimekta + Stein Eldar Johnsen + morimekta+utils@gmail.com + Europe/Oslo + + Maintainer + Developer + + + + - https://github.com/morimekta/providence.git + https://github.com/morimekta/providence + scm:git:ssh://git@github.com/morimekta/providence.git + HEAD diff --git a/providence-generator/pom.xml b/providence-generator/pom.xml index 9ba551fa5..3fb365d98 100644 --- a/providence-generator/pom.xml +++ b/providence-generator/pom.xml @@ -4,9 +4,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - Providence Tools : Generator + Providence Tools : Source Generator - Providence core tools: Code Generator + Source code generator main code base. diff --git a/providence-maven-plugin/pom.xml b/providence-maven-plugin/pom.xml index 0b6c91c0a..18e31f36a 100644 --- a/providence-maven-plugin/pom.xml +++ b/providence-maven-plugin/pom.xml @@ -10,7 +10,11 @@ providence-maven-plugin maven-plugin - Providence Tools : Maven Source Generator Plugin + Providence Tools : Source Generator Maven Plugin + + Maven plugin for generating source code model objects from + thrift definitions using the providence libraries. + UTF-8