Uses of Class
org.apache.maven.plugin.nar.AbstractNarMojo

Uses of AbstractNarMojo in org.apache.maven.plugin.nar
 

Subclasses of AbstractNarMojo in org.apache.maven.plugin.nar
 class AbstractCompileMojo
           
 class AbstractDependencyMojo
           
 class AbstractDownloadMojo
          Downloads any dependent NAR files.
 class AbstractGnuMojo
          Abstract GNU Mojo keeps configuration
 class AbstractResourcesMojo
          Keeps track of resources
 class AbstractUnpackMojo
          Unpacks NAR files.
 class NarAssemblyMojo
          Assemble libraries of NAR files.
 class NarCompileMojo
          Compiles native source files.
 class NarDownloadMojo
          Downloads any dependent NAR files.
 class NarGnuConfigureMojo
          Copies the GNU style source files to a target area, autogens and configures them.
 class NarGnuMakeMojo
          Runs make on the GNU style generated Makefile
 class NarGnuProcess
          Move the GNU style output in the correct directories for nar-package
 class NarGnuResources
          Move the GNU style include/lib to some output directory
 class NarIntegrationTestMojo
          Run integration tests using Surefire.
 class NarJavahMojo
          Compiles class files into c/c++ headers using "javah".
 class NarPackageMojo
          Jars up the NAR files.
 class NarResourcesMojo
          Copies any resources, including AOL specific distributions, to the target area for packaging
 class NarSystemMojo
          Generates a NarSystem class with static methods to use inside the java part of the library.
 class NarTestCompileMojo
          Compiles native test source files.
 class NarTestDownloadMojo
          Downloads any dependent NAR files.
 class NarTestMojo
          Tests NAR files.
 class NarTestUnpackMojo
          Unpacks NAR files.
 class NarUnpackMojo
          Unpacks NAR files.
 class NarValidateMojo
          Validates the configuration of the NAR project (aol and pom)
 class NarVcprojMojo
          Generates a Visual Studio 2005 project file (vcproj) Heavily inspired by NarCompileMojo.
 



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