acs-community-packaging icon indicating copy to clipboard operation
acs-community-packaging copied to clipboard

6.2.2 SNAPSHOT missing

Open Jimmyjim123 opened this issue 4 years ago • 1 comments

Hello,

I'm new to Alfresco and I was following the guide at https://github.com/Alfresco/acs-community-packaging

The operating system I'm using is Ubuntu 16.04, I have Apache Maven 3.6.3 and Java 8.

All I did was:

       git clone https://github.com/Alfresco/acs-community-packaging.git

       cd acs-community-packaging

       cd docker-alfresco

       mvn clean install

After running those commands, I run into the error " Failure to find org.alfresco:content-services-community:war:6.2.2-SNAPSHOT".

Any idea on how to fix this? I didn't modify the pom.xml file.

Thanks.

Jimmyjim123 avatar Jun 22 '20 19:06 Jimmyjim123

Try the right order.

      git clone https://github.com/Alfresco/acs-community-packaging.git

       cd acs-community-packaging

       mvn clean install

       cd docker-alfresco

aborroy avatar Jun 26 '20 08:06 aborroy