Skip to content

jooby:run maven plugin shouldn't fork to a new JVM #405

@jknack

Description

@jknack

A call to: mvn jooby:run launches two JVM

  1. one for maven
  2. one for the application

This isn't necessarily bad... but we should allow to run the application in 1 JVM (maven+app). Next release will provide a new fork parameter that allows to run a new JVM for the application.

By default fork will be set to false and reuse the JVM started by Maven.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions