file
Sets the path to POM file that Maven will execute. This path can be defined relative to the path in the current scope context at ScopeContext.path, but also as an absolute path.
If no path is specified using the file function, the Maven execution will be executed with its default behavior when not specifying a file with -f
within the directory in the scope context at ScopeContext.path.
Using the function multiple times will overwrite previous the value set by this function.
Parameters
value
The path to the POM file.