manage-maven

管理 Maven 仓库

License-Anti Link-996 QQ群

企业微信群

基于 Python 用于将本地 Maven 仓库上传/下载 nexus 仓库(支持 oss.sonatype.org)

为简化开发工作、提高生产率、解决常见问题而生

bilibili 粉丝 CSDN 码龄 CSDN 粉丝 CSDN 访问 CSDN 博客 GitHub stars GitHub forks GitHub watchers GitHub last commit 码云Gitee stars 码云Gitee forks Gitlab stars Gitlab forks total lines code style
# 打包 - -F - 创建一个单文件可执行文件 - -w - 不提供控制台窗口 - -i - FILE.ico - 将图标应用于Windows可执行文件 - FILE.exe - 从exe中提取图标 - FILE.icns - 将该图标应用于 Mac 上的应用程序包 - -n - 打包文件名 ```shell pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip install PyInstaller pip install BeautifulSoup4 # 获取软件版本相关文件 pyi-grab_version python.exe file_version.txt # 修改上述文件 file_version.txt,然后进行打包 PyInstaller -F -w -i static/favicon.ico manage_maven.py --version-file file_version.py -n manage_maven-v0.0.4.0.exe ``` ## 批量添加远端仓库地址
点击展开 git remote add gitee https://gitee.com/xuxiaowei-com-cn/manage-maven.git git remote add gitlab https://gitlab.com/xuxiaowei-com-cn/manage-maven.git git remote add jihulab https://jihulab.com/xuxiaowei-com-cn/manage-maven.git git remote add github https://github.com/xuxiaowei-com-cn/manage-maven.git git remote add gitcode https://gitcode.net/xuxiaowei-com-cn/manage-maven.git git remote add gitlink https://gitlink.org.cn/xuxiaowei-com-cn/manage-maven.git
## [GitLab 流水线](https://gitlab.com/xuxiaowei-com-cn/manage-maven/-/pipelines) ## Stargazers over time [![Stargazers over time](https://starchart.cc/xuxiaowei-com-cn/manage-maven.svg)](https://starchart.cc/xuxiaowei-com-cn/manage-maven)