0.0.2 ā€¢ Published 5 years ago

meta-mvn v0.0.2

Weekly downloads
3
License
ISC
Repository
bitbucket
Last release
5 years ago

meta-mvn

A plugin for meta

Use

Runs your mvn command for every directory in your meta project. The order everything is built is the order in which they show up in your .meta file under 'projects'

In the example below, api will be done first, followed by web-service

{
  "projects": {
    "api": "https://git.example.com/me/api",
    "web-service": "https://git.example.com/me/web-service",
  }
}

How to use

ā†’ meta mvn

  usage:

    meta mvn [options]