diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 10:29:34 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:24 +0300 |
commit | 6da3cd640d404965405d24dd515db90e57c8ad76 (patch) | |
tree | 5d17f3bb54bcf21e39200f589f60458f54d6d049 /buildhelpers | |
parent | 93ed08119c3fb45a750998f05ba4f67643787295 (diff) | |
download | vaadin-framework-6da3cd640d404965405d24dd515db90e57c8ad76.tar.gz vaadin-framework-6da3cd640d404965405d24dd515db90e57c8ad76.zip |
Build javadoc and sources jars (#9299)
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/ivy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 9d74b56f59..ba44ebfc3f 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -22,8 +22,8 @@ </configurations> <publications> <artifact type="jar" /> - <!-- <artifact type="source" ext="jar" m:classifier="sources" /> --> - <!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> --> + <artifact type="source" ext="jar" m:classifier="sources" /> + <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> <artifact type="pom" ext="pom" /> </publications> |