Files
alfresco-community-repo/jakarta-dependencies

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