Skip to content

add ability to publish java based plugins #95

Open
@jsvd

Description

@jsvd

Currently jarvis executes a set of commands in order to publish a plugin:

  TASKS = { "bundle install" => ALWAYS_RUN,
            "bundle exec rake vendor" => ALWAYS_RUN,
            "bundle exec rake publish_gem" => ALWAYS_RUN }.freeze

However, for a java based plugin there are different commands that need to executed.

So the publish command needs to:

  1. detect if the plugin is ruby or java based
    a) If ruby => execute current set of tasks
    b) If java => execute new set of tasks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions