Codebase list gradle-debian-helper / debian/2.1 pom.xml
debian/2.1

Tree @debian/2.1 (Download .tar.gz)

pom.xml @debian/2.1raw · history · blame

<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>org.debian.gradle</groupId>
  <artifactId>gradle-debian-helper</artifactId>
  <version>1.5</version>
  <packaging>pom</packaging>
  <name>Gradle Debian Helper</name>
  <description>Helper tools for building Debian packages with Gradle</description>

  <modules>
    <module>gradle-helper-hook</module>
    <module>gradle-helper-plugin</module>
    <module>gradle-dependency-placeholder</module>
  </modules>

</project>