Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The evidence presented so far is rather circumstantial. I've done some research of my own, so it's best I share it here. The below are either more of the same "it's not possible", or the building blocks for alternatives.</p> <p><a href="http://portals.apache.org/jetspeed-2/buildguide/the-need-for-a-custom-lifecycle.html" rel="nofollow noreferrer">jetspeed:mvn plugin</a> --- run a specified sequence of plugins; the configuration to run can be varied via a system property; IDE integration concerns</p> <hr> <p><a href="https://stackoverflow.com/questions/1427740/how-do-i-execute-a-set-of-goals-before-my-maven-plugin-runs/1427783#1427783">Executing goals before plugin runs (StackOverflow)</a> --- same question answered in the context of a custom Mojo</p> <hr> <p><a href="https://stackoverflow.com/questions/6557575/writing-a-maven-plugin-mojo-how-do-you-make-a-goal-force-the-execution-of-other?lq=1">Make Mojo run other goals (StackOverflow)</a> --- again, from the context of a custom Mojo</p> <hr> <p><a href="http://maven.apache.org/guides/mini/guide-default-execution-ids.html" rel="nofollow noreferrer">Configuring default Mojo executions</a> --- Maven page describing how Mojos run - more circumstantial evidence</p> <hr> <p><a href="https://stackoverflow.com/questions/3934833/maven-mojo-plugin-how-to-define-phases-that-must-be-triggered-before-this-goal">Triggering phases before goal execution (StackOverflow)</a> --- roundabout solution to my problem, unfortunately answered in the negative</p> <hr> <p><strong>INTERESTING</strong>: <a href="http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html" rel="nofollow noreferrer">Guide to Ant plugin development</a> --- appealing to me, because, while it requires writing a custom plugin, it's all Ant + Maven configuration, no code to compile; presumably a lower barrier to entry</p> <hr> <p><a href="http://books.sonatype.com/mvnref-book/reference/writing-plugins-sect-plugins-lifecycle.html" rel="nofollow noreferrer">Creating a parallel lifecycle</a> --- appealing approach, because I could fully control the contents of the lifecycle to where it would use Gitflow verbs; unclear how IDEs would integrate this; learning curve and adoption barrier concerns exist</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload