[gradle-debian-helper] 02/07: Update README.txt for mentioning the POM generating task and javadoc configuration

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Tue Oct 25 14:18:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository gradle-debian-helper.

commit 255e48777d553d7fe76476380dad3ec51a029d51
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Tue Oct 25 21:44:09 2016 +0800

    Update README.txt for mentioning the POM generating task and javadoc configuration
---
 README.txt | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.txt b/README.txt
index ad8dfc8..17bbad9 100644
--- a/README.txt
+++ b/README.txt
@@ -3,9 +3,13 @@ Gradle Debian Helper
 
 This project contains helper tools to ease the packaging of Gradle based projects in Debian.
 It consists in:
- * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo).
-   The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ
-   (debian/maven.rules, debian/maven.ignoreRules).
+ * a Gradle plugin that does the following:
+     * Resolve the dependencies against the system Maven repository
+       (/usr/share/maven-repo). The resolver uses the same Maven rule files that
+       maven-debian-helper and maven-repo-helper employ (debian/maven.rules,
+       debian/maven.ignoreRules).
+     * Generate Maven POMs for being read by maven-repo-helper
+     * Let javadoc link to the local Javadoc of default-jdk
  * a build listener displaying a message periodically to prevent the builders from killing Gradle on slow architectures.
  * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-debian-helper.git



More information about the pkg-java-commits mailing list