This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
examples/src/main/resources
test/resources/projects/basic/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ script:
5050 # Verify that the project can be built and installed.
5151 - mvn install
5252 # Verify that starter and examples archetypes have the correct version of the NOTICE file.
53- - diff -q NOTICE maven-archetypes/starter/src/main/resources/archetype-resources/ NOTICE
54- - diff -q NOTICE maven-archetypes/examples/src/main/resources/archetype-resources/ NOTICE
53+ - diff -q NOTICE maven-archetypes/starter/src/main/resources/NOTICE
54+ - diff -q NOTICE maven-archetypes/examples/src/main/resources/NOTICE
Original file line number Diff line number Diff line change 4040 <include >**/*.java</include >
4141 </includes >
4242 </fileSet >
43-
44- <fileSet filtered =" false" packaged =" false" encoding =" UTF-8" >
45- <directory ></directory >
46- <includes >
47- <include >NOTICE</include >
48- </includes >
49- </fileSet >
5043 </fileSets >
5144</archetype-descriptor >
File renamed without changes.
Original file line number Diff line number Diff line change 3232 <include >**/*.java</include >
3333 </includes >
3434 </fileSet >
35-
36- <fileSet filtered =" false" packaged =" false" encoding =" UTF-8" >
37- <directory ></directory >
38- <includes >
39- <include >NOTICE</include >
40- </includes >
41- </fileSet >
4235 </fileSets >
4336</archetype-descriptor >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments