diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 19cfd85c..065619be 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,7 +25,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 -# still fails -# with: -# maven4-enabled: true + with: + maven4-enabled: true diff --git a/src/it/deploy-attached-sources/test.properties b/src/it/deploy-attached-sources/test.properties index c1c2cd31..2caa287d 100644 --- a/src/it/deploy-attached-sources/test.properties +++ b/src/it/deploy-attached-sources/test.properties @@ -16,10 +16,10 @@ # under the License. # Properties passed to invocations of the deploy plugin -pomFile = ${basedir}/pom.xml +pomFile = pom.xml -file = ${basedir}/target/${project.artifactId}-${project.version}.jar -sources = ${basedir}/target/${project.artifactId}-${project.version}-sources.jar -javadoc = ${basedir}/target/${project.artifactId}-${project.version}-javadoc.jar +file = target/test-1.0-SNAPSHOT.jar +sources = target/test-1.0-SNAPSHOT-sources.jar +javadoc = target/test-1.0-SNAPSHOT-javadoc.jar -url = file://${basedir}/target/repo +url=file:./target/repo diff --git a/src/it/deploy-default-packaging/test.properties b/src/it/deploy-default-packaging/test.properties index d663c307..ff7989dd 100644 --- a/src/it/deploy-default-packaging/test.properties +++ b/src/it/deploy-default-packaging/test.properties @@ -19,5 +19,5 @@ groupId = org.apache.maven.test artifactId = test version = 1.1 -file = ${basedir}/lib/test-1.1.jar -url = file://${basedir}/target/repo +file = lib/test-1.1.jar +url = file:./target/repo