[libvirt] [PATCH] added pom details

The added details are required in order to upload to maven central Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> --- pom.xml.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml.in b/pom.xml.in index 4f49a3a..2ac8822 100644 --- a/pom.xml.in +++ b/pom.xml.in @@ -12,6 +12,18 @@ <name>libvirt java bindings</name> <description>Java API for the libvirt C library</description> <url>http://www.libvirt.org</url> + <developers> + <developer> + <id>veillard@redhat.com</id> + <email>veillard@redhat.com</email> + <organization>redhat</organization> + <organizationUrl>http://www.redhat.com</organizationUrl> + </developer> + </developers> + <organization> + <name>Libvirt</name> + <url>https://libvirt.org/</url> + </organization> <licenses> <license> <name>MIT license</name> @@ -20,6 +32,8 @@ </licenses> <scm> <url>http://www.libvirt.org/git/?p=libvirt-java.git;a=summary</url> + <developerConnection>scm:git://libvirt.org/libvirt-java.git</developerConnection> + <connection>scm:git://libvirt.org/libvirt-java.git</connection> </scm> <dependencies> -- 1.9.3

On 04/15/2015 01:38 PM, Laszlo Hornyak wrote:
The added details are required in order to upload to maven central
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> --- pom.xml.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
I'm not qualified to review the patch proper; but you might want to do: git config format.subjectprefix 'java PATCH' to make it obvious that your patches are to the libvirt-java.git repo instead of the main libvirt.git repo. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

re-sending, thank you Erik! On Wed, Apr 15, 2015 at 9:48 PM, Eric Blake <eblake@redhat.com> wrote:
On 04/15/2015 01:38 PM, Laszlo Hornyak wrote:
The added details are required in order to upload to maven central
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> --- pom.xml.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
I'm not qualified to review the patch proper; but you might want to do:
git config format.subjectprefix 'java PATCH'
to make it obvious that your patches are to the libvirt-java.git repo instead of the main libvirt.git repo.
-- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
-- EOF
participants (2)
-
Eric Blake
-
Laszlo Hornyak