fix typo in r1125604
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1125820 13f79535-47bb-0310-9956-ffa450edef68master
parent
f88a58cecb
commit
723c6c03bf
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue