-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, I'm trying to use Reneri, but I have some problems.
I created a simple Java project, then I executed Descartes, generating the report in different formats (JSON, METHODS, and ISSUES). The report files are in the target/pit-reports folder of the project.
Then, I tried to run Reneri with the commands described in the README, but I got the following error:
Error resolving version for plugin 'eu.stamp-project:reneri' from the repositories [local (/home/davide/.m2/repository), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository ->
If I understood right, I can directly run the plugin without changing anything in the pom.xml file associated with the project that I want to analyze.
I also tried to clone and compile directly descartes-reneri to get the JAR, but I got the following error:
[ERROR] Failed to execute goal on project reneri: Could not resolve dependencies for project eu.stamp-project:reneri:maven-plugin:1.0-EXPERIMENTS:
Failed to collect dependencies at org.mapdb:mapdb:jar:3.0.7 -> org.eclipse.collections:eclipse-collections-api:jar:8.1.0-SNAPSHOT:
Failed to read artifact descriptor for org.eclipse.collections:eclipse-collections-api:jar:8.1.0-SNAPSHOT:
Could not transfer artifact org.eclipse.collections:eclipse-collections-api:pom:8.1.0-SNAPSHOT from/to inria (http://maven.inria.fr/artifactory/triskell-public-release):
Failed to transfer file: http://maven.inria.fr/artifactory/triskell-public-release/org/eclipse/collections/eclipse-collections-api/8.1.0-SNAPSHOT/eclipse-collections-api-8.1.0-SNAPSHOT.pom. Return code is: 409 , ReasonPhrase:Conflict. -> [Help 1]
I tried to use Reneri with these environments:
- Ubuntu 18.04, Java 1.8.0_231, Apache Maven 3.6.0;
- macOS 10.15.3, Java 1.8.0_221, Apache Maven 3.6.2.
Could you please tell me if I'm doing something wrong or if the problem is another one? Thank you!