File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 145145 <artifactId >license-maven-plugin</artifactId >
146146 <version >${license-maven-plugin.version} </version >
147147 <configuration >
148- <header >${project.basedir} /src/main/resources/license.header</header >
148+ <licenseSets >
149+ <licenseSet >
150+ <header >${project.basedir} /src/main/resources/license.header</header >
151+ <includes >
152+ <include >**/*.java</include >
153+ <include >**/*.xml</include >
154+ </includes >
155+ </licenseSet >
156+ </licenseSets >
149157 <strictCheck >true</strictCheck >
150158 <headerDefinitions >
151159 <headerDefinition >${project.basedir} /src/main/resources/java-header-style.xml</headerDefinition >
155163 <java >JAVA_CLASS_STYLE</java >
156164 <xml >XML_FILE_STYLE</xml >
157165 </mapping >
158- <includes >
159- <include >**/*.java</include >
160- <include >**/*.xml</include >
161- </includes >
162166 </configuration >
163167 <executions >
164168 <execution >
You can’t perform that action at this time.
0 commit comments