summaryrefslogtreecommitdiffstats
path: root/client-compiled/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-04 22:56:14 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:22 +0300
commit93ed08119c3fb45a750998f05ba4f67643787295 (patch)
tree50e91615cd4062f561764523029029cc91635fe9 /client-compiled/build.xml
parent5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff)
downloadvaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz
vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'client-compiled/build.xml')
-rw-r--r--client-compiled/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index 2f0c2f6e9c..9327e6da5f 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -94,7 +94,6 @@
<jar file="${compiled-cache.jar}" compress="true">
<fileset dir="${gwtar.dir}">
<include name="**/*.gwtar" />
- <include name="pom.xml" />
</fileset>
<union refid="client-compiled-cache.gwt.includes" />
<fileset refid="common.files.for.all.jars" />
@@ -115,7 +114,6 @@
</manifest>
<fileset dir="${result.dir}">
<include name="VAADIN/widgetsets/com.vaadin*/**" />
- <include name="pom.xml" />
</fileset>
<fileset refid="common.files.for.all.jars" />
</jar>
@@ -123,7 +121,7 @@
</target>
- <target name="publish-local" depends="client-compiled.jar, client-compiled-cache.jar">
+ <target name="publish-local" depends="client-compiled.jar">
<antcall target="common.publish-local">
<param name="conf" value="build" />
</antcall>