cancel
Showing results for 
Search instead for 
Did you mean: 

Could not parse POM aoservices-2.12.7.2.pom

franciscoduarte
Champ in-the-making
Champ in-the-making

Hi,

I'm upgrading APS from 1.10.0 to 1.11.4.

When gradle starts fetching the dependencies I'm getting this error:

> Could not resolve org.alfresco.officeservices:aoservices:2.12.7.2.
    > Could not parse POM https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases/org/alfresco/...

This is a repository with authentication and my credentials are correct.

This is my gradle file:

allprojects {
repositories {
maven {
credentials {
username "username"
password "password"
}
url 'https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases/'

}
mavenCentral()
maven {
url 'https://artifacts.alfresco.com/nexus/content/repositories/public/'
}
maven {
url 'https://artifact.aspose.com/repo/'
}
maven {
url('https://artifactory.local.com/artifactory/libs-snapshot')
metadataSources {
artifact()
}
}
mavenLocal()
}
}

Can someone help?

2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator

Have you tried to manage your extensions using APS SDK?

The project will take care about dependencies for you and you only need to work on your extensions:

https://github.com/OpenPj/alfresco-process-services-project-sdk

Hope this helps Smiley Wink

openpj
Elite Collaborator
Elite Collaborator

Have you solved your issue?

It seems that the Maven dependency is correctly exposed.