diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 16:23:23 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:17 +0300 |
commit | 91d8fdedbed70a291eb324fc4db187b77ab7d221 (patch) | |
tree | 5e9c903a0d9ec7b10dbd89ef41bc644fe20bf9a9 /common.xml | |
parent | 1cbf26ffc5f228d7000cac88d5d699a90988aaf9 (diff) | |
download | vaadin-framework-91d8fdedbed70a291eb324fc4db187b77ab7d221.tar.gz vaadin-framework-91d8fdedbed70a291eb324fc4db187b77ab7d221.zip |
Run tests with assertions enabled
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common.xml b/common.xml index 1e7c050dee..191b522bc4 100644 --- a/common.xml +++ b/common.xml @@ -22,7 +22,7 @@ <property name="ivy.xml" location="${result.dir}/../ivy.xml" /> <property name="pom.xml" location="${result.dir}/pom.xml" /> <property name="conf" value="build, build-provided" /> - + <ivy:makepom templatefile="${vaadin.basedir}/pom-template.xml" ivyfile="${ivy.xml}" pomfile="${pom.xml}" conf="${conf}"> <mapping conf="build" scope="compile" /> <mapping conf="build-provided" scope="provided" /> @@ -146,7 +146,7 @@ <junit printsummary="withOutAndErr"> <formatter usefile="false" type="plain" /> - + <jvmarg value="-ea" /> <classpath location="${tests.classes}" /> <classpath location="${classes}" /> <classpath refid="classpath.compile.custom" /> @@ -204,8 +204,8 @@ <target name="publish-local" description="Publishes the given module to the local repository"> <fail unless="result.dir" message="No result.dir parameter given" /> <property name="conf" value="*(public)" /> - - <ivy:resolve conf="${conf}"/> + + <ivy:resolve conf="${conf}" /> <ivy:publish conf="${conf}" resolver="build-temp" overwrite="true" forcedeliver="true"> <!-- <artifacts pattern="${result.dir}/[artifact]-[revision].[ext]" />--> <artifacts pattern="${result.dir}/lib/[artifact]-[revision](-[classifier]).[ext]" /> |