Search in sources :

Example 1 with ZipArtifactStub

use of org.apache.maven.plugins.war.stub.ZipArtifactStub in project maven-plugins by apache.

the class WarZipTest method buildZipArtifact.

private Artifact buildZipArtifact() throws Exception {
    ArtifactHandler artifactHandler = (ArtifactHandler) lookup(ArtifactHandler.ROLE, "jar");
    File zipFile = new File(getTestDirectory(), "foobar.zip");
    return new ZipArtifactStub("src/test/resources/unit/warziptest", artifactHandler, zipFile);
}
Also used : ArtifactHandler(org.apache.maven.artifact.handler.ArtifactHandler) ZipArtifactStub(org.apache.maven.plugins.war.stub.ZipArtifactStub) File(java.io.File)

Aggregations

File (java.io.File)1 ArtifactHandler (org.apache.maven.artifact.handler.ArtifactHandler)1 ZipArtifactStub (org.apache.maven.plugins.war.stub.ZipArtifactStub)1