parent
bda73ada32
commit
9239be814b
@ -22,11 +22,6 @@ jobs:
|
||||
cache: 'maven'
|
||||
- name: Build, Test and Package with Maven
|
||||
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
|
||||
run: |
|
||||
cat <<EOF > ~/.m2/settings.xml
|
||||
|
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>dev.kuksa</groupId>
|
||||
<artifactId>spring-demo</artifactId>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<version>0.0.3-SNAPSHOT</version>
|
||||
<name>spring-demo</name>
|
||||
<description>spring-demo</description>
|
||||
<url/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user