Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
</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>
</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>