general updates

Former-commit-id: 9ad33356df25672ff4e9c91e8c1d456450069402
This commit is contained in:
Jeremy Long
2012-11-12 13:36:44 -05:00
parent 3fb9390040
commit 5c83671739
9 changed files with 186 additions and 37 deletions

12
pom.xml
View File

@@ -232,6 +232,18 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<systemProperties>
<property>
<name>cve</name>
<value>../data/cve</value>
</property>
<property>
<name>cpe</name>
<value>../data/cpe</value>
</property>
</systemProperties>
</configuration>
<executions>
<execution>
<goals>