diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-15 09:01:35 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-01-15 10:33:19 +0200 |
commit | 3f46830b28100ed918570bf46523c592580643be (patch) | |
tree | 5e1fefd231f210231a09d6a29a51757e6e0b59b2 /buildhelpers/ivy.xml | |
parent | 8361d1379c49ef5ce03d329d4e5fdcf63579e652 (diff) | |
download | vaadin-framework-3f46830b28100ed918570bf46523c592580643be.tar.gz vaadin-framework-3f46830b28100ed918570bf46523c592580643be.zip |
Fix release build
Change-Id: Ie915aeb31aff7a0c2f655ad9b54e00a582770984
Diffstat (limited to 'buildhelpers/ivy.xml')
-rw-r--r-- | buildhelpers/ivy.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index cf04bfdc5d..8053328b54 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -21,10 +21,6 @@ </configurations> <publications> <artifact type="jar" /> - <artifact type="source" ext="jar" m:classifier="sources" /> - <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> - <artifact type="pom" ext="pom" /> - </publications> <dependencies> <!-- client-compiler, server and uitest also use commons-io --> |