mathieucarbou / license-maven-plugin

Manage license headers in your source files

Home Page:https://oss.carbou.me/license-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to see files which causes Some files do not have the expected license header error

yalamber opened this issue · comments

Hello,
I am trying to build one project using this plugin and got below error
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project ui-ngx: Some files do not have the expected license header
Is there any way we can see which files is missing license header.

does this do what you want?
mvn license:check |grep "Missing header in:"

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Duplicate of #122