6.2.2 SNAPSHOT missing

cancel
Showing results for 
Search instead for 
Did you mean: 
cranejimmy3
Active Member

6.2.2 SNAPSHOT missing

Jump to solution

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 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: 6.2.2 SNAPSHOT missing

Jump to solution

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

Hyland Developer Evangelist

View solution in original post

1 Reply
angelborroy
Alfresco Employee

Re: 6.2.2 SNAPSHOT missing

Jump to solution

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

Hyland Developer Evangelist