[libjt400-java] 01/01: Add Maven artifacs support
Julián Moreno Patiño
julian at moszumanska.debian.org
Mon Jun 20 19:17:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
julian pushed a commit to branch master
in repository libjt400-java.
commit ce7177869b233f6f0962f468e5378f71cf2344dd
Author: Julián Moreno Patiño <junix at utp.edu.co>
Date: Mon Jun 20 14:14:52 2016 -0500
Add Maven artifacs support
---
debian/control | 2 +-
debian/libjt400-java.poms | 1 +
debian/pom.xml | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index f8216b7..35481b8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <julian at debian.org>, Luca Vercelli <luca.vercelli.to at gmail.com>
Build-Depends: debhelper (>= 9), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk (>= 2:1.8-55), ant, libservlet3.1-java
+Build-Depends-Indep: ant, default-jdk (>= 2:1.8-55), libservlet3.1-java, maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjt400-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjt400-java.git
diff --git a/debian/libjt400-java.poms b/debian/libjt400-java.poms
new file mode 100644
index 0000000..1a7e280
--- /dev/null
+++ b/debian/libjt400-java.poms
@@ -0,0 +1 @@
+debian/pom.xml
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..26e0cd6
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>net.sf.jt400</groupId>
+ <artifactId>jt400</artifactId>
+ <packaging>jar</packaging>
+ <version>9.0</version>
+ <name>JT400</name>
+ <description>The Open Source version of the IBM Toolbox for Java</description>
+ <url>http://jt400.sourceforge.net/</url>
+
+ <licenses>
+ <license>
+ <name>IBM Public License Version 1.0</name>
+ <url>http://sourceforge.net/projects/jt400/files/JTOpen-full/9.0/license_9_0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <name>John Eberhard</name>
+ <email>jeber at us.ibm.com</email>
+ <organization>IBM</organization>
+ <organizationUrl>http://www.ibm.com</organizationUrl>
+ </developer>
+ </developers>
+
+ <scm>
+ <url>http://jt400.cvs.sourceforge.net/jt400/</url>
+ </scm>
+
+
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjt400-java.git
More information about the pkg-java-commits
mailing list