File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1717 server-username : MAVEN_USERNAME
1818 server-password : MAVEN_PASSWORD
1919 gpg-passphrase : GPG_PASSPHRASE
20+ - name : Build and Test
21+ run : |
22+ mvn clean test jacoco:report
23+ mvn -B verify -P coverage --no-transfer-progress
24+ - name : Publish Coverage Report
25+ uses : actions/upload-artifact@v2
26+ with :
27+ name : Coverage Report
28+ path : target/site/jacoco/index.html
2029 - name : Publish to the Maven Central Repository
2130 run : mvn --batch-mode deploy
2231 env :
Original file line number Diff line number Diff line change 66 <artifactId >cms</artifactId >
77 <packaging >jar</packaging >
88 <name >contentstack-management-java</name >
9- <version >1.2 .0-SNAPSHOT</version >
9+ <version >1.0 .0-SNAPSHOT</version >
1010 <description >Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1111 API-first approach
1212 </description >
You can’t perform that action at this time.
0 commit comments