File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
netty-reactive-streams-http Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 4040
4141 <build >
4242 <plugins >
43+ <plugin >
44+ <artifactId >maven-resources-plugin</artifactId >
45+ <version >3.3.0</version >
46+ <executions >
47+ <execution >
48+ <id >copy-resources</id >
49+ <phase >validate</phase >
50+ <goals >
51+ <goal >copy-resources</goal >
52+ </goals >
53+ <configuration >
54+ <outputDirectory >${project.build.resources[0].directory} /META-INF</outputDirectory >
55+ <resources >
56+ <resource >
57+ <directory >../</directory >
58+ <filtering >true</filtering >
59+ <includes >
60+ <include >README.md</include >
61+ <include >LICENSE</include >
62+ </includes >
63+ </resource >
64+ </resources >
65+ </configuration >
66+ </execution >
67+ </executions >
68+ </plugin >
4369 <plugin >
4470 <groupId >org.apache.maven.plugins</groupId >
4571 <artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 3434
3535 <build >
3636 <plugins >
37+ <plugin >
38+ <artifactId >maven-resources-plugin</artifactId >
39+ <version >3.3.0</version >
40+ <executions >
41+ <execution >
42+ <id >copy-resources</id >
43+ <phase >validate</phase >
44+ <goals >
45+ <goal >copy-resources</goal >
46+ </goals >
47+ <configuration >
48+ <outputDirectory >${project.build.resources[0].directory} /META-INF</outputDirectory >
49+ <resources >
50+ <resource >
51+ <directory >../</directory >
52+ <filtering >true</filtering >
53+ <includes >
54+ <include >README.md</include >
55+ <include >LICENSE</include >
56+ </includes >
57+ </resource >
58+ </resources >
59+ </configuration >
60+ </execution >
61+ </executions >
62+ </plugin >
3763 <plugin >
3864 <groupId >org.apache.maven.plugins</groupId >
3965 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments