Skip to content

Pro Plugin Development #10

@sormuras

Description

@sormuras

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions