fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1343068 13f79535-47bb-0310-9956-ffa450edef68master
parent
dcd8debb6d
commit
4229553d33
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue