cancel
Showing results for 
Search instead for 
Did you mean: 

6.2.2 SNAPSHOT missing

cranejimmy3
Champ on-the-rise
Champ on-the-rise

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.

 
 
 
 
 
 
1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

You need to run "mvn clean install" from the project root folder.

Hyland Developer Evangelist

View answer in original post

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

You need to run "mvn clean install" from the project root folder.

Hyland Developer Evangelist