fix typo in r1125604

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1125820 13f79535-47bb-0310-9956-ffa450edef68
master
Stephen Connolly 2011-05-21 21:18:44 +00:00
parent f88a58cecb
commit 723c6c03bf
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public abstract class AbstractGeneratorMojo
if ( project.getArtifactId().toLowerCase().startsWith( "maven-" ) if ( project.getArtifactId().toLowerCase().startsWith( "maven-" )
&& project.getArtifactId().toLowerCase().endsWith( "-plugin" ) && project.getArtifactId().toLowerCase().endsWith( "-plugin" )
&& !"org.apache.maven.plugin".equals( project.getGroupId() ) ) && !"org.apache.maven.plugins".equals( project.getGroupId() ) )
{ {
getLog().error( "\n\nArtifact Ids of the format maven-___-plugin are reserved for \n" getLog().error( "\n\nArtifact Ids of the format maven-___-plugin are reserved for \n"
+ "plugins in the Group Id org.apache.maven.plugins\n" + "plugins in the Group Id org.apache.maven.plugins\n"