mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
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:
co-authored by
Copilot Autofix powered by AI
parent
eeabc8b858
commit
5b03dc315e
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user