summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2021-06-07 08:57:06 +0800
committerwangwei <[email protected]>2021-06-07 08:57:06 +0800
commitf1dece0ec3c126ef5f9d5d42e20442e3a81385f5 (patch)
tree4dcf1d027290f3287ec1764f3c1ca9c0712ba802
parenta0d8f1ca2404523d95a8a4d0e7aa804cc543e71b (diff)
fix(schema): xjar加密由install更改为package344
-rw-r--r--.gitlab-ci.yml8
-rw-r--r--pom.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b98b82c4..70524a23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,9 +7,9 @@ stages:
build:
stage: build
script:
- - echo 'exec mvn clean install'
+ - echo 'exec mvn clean package'
- echo 'tag:' $CI_COMMIT_TAG
- - mvn clean install -Dmaven.test.skip=true
+ - mvn clean package -Dmaven.test.skip=true
only:
- tags
tags:
@@ -29,9 +29,9 @@ clean:
deploy:
stage: deploy
script:
- - echo 'exec mvn install & docker build'
+ - echo 'exec mvn package & docker build'
- echo 'tag:' $CI_COMMIT_TAG
- - mvn clean install -Dmaven.test.skip=true docker:build -DdockerImageTags=$CI_COMMIT_TAG
+ - mvn clean package -Dmaven.test.skip=true docker:build -DdockerImageTags=$CI_COMMIT_TAG
when: on_success
only:
- tags
diff --git a/pom.xml b/pom.xml
index 40aef9fb..65266060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,8 +495,8 @@
<goals>
<goal>build</goal>
</goals>
- <!-- <phase>package</phase>-->
- <phase>install</phase>
+ <phase>package</phase>
+ <!--<phase>install</phase>-->
<configuration>
<password>Geedge2020!</password>
<excludes>