updated to use directory of jar instead of working directory to store data

Former-commit-id: 93b0784cd0f38445c0550737b2377618f4ebee1e
This commit is contained in:
Jeremy Long
2012-11-12 14:48:39 -05:00
parent 5c83671739
commit aa795ee7eb
11 changed files with 28 additions and 46 deletions

13
pom.xml
View File

@@ -216,11 +216,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
</property>-->
<property>
<name>cve</name>
<value>../data/cve</value>
<value>target/data/cve</value>
</property>
<property>
<name>cpe</name>
<value>../data/cpe</value>
<value>target/data/cpe</value>
</property>
</systemProperties>
<excludes>
@@ -236,11 +236,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<systemProperties>
<property>
<name>cve</name>
<value>../data/cve</value>
<value>target/data/cve</value>
</property>
<property>
<name>cpe</name>
<value>../data/cpe</value>
<value>target/data/cpe</value>
</property>
</systemProperties>
</configuration>
@@ -357,9 +357,10 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<reportSets>
<reportSet>
<id>integration-tests</id>
<!--<reports>
<reports>
<report>report-only</report>
<report>failsafe-report-only</report>
</reports>-->
</reports>
</reportSet>
</reportSets>
</plugin>