File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 java-version : ' 11'
1515 - name : Build project with Maven
16- run : mvn install
16+ run : mvn -B -ntp install
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 with :
1818 java-version : ' 11'
1919 - name : Build project with Maven
20- run : mvn install
20+ run : mvn -B -ntp install
2121 - name : Sonarcloud analysis
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
25- run : mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=devonfw_devon4j
25+ run : mvn -B -ntp org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=devonfw_devon4j
2626 - name : Deploy to OSSRH nexus
2727 env :
2828 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
2929 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
30- run : mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true -Dmaven.install.skip=true deploy
30+ run : mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true -Dmaven.install.skip=true -B -ntp deploy
You can’t perform that action at this time.
0 commit comments