mvn release test

This commit is contained in:
Amith Koujalgi 2023-11-17 10:28:51 +05:30
parent 6bcdab27f3
commit 9581dc3357

View File

@ -30,11 +30,11 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven # - name: Run Tests
run: mvn -U -B clean package --file pom.xml # run: mvn -U clean verify --file pom.xml
- name: Run Tests - name: Build with Maven
run: mvn -U clean verify --file pom.xml run: mvn -U -B clean verify package --file pom.xml
- name: Set up Apache Maven Central (Overwrite settings.xml) - name: Set up Apache Maven Central (Overwrite settings.xml)
uses: actions/setup-java@v3 uses: actions/setup-java@v3