-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I would like to contribute the following two plugins:
- JUnit-Platform-Console-Standalone-Plugin
- Google-Java-Format-Plugin
Both underlying tools are packaged as executable JARs, which can be call via the command line. That's why I think a more general and configurable Download-Dependencies-And-Execute-Plugin would be more useful and be used by other external tools as well. Like checkstyle, coverage, etc.
An usage outline could read like:
set("junit.dependencies", list("junit-platform-console-standalone:1.0.0-SNAPSHOT"))
...
run(... "compiler", "packager", "Download-Dependencies-And-Execute-Plugin(junit)")
Do you think it is worth the effort? Currently, I'm using wget/java commands in the .travis.yml build script.
Metadata
Metadata
Assignees
Labels
No labels