This commit is contained in:
parent
2cc57fbb2d
commit
90f02a1e0e
2 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,10 @@ steps:
|
|||
- name: install-local-repo
|
||||
image: maven:3-jdk-11
|
||||
commands:
|
||||
- . .deploy_locally
|
||||
- . ./.deploy_locally
|
||||
volumes:
|
||||
- name: m2
|
||||
path: /root/.m2
|
||||
|
||||
volumes:
|
||||
- name: m2
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -40,7 +40,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.build.timestamp.format>yyyyMMdd.HH-mm-ss</maven.build.timestamp.format>
|
||||
<maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
|
||||
</properties>
|
||||
|
||||
<issueManagement>
|
||||
|
|
Loading…
Reference in a new issue