File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed
jigsaw-examples/example_resources/m4 Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 2222 <source >
2323 <module >modc</module >
2424 </source >
25- <source >
25+ ¡ <source >
2626 <module >modmain</module >
2727 </source >
2828 </sources >
3838 <groupId >org.apache.maven.plugins</groupId >
3939 <artifactId >maven-resources-plugin</artifactId >
4040 <version >3.3.1</version >
41- <executions >
42- <execution >
43- <id >copy-modb-resources</id >
44- <phase >process-resources</phase >
45- <goals >
46- <goal >copy-resources</goal >
47- </goals >
48- <configuration >
49- <outputDirectory >${project.build.directory} /classes/modb</outputDirectory >
50- <resources >
51- <resource >
52- <directory >src/modb/main/resources</directory >
53- </resource >
54- </resources >
55- </configuration >
56- </execution >
57- <execution >
58- <id >copy-modc-resources</id >
59- <phase >process-resources</phase >
60- <goals >
61- <goal >copy-resources</goal >
62- </goals >
63- <configuration >
64- <outputDirectory >${project.build.directory} /classes/modc</outputDirectory >
65- <resources >
66- <resource >
67- <directory >src/modc/main/resources</directory >
68- </resource >
69- </resources >
70- </configuration >
71- </execution >
72- </executions >
7341 </plugin >
7442 <plugin >
7543 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments