Skip to content

Commit

Permalink
JBIDE-24380 set defaults for jbosstools.test.jre.5 - .8 so that tests…
Browse files Browse the repository at this point in the history
… will run by default (rather than failing to run / breaking) (#252)

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed May 8, 2017
1 parent 0a18571 commit 8b16bd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<!-- Default properties for Java runtimes to be used and set during testing, eg., /qa/tools/opt/jdk1.8.0_last/ or /opt/jdk1.7.0_17/
These properties will be set when running in Jenkins, but you can set them in your settings.xml too.
Not recommended that you set default values in your root or test poms as they are machine specific. -->
<jbosstools.test.jre.5></jbosstools.test.jre.5>
<jbosstools.test.jre.6></jbosstools.test.jre.6>
<jbosstools.test.jre.7></jbosstools.test.jre.7>
<jbosstools.test.jre.8></jbosstools.test.jre.8>
<jbosstools.test.jre.5>${JAVA_HOME}</jbosstools.test.jre.5>
<jbosstools.test.jre.6>${JAVA_HOME}</jbosstools.test.jre.6>
<jbosstools.test.jre.7>${JAVA_HOME}</jbosstools.test.jre.7>
<jbosstools.test.jre.8>${JAVA_HOME}</jbosstools.test.jre.8>
<!-- Default property for testInstallBase. It has to be empty for testInstallBase to work on non OSX systems. -->
<testInstallPathOSX></testInstallPathOSX>
<!-- default when building locally; see hudson profile for when building in Jenkins CI -->
Expand Down

0 comments on commit 8b16bd5

Please sign in to comment.