org.opennms.maven.plugins.assembly
Class AssemblyMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.opennms.maven.plugins.assembly.AbstractUnpackingMojo
          extended byorg.opennms.maven.plugins.assembly.AbstractAssemblyMojo
              extended byorg.opennms.maven.plugins.assembly.AssemblyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AssemblyMojo
extends AbstractAssemblyMojo

Set the main artifact for a plugin

Version:
$Id$
Author:
Matt Brozowski

Field Summary
 
Fields inherited from class org.opennms.maven.plugins.assembly.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, filters
 
Fields inherited from class org.opennms.maven.plugins.assembly.AbstractUnpackingMojo
archiverManager, artifactResolver, classifier, EMPTY_STRING_ARRAY, finalName, localRepository, outputDirectory, project, reactorProjects, shouldIncludeSelfAsDependency, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AssemblyMojo()
           
 
Method Summary
protected  void attachArtifact(org.apache.maven.plugins.assembly.model.Assembly assembly, java.lang.String format, java.io.File destFile)
           
protected  org.apache.maven.project.MavenProject getExecutedProject()
           
 
Methods inherited from class org.opennms.maven.plugins.assembly.AbstractAssemblyMojo
createArchive, execute, getDistributionName, processDependencySets, processFileList, processFileSets, readAssemblies
 
Methods inherited from class org.opennms.maven.plugins.assembly.AbstractUnpackingMojo
getClassifier, getDependencies, unpack
 
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
 

Constructor Detail

AssemblyMojo

public AssemblyMojo()
Method Detail

attachArtifact

protected void attachArtifact(org.apache.maven.plugins.assembly.model.Assembly assembly,
                              java.lang.String format,
                              java.io.File destFile)
Overrides:
attachArtifact in class AbstractAssemblyMojo

getExecutedProject

protected org.apache.maven.project.MavenProject getExecutedProject()
Specified by:
getExecutedProject in class AbstractUnpackingMojo


Copyright © 2006 null. All Rights Reserved.