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

Alfred API tests and docker unavailable for external contributors #20

Open
rschev opened this issue Dec 4, 2019 · 0 comments
Open

Alfred API tests and docker unavailable for external contributors #20

rschev opened this issue Dec 4, 2019 · 0 comments

Comments

@rschev
Copy link
Member

rschev commented Dec 4, 2019

External contributors cannot use the docker tasks (and the integration test tasks, which depend on the docker tasks), because the apix-docker/*/build.gradle contains several mentions of org.alfresco:alfresco-enterprise in the baseAlfrescoWar. This is only available on Alfresco's private nexus.

Even external contributors that have access to the private nexus won't be able to build it because the need for this repository isn't declared anywhere. Likely the build only works on our machines because of the global configuration in $HOME/.gradle/init.gradle.

Looking more towards the future, I'd like to see our integration tests still run on enterprise by default, but have the option of spinning up a community-based docker container easily (e.g. with a commandline flag).

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

1 participant