2.0.0 • Published 7 years ago

gulp-maven-integration v2.0.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
7 years ago

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