提交 8d56bb83 authored 作者: Matrix's avatar Matrix

11

上级 a53afe2c
流水线 #265 已通过 于阶段
in 6 分 16 秒
image: maven:3.3.9-jdk-8
cache:
paths:
- /cache/.m2/repository
- target/
stages:
- build
- deploy
......@@ -5,6 +12,7 @@ stages:
job1:
stage: build
tags:
- shell
- docker
script:
- /home/gitlab-runner/apache-maven-3.6.0/bin/mvn -v
- mvn clean package
......@@ -29,6 +29,20 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论