[med-svn] [picard-tools] 06/07: Try to provide maven input file
Andreas Tille
tille at debian.org
Thu Nov 26 10:47:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository picard-tools.
commit 07506777b9857997e42e9a323cc14e56b0ccdd70
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 26 11:31:39 2015 +0100
Try to provide maven input file
---
debian/README.source | 10 ++++++++
debian/pom-picard.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
diff --git a/debian/README.source b/debian/README.source
index 2d1b71a..ee0eb75 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,13 @@
+First attempt to provide Maven input file to simplify packaging dependencies
+using Maven as Build system. The file debian/pom-picard.xml was downloaded
+from
+
+ http://search.maven.org/#search|ga|1|picard
+
+and was tagged there as version 1.141 (dated 16-Nov-2015)
+
+ -- Andreas Tille <tille at debian.org> Thu, 26 Nov 2015 11:09:52 +0100
+
Upstream is using GitHub. debian/watch has been updated and debian/copyright
is used to removed convenience prebuilt jar from the tarball.
Sources are also reorganized and some of them have been moved to the new
diff --git a/debian/pom-picard.xml b/debian/pom-picard.xml
new file mode 100644
index 0000000..2f938af
--- /dev/null
+++ b/debian/pom-picard.xml
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.github.broadinstitute</groupId>
+ <artifactId>picard</artifactId>
+ <packaging>jar</packaging>
+ <description>picard</description>
+ <version>1.141</version>
+ <name>picard</name>
+ <organization>
+ <name>com.github.broadinstitute</name>
+ </organization>
+ <url>http://samtools.github.io/htsjdk/</url>
+ <licenses>
+ <license>
+ <name>MIT License</name>
+ <url>http://opensource.org/licenses/MIT</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>git at github.com:samtools/htsjdk.git</url>
+ <connection>scm:git:git at github.com:samtools/htsjdk.git</connection>
+ </scm>
+ <developers>
+ <developer>
+ <id>picard</id>
+ <name>Picard Team</name>
+ <url>http://broadinstitute.github.io/picard/</url>
+ </developer>
+ </developers>
+ <dependencies>
+ <dependency>
+ <groupId>com.github.samtools</groupId>
+ <artifactId>htsjdk</artifactId>
+ <version>1.141</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.cloud.genomics</groupId>
+ <artifactId>gatk-tools-java</artifactId>
+ <version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.8.8</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.8.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>de.johoop</groupId>
+ <artifactId>sbt-testng-interface_2.10</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git
More information about the debian-med-commit
mailing list