INRIA / INRIA/spoon

Add support for the Gradle build scan using the Maven extension

Open
#4,269 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2k
Forks
392
Avg merge
11h 24m
Merged PRs (30d)
36

Description

The [Gradle Build Scan](https://scans.gradle.com/#maven) is a free service that provides useful insights regarding the project build (e.g., dependencies, plugins, tasks performance, tests, infrastructure used, etc.)
Once configured, the information is accessible via a randomly generated link, printed in the logs at the end of the build.
This information can be valuable for the community to better understand how Spoon is build.
For example, here's a view of the service after executing `mvn compile` on Spoon:

![image](https://user-images.githubusercontent.com/13948717/140495220-3e82547f-60af-4910-8e43-1f2721fdc088.png)

This service can be easily configured & integrated as part of the Spoon build using the official [Maven Extension](https://docs.gradle.com/enterprise/maven-extension/#build_scans_captured_information).

My question is the following: **Is this valuable for the Spoon project?**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.