diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-21 15:13:07 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-05-21 15:27:36 +0300 |
commit | fea4c5e4f7170a302df2d72441f94dccbab95b4e (patch) | |
tree | 5466515a93c4b425a1713066fa2bffbdcbeda739 /push | |
parent | f8fb8b7bfdbf4d8c22ca512e937fe812803369c6 (diff) | |
download | vaadin-framework-fea4c5e4f7170a302df2d72441f94dccbab95b4e.tar.gz vaadin-framework-fea4c5e4f7170a302df2d72441f94dccbab95b4e.zip |
Don't build and publish sources for package without source files
Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
Diffstat (limited to 'push')
-rw-r--r-- | push/build.xml | 3 | ||||
-rw-r--r-- | push/ivy.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/push/build.xml b/push/build.xml index 953416cf2d..3e750b67cd 100644 --- a/push/build.xml +++ b/push/build.xml @@ -59,9 +59,6 @@ </target> <target name="publish-local" depends="jar"> - <antcall target="common.sources.jar"> - <reference torefid="extra.jar.includes" refid="jar.includes" /> - </antcall> <antcall target="common.publish-local" /> </target> diff --git a/push/ivy.xml b/push/ivy.xml index 4834342f00..69b7661fca 100644 --- a/push/ivy.xml +++ b/push/ivy.xml @@ -15,8 +15,10 @@ </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> |