File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ name: Java CI with Maven
66on :
77 push :
88 branches : [ "master" ]
9- pull_request :
10- branches : [ "master" ]
119
1210jobs :
1311 build :
2321 distribution : ' temurin'
2422 cache : maven
2523 - name : Build with Maven
26- run : mvn -Dmaven.test.skip=true -B deploy --file pom.xml -s mvn_settings.xml -DS_NUTZMAVEN_USER_ID=${{secrets.S_NUTZMAVEN_USER_ID}} -DS_NUTZMAVEN_USER_PWD=${{secrets.S_NUTZMAVEN_USER_PWD}}
27- env :
28- S_NUTZMAVEN_USER_ID : ${{secrets.S_NUTZMAVEN_USER_ID}}
29- S_NUTZMAVEN_USER_PWD : ${{secrets.S_NUTZMAVEN_USER_PWD}}
24+ run : mvn -Dmaven.test.skip=true -B package source:jar deploy --file pom.xml -s mvn_settings.xml -DS_NUTZMAVEN_USER_ID=${{secrets.S_NUTZMAVEN_USER_ID}} -DS_NUTZMAVEN_USER_PWD=${{secrets.S_NUTZMAVEN_USER_PWD}}
25+
You can’t perform that action at this time.
0 commit comments