File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
java-version : ' 8'
42
42
distribution : ' adopt'
43
+ server-id : ossrh
44
+ server-username : MAVEN_USERNAME
45
+ server-password : MAVEN_PASSWORD
46
+ gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
47
+ gpg-passphrase : MAVEN_GPG_PASSPHRASE
43
48
44
49
- name : Cache local Maven repository
45
50
uses : actions/cache@v2
49
54
restore-keys : |
50
55
${{ runner.os }}-maven-
51
56
52
- - name : Maven verify
53
- run : mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify
57
+ - name : Maven deploy snapshot
58
+ run : mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy
59
+ env :
60
+ MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
61
+ MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
62
+ MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 39
39
server-id : ossrh
40
40
server-username : MAVEN_USERNAME
41
41
server-password : MAVEN_PASSWORD
42
+ gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
43
+ gpg-passphrase : MAVEN_GPG_PASSPHRASE
42
44
43
45
- name : Cache local Maven repository
44
46
uses : actions/cache@v2
48
50
restore-keys : |
49
51
${{ runner.os }}-maven-
50
52
51
- - name : Maven deploy to Maven Central
53
+ - name : Maven deploy release
52
54
run : mvn deploy -Prelease
53
55
env :
54
56
MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
55
57
MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
58
+ MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.utplsql</groupId >
7
7
<artifactId >utplsql-maven-plugin</artifactId >
8
- <version >3.1.6RC1 </version >
8
+ <version >3.1.6.RC2 </version >
9
9
<packaging >maven-plugin</packaging >
10
10
11
11
<name >utPLSQL Maven Plugin</name >
You can’t perform that action at this time.
0 commit comments