Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octonato/mvn-func
maven shell functions
https://github.com/octonato/mvn-func
Last synced: 5 days ago
JSON representation
maven shell functions
- Host: GitHub
- URL: https://github.com/octonato/mvn-func
- Owner: octonato
- Created: 2011-03-14T21:37:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-27T13:36:30.000Z (over 13 years ago)
- Last Synced: 2024-10-12T16:16:53.661Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some shell scripts for day-to-day work to ease interaction with maven.
Install
-------Just import functions to your shell environment
source xvn.sh
# optional
source xvn-extras.shUsage
-----xvn clean install path/to/projectA path/to/projectB
or if xvn-extras.sh is also loaded in your shell
xvn-ins path/to/projectA path/to/projectB
Execution will stop on first failure.
Known issues
------------Need improvement on detection of pom files.
Maven -s for alternative settings files will not work as the settings.xml will be considered a pom file.