cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Maven repo moved

trademak
Star Contributor
Star Contributor
Hi all,

The Activiti Maven repo has changed to:

maven.alfresco.com/nexus/content/groups/public

Let us know if you run into problems.

Thanks,
7 REPLIES 7

rogerofyan
Champ in-the-making
Champ in-the-making
Thanks for the remind, but I suggest update the page content of http://activiti.org/community.html so that it's easier for others to find this information.

trademak
Star Contributor
Star Contributor
I did change the community page, but doesn't seem to get pushed to our web server.
I'll see if I can fix this somehow.

Thanks,

heymjo
Champ on-the-rise
Champ on-the-rise
FYI there is still a reference to the old repo in engine/pom.xml (which BTW still seems to work)


  <repositories>
    <repository>
      <id>activiti</id>
      <name>Activiti</name>
      <url>http://maven.alfresco.com/nexus/content/repositories/activiti/</url>
    </repository>
  </repositories>

anshumanpurohit
Champ in-the-making
Champ in-the-making
I am not able to proxy to this repository via my internal nexus. Do you require a client certificate? If yes, will a self signed client certificate be sufficient?

Thanks,
Anshuman

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
We proxy to this from our internal nexus. No certificate or whatever needed…

anshumanpurohit
Champ in-the-making
Champ in-the-making
I am using http://maven.alfresco.com/nexus/content/groups/public/ as the Remote Storage Location. Nexus repository status stays as "Remote Automatically Blocked and Unavailable". I have expired cache, and Repaired Index but with no avail.

BTW, this url gets redirected to https counter part. I have tried with https in the Remote Storage Location as well.

Please help!

heshamsaleh
Champ in-the-making
Champ in-the-making
We also faced similar "Remote Automatically Blocked and Unavailable" trouble, yet using https instead got us working again (of course, don't forget to right click -> Allow Proxy) on the repository.