diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index edace11072..1505526eea 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -21,7 +21,7 @@ jobs: java-version: ${{ matrix.java }} - name: "Maven install(staging)" run: | - mvn clean install -Pstaging -B -V -DtckAuditSourceGen + mvn clean install -Pstaging -B -V - name: "Maven install" run: | - mvn clean install -B -V -DtckAuditSourceGen + mvn clean install -B -V diff --git a/README.md b/README.md index d566c7e5bf..5200a27681 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ Check out the [TCK Reference Guide](https://jakartaee.github.io/cdi-tck/) to get ## Building CDI TCK artifacts To build the CDI TCK artifacts, use: -`mvn -DtckAuditSourceGen install` +`mvn install` or when compiling against staged Jakarta artifacts: -`mvn -DtckAuditSourceGen -Pstaging install` +`mvn -Pstaging install` ## Building the CDI TCK distribution The CDI TCK distribution artifact is built by specifing an additional `-Drelease` property to build the TCK reference documentation and distribution bundle, e.g.: -`mvn -DtckAuditSourceGen -Drelease install` +`mvn -Drelease install` ## Eclipse Continuous Integration Environment The Eclipse continuous integration environment interface for the CDI project is located at https://ci.eclipse.org/cdi/ diff --git a/impl/pom.xml b/impl/pom.xml index def47b4e56..8c7205b071 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -215,14 +215,11 @@ - tck-audit - tckAuditSourceGen + !skipTckAudit diff --git a/web/pom.xml b/web/pom.xml index 04da340675..a9f1202d8f 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -299,7 +299,7 @@ tck-audit - tckAuditSourceGen + !skipTckAudit