MVN

net.zscript.maven : nar-maven-plugin

Maven & Gradle

Oct 11, 2023
0 stars

Native ARchive plugin for Maven · This plugin compiles native code and publishes native artifacts in the form of nar files.

<plugin>
    <groupId>net.zscript.maven</groupId>
    <artifactId>nar-maven-plugin</artifactId>
    <version>3.10.2-alpha</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.zscript.maven : nar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.10.2-alpha
  • Latest Alpha: 3.10.2-alpha

All Versions

Choose a version of net.zscript.maven : nar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.10.x
nar-maven-plugin-3.10.2-alpha

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.zscript.maven</groupId>
    <artifactId>nar-maven-plugin</artifactId>
    <version>3.10.2-alpha</version>
</plugin>