public class Fabric3PackagerMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
File |
buildDirectory
Directory where the app is built.
|
org.apache.maven.model.Dependency[] |
extensions
Set of extensions for the runtime.
|
static String |
F3_ARTIFACT_ID |
static String |
F3_EXTENSIONS_JAR |
org.apache.maven.model.Dependency[] |
profiles
Set of profiles for the runtime.
|
org.eclipse.aether.RepositorySystem |
repositorySystem |
String |
runtimeVersion
The default version of the runtime to use.
|
org.eclipse.aether.RepositorySystemSession |
session
The current repository/network configuration of Maven.
|
String |
warName
WAR name.
|
| Constructor and Description |
|---|
Fabric3PackagerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public static final String F3_ARTIFACT_ID
public static final String F3_EXTENSIONS_JAR
public File buildDirectory
public String warName
public String runtimeVersion
public org.apache.maven.model.Dependency[] profiles
public org.apache.maven.model.Dependency[] extensions
public org.eclipse.aether.RepositorySystem repositorySystem
public org.eclipse.aether.RepositorySystemSession session
Copyright © 2015 Metaform Systems.