Browse Source

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

Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
tags/7.1.0
Leif Åstrand 11 years ago
parent
commit
fea4c5e4f7
2 changed files with 2 additions and 3 deletions
  1. 0
    3
      push/build.xml
  2. 2
    0
      push/ivy.xml

+ 0
- 3
push/build.xml View 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>


+ 2
- 0
push/ivy.xml View File

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

Loading…
Cancel
Save