moved test data.zip to parent so it can be used by other projects

Former-commit-id: 5d0e82fcaf170af7086de306abc9eb2ed488bc79
This commit is contained in:
Jeremy Long
2013-09-01 12:21:56 -04:00
parent fc30aeea61
commit b8433c4ea7
3 changed files with 51 additions and 1 deletions

View File

@@ -101,6 +101,22 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>test-jar</id>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>