Alfresco Java Client Maven dependecy missing?

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

Alfresco Java Client Maven dependecy missing?

I was working with Alfresco Java Client API from alfresco-client-sdk/client-java/alfresco-java-client at master · Alfresco/alfresco-client-sdk · GitH... 

I had to clean my local maven repository, and when I tried to download it again, the maven dependency was missing:

<dependency>   <groupId>org.alfresco.client</groupId>   <artifactId>alfresco-java-client</artifactId>   <version>1.0.0-beta1</version> </dependency>

I can't find it anymore in Maven Repository  which is a problem for me because all my current project was based on that API. I know it was a beta, but it worked great.

Is something temporal? Any suggestions? 

2 Replies
douglascrp
Advanced II

Re: Alfresco Java Client Maven dependecy missing?

How about downloading the project's source code and using maven to package and install it locally for you?

alfresco-client-sdk/client-java/alfresco-java-client at master · Alfresco/alfresco-client-sdk · GitH... 

I tried to find the artifacts online for you, but I could not find any one.

odpas
Active Member

Re: Alfresco Java Client Maven dependecy missing?

Yes, thats what I thought just after write this post.

Problem solved!

Thans!