diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 22:56:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:22 +0300 |
commit | 93ed08119c3fb45a750998f05ba4f67643787295 (patch) | |
tree | 50e91615cd4062f561764523029029cc91635fe9 /themes-compiled | |
parent | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff) | |
download | vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip |
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'themes-compiled')
-rw-r--r-- | themes-compiled/build.xml | 3 | ||||
-rw-r--r-- | themes-compiled/ivy.xml | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/themes-compiled/build.xml b/themes-compiled/build.xml index c295c570cd..a3adbd654f 100644 --- a/themes-compiled/build.xml +++ b/themes-compiled/build.xml @@ -41,7 +41,8 @@ <property name="result.dir" location="result" /> <property name="result.jar" location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" /> <property name="classes" location="{$result.dir}/classes" /> - + <antcall target="common.pom.xml" /> + <jar jarfile="${result.jar}"> <fileset dir="${result.dir}"> <include name="VAADIN/themes/**" /> diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml index 746acf38c1..6bf7d0d813 100644 --- a/themes-compiled/ivy.xml +++ b/themes-compiled/ivy.xml @@ -11,8 +11,9 @@ <conf name="compile-theme" visibility="private" /> </configurations> <publications> - <artifact type="jar"></artifact> - </publications> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> + </publications> <dependencies> <dependency org="com.vaadin" name="vaadin-theme-compiler" rev="${vaadin.version}" conf="compile-theme->build" /> |