We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9b3ca commit 3a170bdCopy full SHA for 3a170bd
.github/workflows/maven-master.yml
@@ -1,4 +1,4 @@
1
-name: PR build - master
+name: Build - master
2
3
on:
4
push:
@@ -38,12 +38,6 @@ jobs:
38
"username": "${{ secrets.OSSRH_USERNAME }}",
39
"password": "${{ secrets.OSSRH_TOKEN }}"
40
}]
41
- - name: Build with Maven
42
- run: |
43
- export MY_POM_VERSION=`mvn -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
44
- echo "POM VERSION" ${MY_POM_VERSION}
45
- if [[ ! $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];
46
- then
47
- name: Build with Maven
48
run: mvn -B -U verify --file pom.xml
49
- name: Deploy Maven Snapshot
0 commit comments