#1038423 ITP: maven-native -- plugin to compile c and c++ source via maven

#1038423#5
Date:
2023-06-18 02:58:44 UTC
From:
To:
* Package name    : maven-native
  Version         : 1.0-alpha-11
  Upstream Contact: mojohaus-dev@googlegroups.com,
* URL             : https://www.mojohaus.org/maven-native/native-maven-plugin/
* License         : Expat
  Programming Lang: Java
  Description     : plugin to compile c and c++ source via maven

 This maven plugin creates a custom build lifecycle suited to compiling
 native C and C++ code using standard compilers such as gcc.
 .
 Use cases / usage examples include:
 .
  * Building a DLL with JNI.
  * Building a standard Unix shared library.
  * Building a static library, including ranlib.