cancel
Showing results for 
Search instead for 
Did you mean: 

5.2 Maven Dependencies

walterjs
Champ in-the-making
Champ in-the-making
Any idea when these will be available? Currently activiti-engine has a few 0 byte files and activiti-spring has no 5.2 at all.

Thanks
Walter
7 REPLIES 7

frederikherema1
Star Contributor
Star Contributor
Thanks for reporting this. The artifacts will be uploaded tomorrow.

tombaeyens
Champ in-the-making
Champ in-the-making
done.  thanks for signalling this.

walterjs
Champ in-the-making
Champ in-the-making
Thanks. I've been trying to connect this morning, but the alfresco maven server seems to be down. Not sure what you can do about that, but I thought I'd flag it up in case.

frederikherema1
Star Contributor
Star Contributor
Walter,

You're right, looks like the alfresco-nexus isn't responding anymore. I'll have someone from IT look into it.

frederikherema1
Star Contributor
Star Contributor
Walter,

Nexus is back available, enjoy Smiley Wink

gant
Champ in-the-making
Champ in-the-making
Hi,

Could you please post the repository-location?

Couldn't find anything in the User Guide.

Thanks in advance

Regards,
michael

frederikherema1
Star Contributor
Star Contributor
Gant,

This is the URL:

http://maven.alfresco.com/nexus/content/repositories/activiti

For other repo's we use, you can check the pom.xml in activiti-project:

<repository>
      <id>alfresco</id>
      <url>http://maven.alfresco.com/nexus/content/groups/public</url>
    </repository>
    <repository>
        <id>Activiti third party</id>
        <url>http://maven.alfresco.com/nexus/content/repositories/activiti-thirdparty/</url>
     </repository>