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

babilen-guest pushed a commit to branch master
in repository maven-debian-helper.

commit 3ff43b7c8232c06a69a0337f6753164c4104d024
Author: Wolodja Wentland <[email protected]>
Date:   Sat Aug 17 20:04:29 2013 +0200

    Revert 0e37d1e; switch javadoc:javadoc back to javadoc:jar
    
    Commit 0e37d1e breaks builds of -doc packages that install documentation 
from
    target/apidocs as it causes the documentation to be generated in
    target/site/apidocs.
---
 share/perl/maven.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/perl/maven.pm b/share/perl/maven.pm
index 1b4837a..19d63f1 100644
--- a/share/perl/maven.pm
+++ b/share/perl/maven.pm
@@ -71,7 +71,7 @@ sub build {
        if (!@_) {
                push(@_, "package");
                if ($this->{doc_package}) {
-                       push(@_, "javadoc:javadoc", "javadoc:aggregate");
+                       push(@_, "javadoc:jar", "javadoc:aggregate");
                }
        }
 

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to