corrected minor issue with path to zipped test data

Former-commit-id: 9d4d5d6aa5d56028a8fcb871498f20a7cf2febc9
This commit is contained in:
Jeremy Long
2013-08-16 14:13:01 -04:00
parent a76bf03bc9
commit 1f7c64e279
6 changed files with 89 additions and 19 deletions

View File

@@ -112,6 +112,18 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>