Frequently Asked Questions

  1. What is the default execution phase for git-describe, svn-version, and exec-set-property?
  2. How do I set more than one property using exec-set-property?
What is the default execution phase for git-describe, svn-version, and exec-set-property?

These goals run in the initialize phase by default.


How do I set more than one property using exec-set-property?

The standard way to invoke a Maven plugin multiple times is to define multiple executions with different execution ID's.

See this page for more info.