@Mojo(name="package",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
defaultPhase=PACKAGE)
public class PackageServerMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.galleon.universe.maven.repo.MavenRepoManager |
artifactResolver |
protected File |
targetDir
The target directory the application to be deployed is located.
|
| Constructor and Description |
|---|
PackageServerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyExtraContent(Path target) |
protected void |
enrichRepositories() |
void |
execute() |
protected org.jboss.galleon.config.ProvisioningConfig |
getDefaultConfig() |
protected String |
getGoal() |
protected void |
serverProvisioned(Path jbossHome) |
@Parameter(defaultValue="${project.build.directory}/",
property="wildfly.deployment.targetDir")
protected File targetDir
protected org.jboss.galleon.universe.maven.repo.MavenRepoManager artifactResolver
protected org.jboss.galleon.config.ProvisioningConfig getDefaultConfig()
throws org.jboss.galleon.ProvisioningDescriptionException
org.jboss.galleon.ProvisioningDescriptionExceptionprotected String getGoal()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void serverProvisioned(Path jbossHome) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void copyExtraContent(Path target) throws org.apache.maven.plugin.MojoExecutionException, IOException
org.apache.maven.plugin.MojoExecutionExceptionIOExceptionprotected void enrichRepositories()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.