diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-28 19:44:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-28 19:46:10 +0300 |
commit | 8e6e071423f4c4fcfbbd9cbf442b4af13176ba58 (patch) | |
tree | c68cf27f3b3fbdb05891f788482cc03ca6f31a85 /all/ivy.xml | |
parent | ca59c93fb4dbc112e5deb5f5a4b10c0c730a4be4 (diff) | |
download | vaadin-framework-8e6e071423f4c4fcfbbd9cbf442b4af13176ba58.tar.gz vaadin-framework-8e6e071423f4c4fcfbbd9cbf442b4af13176ba58.zip |
Publish all javadoc as an artifact and build as part of the all module (#9745)
Change-Id: I2d5ce81a2b9170eb7c9b91e37d0cf39d5383457c
Diffstat (limited to 'all/ivy.xml')
-rw-r--r-- | all/ivy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/ivy.xml b/all/ivy.xml index aebba5ba35..103d65e812 100644 --- a/all/ivy.xml +++ b/all/ivy.xml @@ -11,6 +11,7 @@ </configurations> <publications> <artifact type="zip" ext="zip" /> + <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> </publications> <dependencies defaultconf="build"> <!-- API DEPENDENCIES --> |