fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1343068 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-27 17:30:32 +00:00
parent dcd8debb6d
commit 4229553d33
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class PluginDescriptorGenerator
File f = new File( destinationDirectory, "plugin.xml" );
writeDescriptor( f, request, false );
// write plugin-description.xml help-descriptor
// write plugin-help.xml help-descriptor
MavenProject mavenProject = request.getProject();
String pluginHelpFilePath =
"META-INF/maven/" + mavenProject.getGroupId() + "/" + mavenProject.getArtifactId()