com.github.maven_nar
Class NarProcessLibraries

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.github.maven_nar.AbstractNarMojo
          extended by com.github.maven_nar.AbstractDependencyMojo
              extended by com.github.maven_nar.AbstractCompileMojo
                  extended by com.github.maven_nar.NarProcessLibraries
All Implemented Interfaces:
NarConstants, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class NarProcessLibraries
extends AbstractCompileMojo

Adds the ability to run arbitrary command line tools to post-process the compiled output (ie: ranlib/ar/etc)

Author:
Richard Kerr, Richard Kerr

Field Summary
 
Fields inherited from class com.github.maven_nar.AbstractCompileMojo
commandLogLevel, decorateLinkerOptions, onlySpecifiedCompilers
 
Fields inherited from class com.github.maven_nar.AbstractDependencyMojo
archiverManager, artifactResolver, remoteArtifactRepositories
 
Fields inherited from class com.github.maven_nar.AbstractNarMojo
classesDirectory, classifiers, libraries
 
Fields inherited from interface com.github.maven_nar.NarConstants
LOG_LEVEL_DEBUG, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_VERBOSE, LOG_LEVEL_WARNING, NAR, NAR_AOL, NAR_EXTENSION, NAR_NO_ARCH, NAR_ROLE_HINT, NAR_TYPE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
NarProcessLibraries()
           
 
Method Summary
protected  List getArtifacts()
           
 void narExecute()
           
 
Methods inherited from class com.github.maven_nar.AbstractCompileMojo
failOnError, getAntProject, getC, getCpp, getDependencyLibOrder, getFortran, getIdl, getJava, getMaxCores, getMessage, getOutput, getResource, getRuntime, getTests, setC, setCpp, setDependencyLibOrder, setFortran, setIdl, setMessage, setResource, useLibtool
 
Methods inherited from class com.github.maven_nar.AbstractDependencyMojo
downloadAttachedNars, getAllAttachedNarArtifacts, getArchiverManager, getBinding, getLocalRepository, getNarArtifacts, getNarInfo, getNarManager, getRemoteRepositories, unpackAttachedNars
 
Methods inherited from class com.github.maven_nar.AbstractNarMojo
execute, getAOL, getArchitecture, getBasedir, getJavah, getJavaHome, getLayout, getLibraries, getLinker, getMavenProject, getNarInfo, getOS, getOutput, getOutputDirectory, getTargetDirectory, getTestTargetDirectory, getTestUnpackDirectory, getUnpackDirectory, validate
 
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

NarProcessLibraries

public NarProcessLibraries()
Method Detail

getArtifacts

protected List getArtifacts()
Overrides:
getArtifacts in class AbstractDependencyMojo

narExecute

public void narExecute()
                throws org.apache.maven.plugin.MojoFailureException,
                       org.apache.maven.plugin.MojoExecutionException
Overrides:
narExecute in class AbstractDependencyMojo
Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.