diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 22:56:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:22 +0300 |
commit | 93ed08119c3fb45a750998f05ba4f67643787295 (patch) | |
tree | 50e91615cd4062f561764523029029cc91635fe9 /buildhelpers | |
parent | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff) | |
download | vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip |
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/ivy.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index a2a6ea35ae..9d74b56f59 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -17,13 +17,15 @@ <configurations> <conf name="build" /> <conf name="build-provided" /> - <conf name="ide" visibility="private"/> + <conf name="ide" visibility="private" /> <conf name="tests" /> </configurations> <publications> <artifact type="jar" /> -<!-- <artifact type="source" ext="jar" m:classifier="sources" /> --> -<!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> --> + <!-- <artifact type="source" ext="jar" m:classifier="sources" /> --> + <!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> --> + <artifact type="pom" ext="pom" /> + </publications> <dependencies /> |