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

mvn clean install on master branch is failing #195

Closed
maoo opened this issue Jul 25, 2014 · 1 comment
Closed

mvn clean install on master branch is failing #195

maoo opened this issue Jul 25, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@maoo
Copy link
Contributor

maoo commented Jul 25, 2014

Executed

git clone git@github.com:Alfresco/alfresco-sdk.git
cd alfresco-sdk
mvn clean install

Failed due to missing dependency alfresco-mmt-5.0.a-SNAPSHOT

After some investigation, we (thx to @ohej for the support) realised that the Alfresco default version is set to 5.0.a-SNAPSHOT and that those deps live in one Alfresco internal Maven Repository, hence not accessible.

Replacing all 5.0.a-SNAPSHOT with 5.0.a fixes the issue (and apparently, the use of 5.0.a-SNAPSHOT was a temporary fix anyway)

Ready to be pushed.

@maoo maoo added the bug label Jul 25, 2014
@maoo maoo added this to the Release-sdk-2.0.0 milestone Jul 25, 2014
@mindthegab
Copy link
Contributor

This is resolved, currently works with 5.0.a.

@mindthegab mindthegab modified the milestones: 2.0.0-beta-1, 2.0.0-beta-3 Sep 9, 2014
@mindthegab mindthegab modified the milestones: 2.0.0-beta-4, 2.0.0 Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants