MVN

de.ingogriebsch.maven : sync-packagejson-version-maven-plugin

Maven & Gradle

Jul 22, 2022
5 stars

Sync package.json version Maven plugin · Synchronizes the version of a package.json file with the version of the pom.xml.

<plugin>
    <groupId>de.ingogriebsch.maven</groupId>
    <artifactId>sync-packagejson-version-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ingogriebsch.maven : sync-packagejson-version-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of de.ingogriebsch.maven : sync-packagejson-version-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
sync-packagejson-version-maven-plugin-1.3.0
1.2.x
sync-packagejson-version-maven-plugin-1.2.0
1.1.x
sync-packagejson-version-maven-plugin-1.1.0
1.0.x
sync-packagejson-version-maven-plugin-1.0.0

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.ingogriebsch.maven</groupId>
    <artifactId>sync-packagejson-version-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>