Uses of Class
com.github.maven_nar.AbstractDependencyMojo

Packages that use AbstractDependencyMojo
com.github.maven_nar   
 

Uses of AbstractDependencyMojo in com.github.maven_nar
 

Subclasses of AbstractDependencyMojo in com.github.maven_nar
 class AbstractCompileMojo
           
 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 NarIntegrationTestMojo
          Run integration tests using Surefire.
 class NarProcessLibraries
          Adds the ability to run arbitrary command line tools to post-process the compiled output (ie: ranlib/ar/etc)
 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 AbstractDependencyMojo
 void Lib.addLibSet(AbstractDependencyMojo mojo, LinkerDef linker, org.apache.tools.ant.Project antProject)
           
 



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