From 8ab10b81d649e9d2f97bafd70fda9a1ce49aad4b Mon Sep 17 00:00:00 2001 From: Erich Douglass Date: Fri, 17 Apr 2015 10:01:42 -0700 Subject: [PATCH] Add release profile. --- pom.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48d27e0..2565f4d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ 1.0.0-SNAPSHOT - UTF-8 1.7 1.7 + UTF-8 @@ -98,4 +98,81 @@ + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + git@github.com:robolectric/robolectric-velocity-plugin.git + scm:git:git://github.com/robolectric/robolectric-velocity-plugin.git + scm:git:https://github.com/robolectric/robolectric-velocity-plugin.git + + + + Travis CI + http://travis-ci.org/robolectric/robolectric-velocity-plugin + + + + + User List + robolectric@googlegroups.com + http://groups.google.com/group/robolectric + + + + + + Apache License, Version 2.0 + +