Package org.twdata.maven.cli.commands

Examples of org.twdata.maven.cli.commands.ExecutePhaseCommand


    protected Command getSpecializedCliMojoCommand() {
        PhaseCallBuilder phaseCallBuilder =
                new PhaseCallBuilder(project, modules, userAliases, ignoreFailures);
        PhaseCallRunner runner = new PhaseCallRunner(session, project);

        return new ExecutePhaseCommand(userAliases.keySet(), modules.keySet(),
                phaseCallBuilder, runner, ignoreFailures);
    }
View Full Code Here

TOP

Related Classes of org.twdata.maven.cli.commands.ExecutePhaseCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.