mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
How to build dependencies
cd jakarta-dependencies
./build-dependencies.sh
How to build the repo
#Use jakarta-migration branch
mvn clean package -DskipTests -Dmaven.javadoc.skip=true -Pags
With TAS tests compilation
mvn clean package -DskipTests -Dmaven.javadoc.skip=true -Pags -Pall-tas-tests
- requires TAS test framework migration (similar approach to the greenmail/webscripts )
- Search for
//JAKARTA_TO_DO|
in all repositories - Try running tests