ACS-1372 Restructure AGS to avoid incompatible libraries (#434)

Streamline the ACS project builds so that it is quicker / safer to upgrade libraries
This commit is contained in:
Alan Davis
2021-05-06 17:37:51 +01:00
committed by GitHub
parent 45952e8e40
commit 1b2ae4632a
2077 changed files with 253276 additions and 270 deletions

View File

@@ -121,11 +121,11 @@ git clone git@github.com:Alfresco/acs-community-packaging.git
If you wish to build these projects from the command line, use the following commands.
~~~
cd alfresco-community-repo
mvn clean install -PcommunityDocker -DskipTests=true -Dversion.edition=Community
mvn clean install -Pbuild-docker-images -DskipTests=true -Dversion.edition=Community
cd ..
cd acs-community-packaging
mvn clean install -PcommunityDocker -Dmaven.javadoc.skip=true
mvn clean install -Pbuild-docker-images -Dmaven.javadoc.skip=true
cd ..
~~~
In Intellij IDEA, create a new project using the `work` directory as the source.