File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136 <artifactId >maven-resources-plugin</artifactId >
137137 <executions >
138138 <execution >
139- <id >default-resources </id >
139+ <id >filter-extension-metadata </id >
140140 <phase >process-resources</phase >
141141 <goals >
142- <goal >resources</goal >
142+ <goal >copy- resources</goal >
143143 </goals >
144144 <configuration >
145+ <outputDirectory >${project.build.outputDirectory} </outputDirectory >
145146 <resources >
146- <resource >
147- <directory >${project.basedir} /src/main/resources</directory >
148- <filtering >false</filtering >
149- <excludes >
150- <exclude >META-INF/quarkus-extension.yaml</exclude >
151- </excludes >
152- </resource >
153- <!-- Filter quarkus-extension.yaml separately to replace version placeholders -->
154147 <resource >
155148 <directory >${project.basedir} /src/main/resources</directory >
156149 <filtering >true</filtering >
159152 </includes >
160153 </resource >
161154 </resources >
155+ <overwrite >true</overwrite >
162156 </configuration >
163157 </execution >
164158 <execution >
You can’t perform that action at this time.
0 commit comments