org.apache.sling.maven.projectsupport
Class AttachPartialBundleListMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.sling.maven.projectsupport.AbstractBundleListMojo
          extended by org.apache.sling.maven.projectsupport.AttachPartialBundleListMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AttachPartialBundleListMojo
extends AbstractBundleListMojo

Attaches the bundle list as a project artifact.


Field Summary
static java.lang.String CLASSIFIER
           
static java.lang.String CONFIG_CLASSIFIER
           
static java.lang.String CONFIG_TYPE
           
static java.lang.String SLING_COMMON_BOOTSTRAP
           
static java.lang.String SLING_COMMON_PROPS
           
static java.lang.String SLING_STANDALONE_BOOTSTRAP
           
static java.lang.String SLING_STANDALONE_PROPS
           
static java.lang.String SLING_WEBAPP_BOOTSTRAP
           
static java.lang.String SLING_WEBAPP_PROPS
           
static java.lang.String TYPE
           
 
Fields inherited from class org.apache.sling.maven.projectsupport.AbstractBundleListMojo
bundleListFile, commonSlingBootstrap, commonSlingProps, ignoreBundleListConfig, mavenSession, PARTIAL, project, projectHelper, standaloneSlingBootstrap, standaloneSlingProps, webappSlingBootstrap, webappSlingProps
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AttachPartialBundleListMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.sling.maven.projectsupport.AbstractBundleListMojo
getArtifact, getArtifact, getConfigDirectory
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_CLASSIFIER

public static final java.lang.String CONFIG_CLASSIFIER
See Also:
Constant Field Values

CONFIG_TYPE

public static final java.lang.String CONFIG_TYPE
See Also:
Constant Field Values

CLASSIFIER

public static final java.lang.String CLASSIFIER
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

SLING_COMMON_PROPS

public static final java.lang.String SLING_COMMON_PROPS
See Also:
Constant Field Values

SLING_COMMON_BOOTSTRAP

public static final java.lang.String SLING_COMMON_BOOTSTRAP
See Also:
Constant Field Values

SLING_WEBAPP_PROPS

public static final java.lang.String SLING_WEBAPP_PROPS
See Also:
Constant Field Values

SLING_WEBAPP_BOOTSTRAP

public static final java.lang.String SLING_WEBAPP_BOOTSTRAP
See Also:
Constant Field Values

SLING_STANDALONE_PROPS

public static final java.lang.String SLING_STANDALONE_PROPS
See Also:
Constant Field Values

SLING_STANDALONE_BOOTSTRAP

public static final java.lang.String SLING_STANDALONE_BOOTSTRAP
See Also:
Constant Field Values
Constructor Detail

AttachPartialBundleListMojo

public AttachPartialBundleListMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.