]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't build and publish sources for package without source files
authorLeif Åstrand <leif@vaadin.com>
Tue, 21 May 2013 12:13:07 +0000 (15:13 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 21 May 2013 12:27:36 +0000 (15:27 +0300)
Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49

push/build.xml
push/ivy.xml

index 953416cf2ddb7eb4e82dc771f275072d90423d34..3e750b67cdfdd74db7029c7c8db9500a6f34a1af 100644 (file)
@@ -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>
 
index 4834342f0062826b702ef4de7b23e85fdb1fbb12..69b7661fca93010c61c8bad325df8e355b841910 100644 (file)
     </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>