Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
7841f8ca
Commit
7841f8ca
authored
Mar 13, 2013
by
Philippe Merle
Browse files
Used <systemPropertyVariables> instead of <systemProperties> for configuring the surefire plugin.
parent
f03df6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/pom.xml
View file @
7841f8ca
...
...
@@ -126,12 +126,9 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.11
</version>
<configuration>
<systemProperties>
<property>
<name>
java.util.logging.config.file
</name>
<value>
${frascati.logging.properties}
</value>
</property>
</systemProperties>
<systemPropertyVariables>
<java.util.logging.config.file>
${java.util.logging.config.file}
</java.util.logging.config.file>
</systemPropertyVariables>
</configuration>
</plugin>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment