Package org.twdata.maven.cli.commands

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


        // do nothing
    }

    @Override
    protected Command getSpecializedCliMojoCommand() {
        return new ExecuteGoalCommand(project, session, getExecutionEnvironment(), commands);
    }
View Full Code Here

TOP

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

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.