Hi everyone! I am a PhD student from Brazil trying to compile IOTA IRI in Java for Academic purpose. I'm currently over an issue while trying to compile de pom file in Java following the steps of https://github.com/iotaledger/iri. The log of the error is as follows:
[INFO]
[INFO] ----------------------------< com.iota:iri >----------------------------
[INFO] Building IRI 1.8.6
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from jitpack.io: https://jitpack.io/com/github/…APSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata com.github.iotaledger:java-md-doclet:master-SNAPSHOT/maven-metadata.xml from/to jitpack.io (https://jitpack.io): status code: 401, reason phrase: Unauthorized (401)
[WARNING] com.github.iotaledger:java-md-doclet:master-SNAPSHOT/maven-metadata.xml failed to transfer from https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of jitpack.io has elapsed or updates are forced. Original error: Could not transfer metadata com.github.iotaledger:java-md-doclet:master-SNAPSHOT/maven-metadata.xml from/to jitpack.io (https://jitpack.io): status code: 401, reason phrase: Unauthorized (401)
Downloading from jitpack.io: https://jitpack.io/com/github/…oclet-master-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.054 s
[INFO] Finished at: 2023-09-10T14:32:06-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project iri: Could not resolve dependencies for project com.iota:iri:jar:1.8.6: Failed to collect dependencies at com.github.iotaledger:java-md-doclet:jar:master-SNAPSHOT: Failed to read artifact descriptor for com.github.iotaledger:java-md-doclet:jar:master-SNAPSHOT: The following artifacts could not be resolved: com.github.iotaledger:java-md-doclet:pom:master-SNAPSHOT (absent): Could not transfer artifact com.github.iotaledger:java-md-doclet:pom:master-SNAPSHOT from/to jitpack.io (https://jitpack.io): status code: 401, reason phrase: Unauthorized (401)
Reading forums people facing similar issues, it seams that the repository is private.
Does anyone have the same issue and get any idea how can I fix it and compile the Java IRI file?
The solution to this issue it will be crucial for me to continue my research...