# maven-cup **Repository Path**: RishChen/maven-cup ## Basic Information - **Project Name**: maven-cup - **Description**: 简易的Maven托管仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2022-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Maven ## README # maven-cup 一个非常mini的maven托管仓库,编译后的可执行jar包大小不到100KB。 ## 配置 第一次运行项目,会自动创建配置文件`config.xml`,默认内容如下: ```xml / repository 100 10 0 8080 central PROXY https://maven.aliyun.com/repository/public snapshot HOSTED release HOSTED public GROUP snapshot release central admin admin ``` **代理仓库配置** ```xml public PROXY https://maven.aliyun.com/repositoryAction/public ``` **组合仓库配置** 使用多个target标签指向被组合的仓库 ```xml public GROUP snapshot release central ``` **用户配置支持多个用户** ```xml admin admin admin123 admin123 ``` **配置https访问(缺省使用http协议)** ```xml maven.jks password ```