1 Star 0 Fork 1

ye367/haiwenmall

forked from 刘海文/haiwenmall 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mvn-settings.xml 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuhaiwen_glb 提交于 2022-07-07 15:58 . Jenkinsfile增加流程
<settings>
<mirrors>
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
</mirrors>
<profiles>
<profile>
<id>jdk-1.8</id>
<activation>
<activeByDefault>true</activeByDefault>
<jdk>1.8</jdk>
</activation>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
</properties>
</profile>
</profiles>
</settings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yerongli367/haiwenmall.git
git@gitee.com:yerongli367/haiwenmall.git
yerongli367
haiwenmall
haiwenmall
master

搜索帮助