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>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
<headerFile>${basedir}/license-header.txt</headerFile>
|
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
@@ -515,7 +515,7 @@ under the License.
|
|||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
<headerFile>${basedir}/license-header.txt</headerFile>
|
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ under the License.
|
|||||||
<include>build.xml</include>
|
<include>build.xml</include>
|
||||||
<include>build-testing.xml</include>
|
<include>build-testing.xml</include>
|
||||||
<include>build.properties.sample</include>
|
<include>build.properties.sample</include>
|
||||||
<include>license-header.txt</include>
|
<include>checkstyle-header.txt</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|||||||
Reference in New Issue
Block a user