Hi,
i need to connect Jira software with Solman.
In web i found some plugin that looks like fit best to us:
https://github.com/SAP/solman-fb-jira-addon
i tried to compile but i get this error on
[ERROR] Failed to execute goal on project jiraintegration: Could not resolve dependencies for project com.sap.mango:jiraintegration:jar:2.1.0: Failure to find jta:jta:jar:1.0.1 in https://maven.atlassian.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of atlassian-public has elapsed or updates are forced
Link returns:
{
"errors" : [ {
"status" : 404,
"message" : "Not Found"
} ]
}
I found another valid repository link is used now (https://packages.atlassian.com/content/repositories/atlassian-public/), but i didn't found jiraintegration in it or anywhere on web.
Hello Konstantin,
due to licensing restrictions, JTA can't be distributed from Atlassian's public Maven repository.
Search here for JTA: https://developer.atlassian.com/server/jira/platform/building-jira-from-source/
You have to download it manually and install it into the local maven repository:
Example:
mvn install:install-file -DgroupId=jta -DartifactId=jta -Dversion=1.0.1 -Dpackaging=jar -Dfile=jta-1_0_1B-classes.jar
Kind Regards,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.