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:
Brett Porter 2009-02-26 13:13:17 +00:00
parent dae19adb77
commit bfa9ba303e
1 changed files with 1 additions and 1 deletions

View File

@ -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;