Skip to content

big-solutions/boot-mvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot-mvn

A Boot task to run Maven commands.

Usage

To use this in your project:

Clojars Project

and then require the task:

(require '[boot-mvn.core :refer [mvn]])

Run the mvn task:

Options:
  -h, --help             Print this help info.
  -A, --args ARGS        ARGS sets maven commands and options.
  -V, --version VERSION  VERSION sets maven version.
  -F, --file FILE        FILE sets file name (default is pom.xml).

e.g.

$ boot mvn --args "clean compile install"
$ boot mvn --args -V
$ boot mvn --args jetty:run
$ boot mvn --version 3.2.1 --args "compile install"

All examples assume that there is a pom.xml (or a differently named file as per --file parameter) available in the task fileset.

License

Copyright © 2016 Big Solutions

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A Boot task to run Maven commands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published