Package | Description |
---|---|
com.github.maven_nar |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompileMojo |
class |
AbstractDependencyMojo |
class |
AbstractGnuMojo
Abstract GNU Mojo keeps configuration
|
class |
AbstractResourcesMojo
Keeps track of resources
|
class |
NarAssemblyMojo
Assemble libraries of NAR files.
|
class |
NarCompileMojo
Compiles native source files.
|
class |
NarDownloadDependenciesMojo
Downloads any dependent NAR 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 |
NarJavahMojo
Compiles class files into c/c++ headers using "javah".
|
class |
NarPackageMojo
Jars up the NAR files.
|
class |
NarPreparePackageMojo
Jars up the NAR files.
|
class |
NarProcessLibraries
Adds the ability to run arbitrary command line tools to post-process the
compiled output (ie: ranlib/ar/etc)
|
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 |
NarTestMojo
Tests NAR files.
|
class |
NarUnpackDependenciesMojo
Goal that unpacks the project dependencies from the repository to a defined location.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NarLayout20.prepareNarInfo(File baseDir,
org.apache.maven.project.MavenProject project,
NarInfo narInfo,
AbstractNarMojo mojo) |
void |
NarLayout21.prepareNarInfo(File baseDir,
org.apache.maven.project.MavenProject project,
NarInfo narInfo,
AbstractNarMojo mojo) |
void |
NarLayout.prepareNarInfo(File baseDir,
org.apache.maven.project.MavenProject project,
NarInfo narInfo,
AbstractNarMojo libraryName)
Called to attach nars to main nar/jar file.
|
void |
Javah.setAbstractCompileMojo(AbstractNarMojo abstractNarMojo) |
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.