Uploaded image for project: 'Maven Help Plugin'
  1. Maven Help Plugin
  2. MPH-34

Add a new help goal that describes the current lifecycle bindings

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      There should be a goal that examines the current POM's lifecycle and prints out a list of phases and lifecycle bindings. In full mode it should print out a list of every phase regardless of whether it has a lifecycle binding; in medium/default mode it should just print out phases that have bindings. It could look something like this:

      * process-resources 
        resources:resources
      * compile 
        compiler:compile
      * process-test-resources 
        resources:testResource
      * test-compile 
        compiler:testCompile
        mygroup:myartifact:1.0.1:foo
      * test 
        surefire:test
      * package 
        jar:jar
      * install 
        install:install
      * deploy 
        deploy:deploy
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dfabulich Daniel Fabulich
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: