[gradle-shadow-plugin] 06/11: Add poms
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:44:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository gradle-shadow-plugin.
commit 14f79d4a6787cf650132da2e4366476d4727834b
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Feb 18 18:49:16 2016 +0000
Add poms
---
debian/libgradle-shadow-plugin-java.poms | 1 +
debian/pom.xml | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/debian/libgradle-shadow-plugin-java.poms b/debian/libgradle-shadow-plugin-java.poms
new file mode 100644
index 0000000..aa9cc4e
--- /dev/null
+++ b/debian/libgradle-shadow-plugin-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --no-parent --java-lib --usj-name=gradle-shadow-plugin --artifact=build/libs/gradle-shadow-plugin-1.2.3.jar
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..ba770a1
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,32 @@
+<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>co.tomlee.gradle.plugins</groupId>
+ <artifactId>gradle-shadow-plugin</artifactId>
+ <version>1.2.3</version>
+ <name>gradle-shadow-plugin</name>
+ <description>A Gradle plugin for the JFlex scanner generator</description>
+ <url>https://github.com/johnrengelman/shadow</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>Apache License 2.0</name>
+ <url>http://opensource.org/licenses/Apache-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>johnrengelman</id>
+ <name>Tom Lee</name>
+ <email>github at tomlee.co</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git://github.com/johnrengelman/shadow.git</connection>
+ <developerConnection>scm:git at github.com:johnrengelman/shadow.gitgit</developerConnection>
+ <url>https://github.com/johnrengelman/shadow</url>
+ </scm>
+ <dependencies>
+ </dependencies>
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-shadow-plugin.git
More information about the pkg-java-commits
mailing list