mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
How to build dependencies
Binary migrated ones
cd jakarta-dependencies
mvn clean install
Internal components
surf-webscripts
git clone --single-branch --branch jakarta-migration git@github.com:Alfresco/surf-webscripts.git
cd surf-webscripts
mvn clean install
alfresco-greenmail
git clone --single-branch --branch jakarta-migration git@github.com:Alfresco/alfresco-greenmail.git
cd alfresco-greenmail
mvn clean install
alfresco-tas-email
git clone --single-branch --branch jakarta-migration git@github.com:Alfresco/alfresco-tas-email.git
cd alfresco-tas-email
mvn clean install
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