public class BundlePackMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory
Artifact factory.
|
protected String |
artifactId
ArtifactId for the artifact to create an upload bundle for.
|
protected org.apache.maven.artifact.resolver.ArtifactResolver |
artifactResolver
Artifact resolver.
|
protected String |
basedir
Directory where the upload-bundle will be created.
|
protected String |
groupId
GroupId for the artifact to create an upload bundle for.
|
protected org.codehaus.plexus.components.interactivity.InputHandler |
inputHandler |
protected org.codehaus.plexus.archiver.jar.JarArchiver |
jarArchiver
Jar archiver.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
Local maven repository.
|
static String |
POM |
protected String |
scmConnection
Read-only URL for SCM tool connections, in cases where this isn't provided by the POM.
|
protected String |
scmUrl
Viewable URL for SCM connections, in cases where this isn't provided by the POM.
|
protected org.apache.maven.settings.Settings |
settings |
protected String |
version
Version for the artifact to create an upload bundle for.
|
Constructor and Description |
---|
BundlePackMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
public static final String POM
protected org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver
protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected org.codehaus.plexus.components.interactivity.InputHandler inputHandler
protected String basedir
protected String groupId
protected String artifactId
protected String version
protected String scmUrl
protected String scmConnection
protected org.apache.maven.settings.Settings settings
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.