ACS-12413 : enable deferred pre-commit hooks and normalize repo (#1333)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dhaval Patel
2026-08-12 09:49:11 +05:30
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent eeabc8b858
commit 5b03dc315e
87 changed files with 622 additions and 540 deletions
+2 -1
View File
@@ -38,9 +38,11 @@ and one per engine (e.g. `imagemagick`, `libreoffice`, `misc`, `pdf-renderer`, `
## Build & test
- Full local build with per-engine Docker images and integration setup:
```bash
mvn clean install -Plocal,docker-it-setup
```
- Base libraries only: `mvn clean install -Pbase`.
- A single engine locally, mirroring CI: `bash _ci/build.sh <buildProfile>` then
`bash _ci/test.sh <testProfile>` (see the matrix in `.github/workflows/ci.yml`).
@@ -69,4 +71,3 @@ A T-Engine is a Spring Boot app (`org.alfresco.transform.base.Application`):
- Root `pom.xml` for versions, profiles and module wiring.
- `README.md` for a high-level overview and artifact/Docker details.
- `docs/` for transform config, transformer selection, probes and the release process.
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
maven-args: -Dscopes=compile,runtime
maven-username: ${{ secrets.NEXUS_USERNAME }}
maven-password: ${{ secrets.NEXUS_PASSWORD }}
maven-settings-path: ".ci.settings.xml"
maven-settings-path: ".ci.settings.xml"