externalized properties for testing mysql db connections

Former-commit-id: e58feddb22961d3a72a6996c4f04d3577ad1605c
This commit is contained in:
Jeremy Long
2014-01-13 06:51:40 -05:00
parent 0af856d566
commit 053057fdd2

View File

@@ -594,8 +594,16 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<configuration>
<systemProperties>
<property>
<name>data.directory</name>
<value>${project.build.directory}/data</value>
<name>data.driver_path</name>
<value>${basedir}/${driver_path}</value>
</property>
<property>
<name>data.driver_name</name>
<value>${driver_name}</value>
</property>
<property>
<name>data.connection_string</name>
<value>${connection_string}</value>
</property>
</systemProperties>
<includes>