We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477e6c commit 5417a1cCopy full SHA for 5417a1c
maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java
@@ -187,7 +187,7 @@ public void execute()
187
{
188
if ( !packagingTypes.contains( project.getPackaging() ) )
189
190
- getLog().warn( "Unsupported packaging type " + project.getPackaging() + ", execution skipped" );
+ getLog().info( "Unsupported packaging type " + project.getPackaging() + ", execution skipped" );
191
return;
192
}
193
if ( skip )
0 commit comments