<?xml version="1.0"?>
-<project name="vaadin-buildhelpers" basedir="." default="publish">
+<project name="vaadin-buildhelpers" basedir="." default="publish-local">
<description>
Compiles build helpers used when building other modules.
</description>
</antcall>
</target>
- <target name="publish" depends="jar">
+ <target name="publish-local" depends="jar">
+ <antcall target="common.sources.jar" />
+ <antcall target="common.javadoc.jar" />
<antcall target="common.publish-local" />
</target>
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
+ xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
+ xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="com.vaadin" module="vaadin-buildhelpers"
- revision="${vaadin.version}" />
-
+ revision="${vaadin.version}">
+ <license name="Apache Software License 2.0"
+ url="http://www.apache.org/licenses/LICENSE-2.0" />
+ <ivyauthor name="Vaadin Ltd" url="http://vaadin.com" />
+ <description homepage="http://vaadin.com">
+ Vaadin is a web application
+ framework for Rich Internet Applications (RIA).
+ </description>
+ </info>
<configurations>
<conf name="build" />
<conf name="build-provided" />
</configurations>
<publications>
<artifact type="jar" />
+<!-- <artifact type="source" ext="jar" m:classifier="sources" /> -->
+<!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> -->
</publications>
<dependencies />