#2 Use pagure api as dependency
Merged by bstinson. Opened by zlopez.
cico-tools/ zlopez/pagure-scm pagure_api  into  master

Download 2.patch

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.

Pull-Request has been merged by bstinson

Metadata