This commit is contained in:
Amith Koujalgi 2023-10-27 16:27:45 +05:30
parent 10ffe0f14a
commit 6660d9b09a

View File

@ -31,7 +31,7 @@ jobs:
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: Build with Maven
run: mvn -U -B clean verify package --file pom.xml run: mvn -U -B clean 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