|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractNarMojo | |
|---|---|
| com.github.maven_nar | |
| Uses of AbstractNarMojo in com.github.maven_nar |
|---|
| Subclasses of AbstractNarMojo in com.github.maven_nar | |
|---|---|
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 |
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 |
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. |
| Methods in com.github.maven_nar with parameters of type AbstractNarMojo | |
|---|---|
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 |
NarLayout21.prepareNarInfo(File baseDir,
org.apache.maven.project.MavenProject project,
NarInfo narInfo,
AbstractNarMojo mojo)
|
void |
NarLayout20.prepareNarInfo(File baseDir,
org.apache.maven.project.MavenProject project,
NarInfo narInfo,
AbstractNarMojo mojo)
|
void |
Javah.setAbstractCompileMojo(AbstractNarMojo abstractNarMojo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||