Added surefire and failsafe plugins
This commit is contained in:
4
.github/workflows/build-on-pr-create.yml
vendored
4
.github/workflows/build-on-pr-create.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean package --file pom.xml
|
||||
run: mvn --file pom.xml -U clean package
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn -U clean verify --file pom.xml
|
||||
run: mvn --file pom.xml -U clean test -Punit-tests
|
||||
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
# run: mvn -U clean verify --file pom.xml
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean verify package --file pom.xml
|
||||
run: mvn --file pom.xml -U clean package -Punit-tests
|
||||
|
||||
- name: Set up Apache Maven Central (Overwrite settings.xml)
|
||||
uses: actions/setup-java@v3
|
||||
|
||||
2
.github/workflows/publish-javadoc.yml
vendored
2
.github/workflows/publish-javadoc.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean package --file pom.xml
|
||||
run: mvn --file pom.xml -U clean package
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user