mirror of https://github.com/apache/maven.git
fix quoting
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@748130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dae19adb77
commit
bfa9ba303e
|
@ -64,7 +64,7 @@ public class ConfigMojo
|
|||
/**
|
||||
* The path to the properties file into which to save the mojo configuration.
|
||||
*
|
||||
* @parameter expression="${config.propertiesFile}
|
||||
* @parameter expression="${config.propertiesFile}"
|
||||
*/
|
||||
private File propertiesFile;
|
||||
|
||||
|
|
Loading…
Reference in New Issue