I removed the pagure api from pagure-scm and added it as a maven dependency instead.
Right now to work with it you need to do following:
1. You need to clone pagure-java-client git clone ssh://git@pagure.io/pagure-java-client.git
2. You need to build maven artifact mvn package
3. Install file to local maven repository mvn install:install-file -Dfile=target/pagure-api-1.0-SNAPSHOT.jar
The pagure-scm project will now successfully resolve the dependency.
I removed the pagure api from pagure-scm and added it as a maven dependency instead.
Right now to work with it you need to do following:
1. You need to clone pagure-java-client
git clone ssh://git@pagure.io/pagure-java-client.git2. You need to build maven artifact
mvn package3. Install file to local maven repository
mvn install:install-file -Dfile=target/pagure-api-1.0-SNAPSHOT.jarThe pagure-scm project will now successfully resolve the dependency.