Skip to content

Commit

Permalink
remove checkstyle.header.template
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Nov 15, 2024
1 parent e63e164 commit 571eab2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
28 changes: 0 additions & 28 deletions packages/dashbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,30 +116,6 @@
<version.antrun.plugin>1.8</version.antrun.plugin>
<version.exec-maven-plugin>3.0.0</version.exec-maven-plugin>
<version.org.maven.dependency.plugin>3.1.2</version.org.maven.dependency.plugin>
<checkstyle.header.extensions>java</checkstyle.header.extensions>
<checkstyle.header.template
><![CDATA[
^\/\*$\n^
\* Licensed to the Apache Software Foundation \(ASF\) under one$\n^
\* or more contributor license agreements\. See the NOTICE file$\n^
\* distributed with this work for additional information$\n^
\* regarding copyright ownership\. The ASF licenses this file$\n^
\* to you under the Apache License, Version 2\.0 \(the$\n^
\* &quot;License&quot;\); you may not use this file except in compliance$\n^
\* with the License\. You may obtain a copy of the License at$\n^
\*$\n^
\* http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0$\n^
\*$\n^
\* Unless required by applicable law or agreed to in writing,$\n^
\* software distributed under the License is distributed on an$\n^
\* &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY$\n^
\* KIND, either express or implied\. See the License for the$\n^
\* specific language governing permissions and limitations$\n^
\* under the License\.$\n^
\*\/$
]]>
</checkstyle.header.template>

<!-- Properties from DROOLS-WB parent POM -->
<!-- TODO: Enable these flags after fixing all checkstyle issues -->
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
Expand Down Expand Up @@ -1191,10 +1167,6 @@
</module>
<module name="EqualsHashCode" />
</module>
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
</module>
</checkstyleRules>
<outputFile>${project.build.directory}/checkstyle.log</outputFile>
Expand Down
27 changes: 0 additions & 27 deletions packages/serverless-workflow-diagram-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,6 @@
<!-- Properties from KIE-WB-COMMON parent POM -->

<spotbugs.failOnViolation>true</spotbugs.failOnViolation>
<checkstyle.header.template
><![CDATA[
^\/\*$\n^
\* Licensed to the Apache Software Foundation \(ASF\) under one$\n^
\* or more contributor license agreements\. See the NOTICE file$\n^
\* distributed with this work for additional information$\n^
\* regarding copyright ownership\. The ASF licenses this file$\n^
\* to you under the Apache License, Version 2\.0 \(the$\n^
\* &quot;License&quot;\); you may not use this file except in compliance$\n^
\* with the License\. You may obtain a copy of the License at$\n^
\*$\n^
\* http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0$\n^
\*$\n^
\* Unless required by applicable law or agreed to in writing,$\n^
\* software distributed under the License is distributed on an$\n^
\* &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY$\n^
\* KIND, either express or implied\. See the License for the$\n^
\* specific language governing permissions and limitations$\n^
\* under the License\.$\n^
\*\/$
]]>
</checkstyle.header.template>

<!-- Properties from DROOLS-WB parent POM -->
<!-- TODO: Enable these flags after fixing all checkstyle issues -->
Expand All @@ -177,7 +155,6 @@
<!--suppress UnresolvedMavenProperty -->
<project.root.dir>${maven.multiModuleProjectDirectory}</project.root.dir>
<jacoco.exec.file>${project.root.dir}/target/jacoco.exec</jacoco.exec.file>
<checkstyle.header.extensions>java</checkstyle.header.extensions>

<!-- Maven Plugins -->
<version.antrun.plugin>1.8</version.antrun.plugin>
Expand Down Expand Up @@ -807,10 +784,6 @@
</module>
<module name="EqualsHashCode" />
</module>
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
</module>
</checkstyleRules>
<outputFile>${project.build.directory}/checkstyle.log</outputFile>
Expand Down
27 changes: 0 additions & 27 deletions packages/stunner-editors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,28 +162,6 @@
<!-- Properties from KIE-WB-COMMON parent POM -->

<spotbugs.failOnViolation>true</spotbugs.failOnViolation>
<checkstyle.header.template
><![CDATA[
^\/\*$\n^
\* Licensed to the Apache Software Foundation \(ASF\) under one$\n^
\* or more contributor license agreements\. See the NOTICE file$\n^
\* distributed with this work for additional information$\n^
\* regarding copyright ownership\. The ASF licenses this file$\n^
\* to you under the Apache License, Version 2\.0 \(the$\n^
\* &quot;License&quot;\); you may not use this file except in compliance$\n^
\* with the License\. You may obtain a copy of the License at$\n^
\*$\n^
\* http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0$\n^
\*$\n^
\* Unless required by applicable law or agreed to in writing,$\n^
\* software distributed under the License is distributed on an$\n^
\* &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY$\n^
\* KIND, either express or implied\. See the License for the$\n^
\* specific language governing permissions and limitations$\n^
\* under the License\.$\n^
\*\/$
]]>
</checkstyle.header.template>

<!-- Properties from DROOLS-WB parent POM -->
<!-- TODO: Enable these flags after fixing all checkstyle issues -->
Expand All @@ -204,7 +182,6 @@
<!--suppress UnresolvedMavenProperty -->
<project.root.dir>${maven.multiModuleProjectDirectory}</project.root.dir>
<jacoco.exec.file>${project.root.dir}/target/jacoco.exec</jacoco.exec.file>
<checkstyle.header.extensions>java</checkstyle.header.extensions>

<!-- Maven Plugins -->
<version.antrun.plugin>1.8</version.antrun.plugin>
Expand Down Expand Up @@ -920,10 +897,6 @@
</module>
<module name="EqualsHashCode" />
</module>
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
</module>
</checkstyleRules>
<outputFile>${project.build.directory}/checkstyle.log</outputFile>
Expand Down

0 comments on commit 571eab2

Please sign in to comment.