Clijsters / posh-maven

A PowerShell helper module for maven. Auto completion, pom manipulation, bulk operations and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt posh-maven

A PowerShell helper module for mvn.

Build status for master Build status for develop codecov Code Coverage

posh-maven adds autocomplete features and several helper functions for your day2day usage of maven to your PowerShell environment.

It automatically scans your $pwd for pom files and lists its name and version.

Along with posh-git it may look as follows:

PS ~/Dev/repos/powershell-tipps-de [de.clijsters.powershell-tipps-de 0.1.999-SNAPSHOT] [F-CMS ≡ +1 ~2 -0 !]>

Project status

This project is in an early beta stadium. It currently supports:

  • Tab completion on mvn goals
  • Showing the current maven project and version in prompt
  • Getting some basic information from POM.xml

About

A PowerShell helper module for maven. Auto completion, pom manipulation, bulk operations and much more.

License:MIT License


Languages

Language:PowerShell 100.0%