Skip to content

markBowman/nar-maven-plugin

 
 

Repository files navigation

The NAR plugin for Maven allows you to compile native code (C++, C and Fortran) on a number of different architectures (Linux, Windows, MacOSX, Solaris, FreeBSD, ...) and with a number of different compilers/linkers (g++, Microsoft Visual C++, CC, ...) The output produced is wrapped up in Native ARchive files (.nar) some of which are machine independent (-noarch), while others are machine specific and thus depend on a combination of machine architecture(A), operating-system(O) and linker(L) identified as AOL. These nar files can be installed in the local Maven repository and deployed to a standard Maven (web) server, using the standard maven-install-plugin and maven-deploy-plugin.

Links

What about maven-nar-plugin?

This is the official maven-nar-plugin project, renamed to nar-maven-plugin as per Apache Maven's requirements.

Is this plugin available on Maven Central?

Yes.

About

Native ARchive plugin for Maven

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.5%
  • C 2.9%
  • HTML 0.2%
  • C++ 0.2%
  • Shell 0.1%
  • Objective-C 0.1%