Skip to content
Snippets Groups Projects
Commit 6b22bdaf authored by rhaag's avatar rhaag
Browse files

FX-49 control run of tests

parent def72cd0
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,13 @@
values -->
<filtering>false</filtering>
</resource>
<!-- TODO: RH: include static to react on changes during devel, target not working!
<resource>
<directory>src/main/webapp/static</directory>
<targetPath>${project.build.directory}/static</targetPath>
<filtering>false</filtering>
</resource>
-->
</resources>
<plugins>
<plugin>
......@@ -388,6 +395,11 @@
<type>1</type>
<location>${basedir}/olat.local.properties</location>
</linkedResource>
<linkedResource>
<name>/src/main/java/maven.build.properties</name>
<type>1</type>
<location>${basedir}/target/${artifactId}-${project.version}/WEB-INF/classes/maven.build.properties</location>
</linkedResource>
</linkedResources>
......@@ -413,7 +425,7 @@
<version>2.5</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<skipTests>true</skipTests>
<skipTests>${skipTests}</skipTests>
<excludes>
<!-- TODO:gs -->
<exclude>**/TestTable.java</exclude>
......
project.build.home.directory=${basedir}
build.version=${version}
\ No newline at end of file
build.version=${version}
skipTests=true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment