在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):philleonard/maven-progress-bar开源软件地址(OpenSource Url):https://github.com/philleonard/maven-progress-bar开源编程语言(OpenSource Language):Python 97.1%开源软件介绍(OpenSource Introduction):Progress BarSmall Python app to show the progress of Maven builds in the command line, with a build ETA so that you can get back to the important stuff. Distill the verbose Maven output: Into something informative about your build: InstallationThe app requires that ./install.sh May require sudo privileges to copy script to UsageSimply pipe the output of any # Simple clean install
mvn clean install | mvnp
# Also works in parallel
mvn -T 1.0C clean install | mvnp
# Also supports chained builds
(mvn install && mvn test && mvn package) | mvnp It also reports errors, and supports resuming builds: Tips# Consider using an alias when you find the right config
alias my-mvnp="mvnp -e -t -n"
mvn clean install | my-mvp or even better, adding your own bash function to function my-mvn { mvn "$@" | mvnp -t -e -n; } and calling in such a manner: my-mvn clean install TODO:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论