From: rootfs Date: Wed, 20 Aug 2014 20:11:08 +0000 (-0400) Subject: add pom.xml so to deploy the libcephfs to maven repository. X-Git-Tag: v0.86~186^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4c2ae691a30a4060e9c36096c955fa6628145d32;p=ceph.git add pom.xml so to deploy the libcephfs to maven repository. to build a jar, version=0.80-rc1-2008-gf71c889 mvn package -Dversioin=; and mvn deploy command will deploy the jar to maven central Signed-off-by: rootfs --- diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000000..2ca420d8b7ab --- /dev/null +++ b/pom.xml @@ -0,0 +1,147 @@ + + + 4.0.0 + com.ceph + libcephfs + jar + ${version} + libcephfs + http://www.ceph.com + Ceph FS Java API. + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Sage Weil + sage@inktank.com + Red Hat + http://www.redhat.com + + + + Noah Watkins + noahwatkins@gmail.com + Red Hat + http://www.redhat.com + + + + Greg Farnum + greg@inktank.com + Red Hat + http://www.redhat.com + + + + Joe Buck + jbbuck@gmail.com + + + + Gary Lowell + glowell@inktank.com + Red Hat + http://www.redhat.com + + + + Dmitry Smirnov + onlyjob@member.fsf.org + + + + Danny Al-Gaaf + danny.al-gaaf@bisect.de + + + + Huamin Chen + hchen@redhat.com + Red Hat + http://www.redhat.com + + + + scm:git:git@github.com:ceph/ceph.git + scm:git:git@github.com:ceph/ceph.git + scm:git:git@github.com:ceph/ceph.git + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + java + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + +