Browse Source

Run tests with assertions enabled

tags/7.0.0.beta1
Artur Signell 11 years ago
parent
commit
91d8fdedbe
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      common.xml

+ 4
- 4
common.xml View File

@@ -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]" />

Loading…
Cancel
Save