diff options
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]" /> |