MVN

de.matrixweb : package-json-maven-plugin

Maven & Gradle

Sep 01, 2015
0 stars

package-json-maven-plugin · This mojo reads a package.json file and stores the name and version fields as properties in the maven build process.

<plugin>
    <groupId>de.matrixweb</groupId>
    <artifactId>package-json-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb : package-json-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of de.matrixweb : package-json-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
package-json-maven-plugin-0.0.2
package-json-maven-plugin-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.matrixweb</groupId>
    <artifactId>package-json-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>

Advertisement