cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Java Client Maven dependecy missing?

odpas
Champ on-the-rise
Champ on-the-rise

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 2

douglascrp
World-Class Innovator
World-Class Innovator

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
Champ on-the-rise
Champ on-the-rise

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

Problem solved!

Thans!