diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-02 18:40:36 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-05-02 18:41:51 +0300 |
commit | f7e41e74bf3dbd9aae15aca90ba08cb0f3c9b61a (patch) | |
tree | 2a70ace930e0bfd6b90758682fa25784c7cb4b05 /push | |
parent | 5d11c5badbecb2a671e2120133c62e8a9db3cfb7 (diff) | |
download | vaadin-framework-f7e41e74bf3dbd9aae15aca90ba08cb0f3c9b61a.tar.gz vaadin-framework-f7e41e74bf3dbd9aae15aca90ba08cb0f3c9b61a.zip |
Enable sources and javadoc building for push (#11498)
Change-Id: I65cb0a0cdaf4c63ab14740f3c3012b7e19f54d7a
Diffstat (limited to 'push')
-rw-r--r-- | push/ivy.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/push/ivy.xml b/push/ivy.xml index d847e21ace..153c02e256 100644 --- a/push/ivy.xml +++ b/push/ivy.xml @@ -15,10 +15,8 @@ </configurations> <publications> <artifact type="jar" ext="jar" /> -<!-- <artifact type="source" ext="jar" m:classifier="sources" /> <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> ---> <artifact type="pom" ext="pom" /> </publications> <dependencies> |