A PowerShell helper module for mvn.
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:
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