diff --git a/.github/workflows/project_ci.yml b/.github/workflows/project_ci.yml index b2b5dd7ed0..7e7521e60d 100644 --- a/.github/workflows/project_ci.yml +++ b/.github/workflows/project_ci.yml @@ -31,7 +31,7 @@ jobs: - name: Build Quickstarts Release run: | cd quickstarts - mvn -U -B -fae clean install -Drelease + mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar shell: bash - uses: actions/upload-artifact@v4 if: failure() @@ -76,7 +76,7 @@ jobs: - name: Build Quickstarts Release with Server and BOMs Versions run: | cd quickstarts - mvn -U -B -fae clean install -Drelease -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }} + mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }} shell: bash - uses: actions/upload-artifact@v4 if: failure() diff --git a/http-custom-mechanism/add-custom-module.cli b/http-custom-mechanism/add-custom-module.cli index c238411dca..da43c69d65 100644 --- a/http-custom-mechanism/add-custom-module.cli +++ b/http-custom-mechanism/add-custom-module.cli @@ -1,3 +1,3 @@ # Add the custom module to the server - +# If you need to change this command please change also in webapp/pom.xml module add --name=org.jboss.as.quickstart.http_custom_mechanism.custom-http-mechanism --resources=custom-module/target/custom-module.jar --dependencies=org.wildfly.security.elytron diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml index 318a52c7cc..9022b2a624 100644 --- a/http-custom-mechanism/webapp/pom.xml +++ b/http-custom-mechanism/webapp/pom.xml @@ -87,10 +87,14 @@ + + + module add --name=org.jboss.as.quickstart.http_custom_mechanism.custom-http-mechanism --resources=${project.basedir}/../custom-module/target/custom-module.jar --dependencies=org.wildfly.security.elytron + - + true