We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Try the right order.
git clone https://github.com/Alfresco/acs-community-packaging.git cd acs-community-packaging mvn clean install cd docker-alfresco
Sorry, something went wrong.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: