diff options
author | Henri Sara <hesara@vaadin.com> | 2015-03-19 15:36:36 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-26 09:38:36 +0000 |
commit | 640ac265babd0c31c3572e8080dff4f9a9be2ab6 (patch) | |
tree | 1e954809d900f1870779f8a3dfe5e8c6eb8d475c /bom/ivy.xml | |
parent | f38697786931944177c86498939d6b5993b1588d (diff) | |
download | vaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.tar.gz vaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.zip |
Build Maven BOM for Vaadin (#17025)
Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
Diffstat (limited to 'bom/ivy.xml')
-rw-r--r-- | bom/ivy.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bom/ivy.xml b/bom/ivy.xml new file mode 100644 index 0000000000..39abb30d80 --- /dev/null +++ b/bom/ivy.xml @@ -0,0 +1,18 @@ +<?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" + xmlns:m="http://ant.apache.org/ivy/maven"> + + <info organisation="com.vaadin" module="vaadin-bom" revision="${vaadin.version}" /> + + <configurations> + <conf name="build" /> + </configurations> + <publications> + <artifact type="pom" ext="pom" /> + </publications> + <dependencies defaultconf="build"> + </dependencies> + +</ivy-module> |