File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<parent >
190
191
<plugin >
191
192
<groupId >com.mycila</groupId >
192
193
<artifactId >license-maven-plugin</artifactId >
193
- <!-- This plugin is already configured in parent pom, however we want a configuration specific to this project -->
194
+ <!-- This plugin is already configured in parent pom, however we want a configuration specific to this project -->
194
195
<configuration >
195
- <includes >
196
- <include >src/*/java/**/*.java</include >
197
- <include >typeshed_serializer/serializer/**/*.py</include >
198
- <include >typeshed_serializer/runners/**/*.py</include >
199
- <include >typeshed_serializer/tests/**/*.py</include >
200
- </includes >
201
- <excludes >
202
- <exclude >typeshed_serializer/serializer/proto_out/**</exclude >
203
- <exclude >src/test/resources/**</exclude >
204
- </excludes >
196
+ <licenseSets >
197
+ <licenseSet >
198
+ <includes >
199
+ <include >src/*/java/**/*.java</include >
200
+ <include >typeshed_serializer/serializer/**/*.py</include >
201
+ <include >typeshed_serializer/runners/**/*.py</include >
202
+ <include >typeshed_serializer/tests/**/*.py</include >
203
+ </includes >
204
+ <excludes >
205
+ <exclude >typeshed_serializer/serializer/proto_out/**</exclude >
206
+ <exclude >src/test/resources/**</exclude >
207
+ </excludes >
208
+ </licenseSet >
209
+ </licenseSets >
205
210
</configuration >
206
211
</plugin >
207
212
</plugins >
You can’t perform that action at this time.
0 commit comments