<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>
You're right, looks like the alfresco-nexus isn't responding anymore. I'll have someone from IT look into it.
Nexus is back available, enjoy ;)
Could you please post the repository-location?
Couldn't find anything in the User Guide.
Thanks in advance
Regards,
michael
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>