Class Groups.ByPhase

  • Enclosing class:
    Groups

    public static class Groups.ByPhase
    extends Object
    • Constructor Detail

      • ByPhase

        public ByPhase()
    • Method Detail

      • of

        public static Multimap<String,​org.apache.maven.plugin.MojoExecution> of​(List<org.apache.maven.plugin.MojoExecution> plan)
      • of

        public static Multimap<String,​org.apache.maven.plugin.MojoExecution> of​(List<org.apache.maven.plugin.MojoExecution> executions,
                                                                                      String phaseFilter)
      • of

        public static Multimap<String,​org.apache.maven.plugin.MojoExecution> of​(List<org.apache.maven.plugin.MojoExecution> executions,
                                                                                      Groups.Options options)