commit
5c53f516ca
20
pom.xml
20
pom.xml
|
@ -1264,19 +1264,8 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
|
||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>${skip.unit.tests}</skip>
|
<skip>${skip.unit.tests}</skip>
|
||||||
<!-- don't run if we skip the tests -->
|
|
||||||
<failOnError>false</failOnError>
|
|
||||||
<target>
|
<target>
|
||||||
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
|
<taskdef resource="com/carrotsearch/junit4/antlib.xml" classpathref="maven.plugin.classpath"/>
|
||||||
<property name="test_classpath" refid="maven.test.classpath"/>
|
|
||||||
<property name="plugin_classpath" refid="maven.plugin.classpath"/>
|
|
||||||
<taskdef resource="com/carrotsearch/junit4/antlib.xml">
|
|
||||||
<classpath>
|
|
||||||
<pathelement path="${plugin_classpath}"/>
|
|
||||||
<pathelement path="${runtime_classpath}"/>
|
|
||||||
<pathelement path="${test_classpath}"/>
|
|
||||||
</classpath>
|
|
||||||
</taskdef>
|
|
||||||
<tophints max="${tests.topn}">
|
<tophints max="${tests.topn}">
|
||||||
<file file="${basedir}/${execution.hint.file}"/>
|
<file file="${basedir}/${execution.hint.file}"/>
|
||||||
</tophints>
|
</tophints>
|
||||||
|
@ -1287,6 +1276,13 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
||||||
|
<artifactId>junit4-ant</artifactId>
|
||||||
|
<version>${testframework.version}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- We just declare which plugin version to use. Each project can have then its own settings -->
|
<!-- We just declare which plugin version to use. Each project can have then its own settings -->
|
||||||
|
|
Loading…
Reference in New Issue