From: Artur Signell Date: Tue, 20 Apr 2010 09:07:37 +0000 (+0000) Subject: Deploy -javadoc and -sources jar to maven for nightly builds (#3587) X-Git-Tag: 6.7.0.beta1~1711^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=470d9688ed4eb800d6c91eb2ec1dd5e38a57e537;p=vaadin-framework.git Deploy -javadoc and -sources jar to maven for nightly builds (#3587) svn changeset:12678/svn branch:6.3 --- diff --git a/build/build.xml b/build/build.xml index 85652c2f26..3359df0921 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1084,6 +1084,30 @@ + + Publishing ${result-path}/${lib-javadoc-jar-name} to Maven repository + + + + + + + + + + + + Publishing ${result-path}/${lib-sources-jar-name} to Maven repository + + + + + + + + + +