license-* files confuse GH license detection
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -465,7 +465,7 @@ under the License.
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
<headerFile>${basedir}/license-header.txt</headerFile>
|
||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -515,7 +515,7 @@ under the License.
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
<headerFile>${basedir}/license-header.txt</headerFile>
|
||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
@@ -39,7 +39,7 @@ under the License.
|
||||
<include>build.xml</include>
|
||||
<include>build-testing.xml</include>
|
||||
<include>build.properties.sample</include>
|
||||
<include>license-header.txt</include>
|
||||
<include>checkstyle-header.txt</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
|
||||
Reference in New Issue
Block a user