From 17a40f710f532774d9e8d2c3a1fa6c673850c70c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 22 Aug 2011 14:33:30 -0700 Subject: Add missing elements to pom-jar.xml file * SCM section * License section * Shade profile for building android-compatible version * Sign profile for gpg plugin usage * Parent element for distribution through oss.sonatype.org Change-Id: Id40aca8e30665b073301722dab7ae115d420d01f Signed-off-by: Kevin Sawicki --- org.eclipse.egit.github.core/pom-jar.xml | 70 +++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'org.eclipse.egit.github.core/pom-jar.xml') diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 87e1b6fb..c9078f47 100644 --- a/org.eclipse.egit.github.core/pom-jar.xml +++ b/org.eclipse.egit.github.core/pom-jar.xml @@ -1,9 +1,14 @@ - 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + org.eclipse.mylyn.github org.eclipse.egit.github.core 1.1.0-SNAPSHOT @@ -11,6 +16,18 @@ jar Eclipse EGit GitHub API Core + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + repo + + + + + scm:git:git://egit.eclipse.org/egit-github.git + + UTF-8 ${project.build.directory}/META-INF/SOURCE-MANIFEST.MF @@ -80,6 +97,57 @@ + + + android-shade + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + + org.apache + shade.org.apache + + + + + + + + + + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + org.apache.httpcomponents -- cgit v1.2.1