general cleanup/enhancement

Former-commit-id: 0a3daf5bd7149a02716bfd9af7e6536687184352
This commit is contained in:
jeremylong
2012-09-29 14:15:37 -04:00
parent ff3be5ccf5
commit e80408d4c2
8 changed files with 93 additions and 76 deletions

17
pom.xml
View File

@@ -157,22 +157,21 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<packageLineRate>85</packageLineRate>
<packageBranchRate>85</packageBranchRate>
<regexes>
<regex>
<pattern>org.codesecure.dependencycheck.cpe.CPEEntry</pattern>
<branchRate>60</branchRate>
<lineRate>60</lineRate>
</regex>
<regex>
<pattern>.*\$.*</pattern>
<branchRate>0</branchRate>
<lineRate>0</lineRate>
</regex>
<regex>
<pattern>org.codesecure.dependencycheck.store.CPEFields</pattern>
<pattern>org.codesecure.dependencycheck.data.cpe.Fields</pattern>
<branchRate>0</branchRate>
<lineRate>0</lineRate>
</regex>
<regex>
<pattern>org.codesecure.dependencycheck.App</pattern>
<branchRate>0</branchRate>
<lineRate>0</lineRate>
</regex>
<regex>
<pattern>org.codesecure.dependencycheck.utils.SSDeep</pattern>
<branchRate>0</branchRate>
@@ -203,11 +202,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
</property>
<property>
<name>cve</name>
<value>${project.build.directory}/store/cve</value>
<value>${project.build.directory}/data/cve</value>
</property>
<property>
<name>cpe</name>
<value>${project.build.directory}/store/cpe</value>
<value>${project.build.directory}/data/cpe</value>
</property>
</systemProperties>
</configuration>