Class Make

  • All Implemented Interfaces:
    Command

    public class Make
    extends AbstractCommand
    The Make command takes care of building the release artifacts. This class is not meant to be used in multi-threaded environments.
    • Constructor Detail

      • Make

        public Make​(State state,
                    Repository repository)
        Standard constructor.
        Parameters:
        state - the state reference
        repository - the repository reference
        Throws:
        NullPointerException - if a given argument is null