开源软件名称(OpenSource Name):maven-nar/nar-maven-plugin开源软件地址(OpenSource Url):https://github.com/maven-nar/nar-maven-plugin开源编程语言(OpenSource Language):Java 94.4%开源软件介绍(OpenSource Introduction):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 UsageIn your POM: <build>
<plugins>
<plugin>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>3.10.2-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
...
</configuration>
</plugin>
</plugins>
</build> Of course, it is recommended that you use the latest version. What you put in the DocumentationCommunityWhat about maven-nar-plugin?This is the official Alternatives and Complements
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论