optimize pipeline, fix 0.0.3-SNAPSHOT version
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m28s
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m28s
This commit is contained in:
parent
bda73ada32
commit
9239be814b
@ -22,11 +22,6 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build, Test and Package with Maven
|
- name: Build, Test and Package with Maven
|
||||||
run: mvn -B verify --file pom.xml -e
|
run: mvn -B verify --file pom.xml -e
|
||||||
# - name: Upload artifact
|
|
||||||
# uses: actions/upload-artifact@v3
|
|
||||||
# with:
|
|
||||||
# name: build-artifact
|
|
||||||
# path: target/*.jar
|
|
||||||
- name: Create Maven settings.xml
|
- name: Create Maven settings.xml
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > ~/.m2/settings.xml
|
cat <<EOF > ~/.m2/settings.xml
|
||||||
|
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>dev.kuksa</groupId>
|
<groupId>dev.kuksa</groupId>
|
||||||
<artifactId>spring-demo</artifactId>
|
<artifactId>spring-demo</artifactId>
|
||||||
<version>0.0.2-SNAPSHOT</version>
|
<version>0.0.3-SNAPSHOT</version>
|
||||||
<name>spring-demo</name>
|
<name>spring-demo</name>
|
||||||
<description>spring-demo</description>
|
<description>spring-demo</description>
|
||||||
<url/>
|
<url/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user