Skip to content

Commit c3f0bdc

Browse files
committed
This change waits for apache/maven#11505
Once the PR is merged (and a new version of Maven is published) we should be able to perform a simplified build wrt Maven resources.
1 parent 46fee74 commit c3f0bdc

File tree

1 file changed

+1
-33
lines changed
  • jigsaw-examples/example_resources/m4

1 file changed

+1
-33
lines changed

jigsaw-examples/example_resources/m4/pom.xml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<source>
2323
<module>modc</module>
2424
</source>
25-
<source>
25+
¡ <source>
2626
<module>modmain</module>
2727
</source>
2828
</sources>
@@ -38,38 +38,6 @@
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>

0 commit comments

Comments
 (0)