aboutsummaryrefslogtreecommitdiff
path: root/headless
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-11-29 17:44:37 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2012-11-29 17:44:37 -0800
commit76921053d6f1c02b2c30e32da20a9c8f02709d00 (patch)
tree26a3457a3b9c6e4bd73ebbed93c75b56137115db /headless
parent2cdf0b41e04f0f1749816ebfde43380555a25fc4 (diff)
added program.properties configuration file to headless project
Diffstat (limited to 'headless')
-rw-r--r--headless/pom.xml8
-rw-r--r--headless/programs.properties1
-rw-r--r--headless/programs.properties.example1
3 files changed, 10 insertions, 0 deletions
diff --git a/headless/pom.xml b/headless/pom.xml
index 733cf72..a4fa645 100644
--- a/headless/pom.xml
+++ b/headless/pom.xml
@@ -22,6 +22,14 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.11</version>
+ <configuration>
+ <systemPropertiesFile>programs.properties</systemPropertiesFile>
+ </configuration>
+ </plugin>
+ <plugin>
<!-- package with 'mvn assembly:single' -->
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
diff --git a/headless/programs.properties b/headless/programs.properties
new file mode 100644
index 0000000..63ad230
--- /dev/null
+++ b/headless/programs.properties
@@ -0,0 +1 @@
+FIREFOX_BIN_PATH="/Applications/Firefox\ 10.0.7esr.app/Contents/MacOS/firefox-bin"
diff --git a/headless/programs.properties.example b/headless/programs.properties.example
new file mode 100644
index 0000000..1e5a4c3
--- /dev/null
+++ b/headless/programs.properties.example
@@ -0,0 +1 @@
+FIREFOX_BIN_PATH=/home/creswick/myapps/firefox/firefox-10.0.7-x86_64/firefox