Bläddra i källkod

Don't build and publish sources for package without source files

Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
tags/7.1.0
Leif Åstrand 11 år sedan
förälder
incheckning
fea4c5e4f7
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 0
    3
      push/build.xml
  2. 2
    0
      push/ivy.xml

+ 0
- 3
push/build.xml Visa fil

@@ -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>


+ 2
- 0
push/ivy.xml Visa fil

@@ -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>

Laddar…
Avbryt
Spara