diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 15:05:37 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:26 +0300 |
commit | 7551d2920f7e321ccfd5e42d764a99e63b597929 (patch) | |
tree | 8d426c96af00a51bbf00a927b6bba60342b60e21 /theme-compiler/ivy.xml | |
parent | 41d9c4569ddb345d3f99fb66874caca7df93cdde (diff) | |
download | vaadin-framework-7551d2920f7e321ccfd5e42d764a99e63b597929.tar.gz vaadin-framework-7551d2920f7e321ccfd5e42d764a99e63b597929.zip |
Snapshot deployment to Maven now works (#9299)
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 873faa7a84..2a0e814c07 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -10,14 +10,14 @@ <configurations> <conf name="build" /> <conf name="build-provided" /> - <conf name="ide" visibility="private"/> + <conf name="ide" visibility="private" /> <conf name="tests" /> </configurations> <publications> - <artifact type="jar" ext="jar"/> - <artifact type="pom" ext="pom"/> -<artifact type="source" ext="jar" m:classifier="sources" /> -<artifact type="javadoc" ext="jar" m:classifier="javadoc" /> + <artifact type="jar" ext="jar" /> + <artifact type="pom" ext="pom" /> + <artifact type="source" ext="jar" m:classifier="sources" /> + <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> </publications> <dependencies defaultconf="*->default"> <!-- LIBRARY DEPENDENCIES (compile time) --> |