meta-mvn
v0.0.2
Published
Build your project
Downloads
2
Readme
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]