Examples of LifecycleMappingConfiguration


Examples of org.eclipse.m2e.core.internal.project.LifecycleMappingConfiguration

  @Override
  public void mavenProjectChanged(MavenProjectChangedEvent event, IProgressMonitor monitor) throws CoreException {
    IMavenProjectFacade facade = event.getMavenProject();
    if (facade != null) {
      LifecycleMappingConfiguration oldConfiguration = LifecycleMappingConfiguration.restore(facade, monitor);
      if (oldConfiguration != null
          && LifecycleMappingFactory.isLifecycleMappingChanged(facade, oldConfiguration, monitor)) {
        updateProjectConfiguration(facade.getProject());
      }
    }
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.