public final class ZipPackage extends Object
A named software package compressed into a zip file containing the version number as part of the filename. eg apache-tomcat-7.0.47.zip
When unzipped it must create a new directory that exactly matches the artifactId + version number. For example, unzipping apache-tomcat-7.0.47.zip
into
/usr/local
will produce /usr/local/apache-tomcat-7.0.47
Modifier and Type | Class and Description |
---|---|
static class |
ZipPackage.Builder |
public org.kuali.common.util.maven.model.Artifact getArtifact()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.