vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

initial support for npm #17

Closed pmlopes closed 9 years ago

pmlopes commented 9 years ago

Could you maven experts give me some review on this?

The idea is to have an automated way to deploy to NPM

@cescoffier @vietj

Cheers, Paulo

(Fix #16)

cescoffier commented 9 years ago

Except if you plan to write a manual, it's probably better to remove all references to asciidoc. It should use the maven frontend plugin to execute NPM as it:

  1. provisions Node and NPM
  2. behavior the same way on all OS (windows included)
cescoffier commented 9 years ago

For information - working on the branch.

cescoffier commented 9 years ago

Made some changes:

@vietj @pmlopes : ready for review

The release process has also been updated: https://github.com/vert-x3/wiki/wiki/Release-Process

vietj commented 9 years ago

looks good to me

pmlopes commented 9 years ago

:+1: