Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2.2 SNAPSHOT missing #868

Open
Jimmyjim123 opened this issue Jun 22, 2020 · 1 comment
Open

6.2.2 SNAPSHOT missing #868

Jimmyjim123 opened this issue Jun 22, 2020 · 1 comment

Comments

@Jimmyjim123
Copy link

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.

@aborroy
Copy link
Contributor

aborroy commented Jun 26, 2020

Try the right order.

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

       cd acs-community-packaging

       mvn clean install

       cd docker-alfresco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants