gulp-maven-integration

2.0.0 • Public • Published

gulp-maven-integration

Call maven targets from Gulp

How to use

var mavenTask = require('gulp-maven-integration');

mavenTask('name for the maven configuration', 'maven goals to execute', 'current working dir');

eg. mavenTask('Clean Install MyProject', 'clean install -Duser.timezone="UTC" -Plocal');

Requirements

Have maven bin directory in your path

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-maven-integration

Weekly Downloads

0

Version

2.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • timv