Examples of ILifecycleMapping


Examples of org.eclipse.m2e.core.project.configurator.ILifecycleMapping

        assertTrue( new File( basedir, pomName ).exists() );

        IMavenProjectFacade facade = importMavenProject( basedir, pomName );
        assertNotNull( facade );
        WorkspaceHelpers.assertNoErrors( facade.getProject() );
        ILifecycleMapping lifecycleMapping = projectConfigurationManager.getLifecycleMapping( facade );

        assertNotNull( "Expected not null lifecycleMapping", lifecycleMapping );
        assertTrue( lifecycleMapping.getClass().getName(), lifecycleMapping instanceof TychoLifecycleMapping );

        return facade;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.