Search code examples
maven-2maven-plugin

Where is the documentation on all built-in Maven expressions?


When building a Maven plugin, where can I find documentation for the built-in expressions that can be used for @parameter expression="${...}" constructs?


Solution

  • There is the Maven Properties Guide. Check also the chapter 9.2. Maven Properties of Maven: The Complete Reference.