diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-31 15:27:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:06 +0300 |
commit | 4156f77898416e1b5a7f0ef69823b2dda537bab2 (patch) | |
tree | 75b17f93cfed8263ee65cced8a1cc300bdd24c84 /buildhelpers/ivy.xml | |
parent | d8a5f96b36946ed315dcf48cc32701e0435bdfaa (diff) | |
download | vaadin-framework-4156f77898416e1b5a7f0ef69823b2dda537bab2.tar.gz vaadin-framework-4156f77898416e1b5a7f0ef69823b2dda537bab2.zip |
Steps towards publishing sources and javadoc jars (#9299)
Diffstat (limited to 'buildhelpers/ivy.xml')
-rw-r--r-- | buildhelpers/ivy.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 767a670066..9d8055bb3f 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -1,11 +1,19 @@ <?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" /> @@ -14,6 +22,8 @@ </configurations> <publications> <artifact type="jar" /> +<!-- <artifact type="source" ext="jar" m:classifier="sources" /> --> +<!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> --> </publications> <dependencies /> |