public class MavenDarPackager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_PACKAGE_VERSION |
Constructor and Description |
---|
MavenDarPackager(org.apache.maven.project.MavenProject project,
List<org.apache.maven.project.MavenProject> reactorProjects,
String applicationName,
boolean timestampedVersion,
org.apache.maven.plugin.logging.Log log,
String packageVersion) |
Modifier and Type | Method and Description |
---|---|
void |
addDeployables(Collection<? extends MavenDeployable> deployables) |
void |
addProperties(List<XmlFragment> properties) |
String |
getApplicationName() |
File |
perform() |
public static final String BUILD_PACKAGE_VERSION
public void addProperties(List<XmlFragment> properties)
public void addDeployables(Collection<? extends MavenDeployable> deployables)
public File perform()
public String getApplicationName()
Copyright © 2016. All rights reserved.