Class LifecycleStarter


  • @Component(role=LifecycleStarter.class)
    public class LifecycleStarter
    extends java.lang.Object
    Starts the build life cycle
    Author:
    Jason van Zyl, Benjamin Bentmann, Kristian Rosenvold
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(MavenSession session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LifecycleStarter

        public LifecycleStarter()
    • Method Detail