Package org.apache.maven.cli

Examples of org.apache.maven.cli.MavenLoggerManager


        protected void configureContainer(final DefaultPlexusContainer c) throws Exception {
            assert c != null;

            c.setLookupRealm(null);
            c.setLoggerManager(new MavenLoggerManager(config.getLogger()));
            c.getLoggerManager().setThresholds(logger.getThreshold());

            // If there is a configuration delegate then call it
            if (config.getDelegate() != null) {
                config.getDelegate().configure(c);
View Full Code Here

TOP

Related Classes of org.apache.maven.cli.MavenLoggerManager

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.