sync-pom-version

1.1.0 • Public • Published

sync-pom-version

A small package to sync the package.json version with the pom.xml one (i.e. to be used with maven-release-plugin).

Installation

$ npm i --save sync-pom-version

Usage

In your package.json:

{
  "scripts": {
    "postinstall": "sync-pom-version <path-to-pom>"
  }
}

Or as a global package:

$ npm i -g sync-pom-version
$ sync-pom-version <path-to-pom> <path-to-package-json>

/sync-pom-version/

    Package Sidebar

    Install

    npm i sync-pom-version

    Weekly Downloads

    413

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • darrachequesne