File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 113
113
<artifactId >versions-maven-plugin</artifactId >
114
114
<version >${versions.maven.plugin.version} </version >
115
115
</plugin >
116
+ <plugin >
117
+ <groupId >org.apache.maven.plugins</groupId >
118
+ <artifactId >maven-antrun-plugin</artifactId >
119
+ <version >3.1.0</version >
120
+ </plugin >
116
121
117
122
<!-- FOR RENOVATE -->
118
123
<plugin >
179
184
</execution >
180
185
</executions >
181
186
</plugin >
187
+ <plugin >
188
+ <groupId >org.apache.maven.plugins</groupId >
189
+ <artifactId >maven-antrun-plugin</artifactId >
190
+ <executions >
191
+ <execution >
192
+ <phase >process-test-resources</phase >
193
+ <goals >
194
+ <goal >run</goal >
195
+ </goals >
196
+ <configuration >
197
+ <target >
198
+ <copy file =" ${project.basedir}/src/test/resources/projects/it-java11/reference/.gitignore" tofile =" ${project.build.testOutputDirectory}/projects/it-java11/reference/.gitignore" />
199
+ <copy file =" ${project.basedir}/src/test/resources/projects/it-java17/reference/.gitignore" tofile =" ${project.build.testOutputDirectory}/projects/it-java17/reference/.gitignore" />
200
+ <copy file =" ${project.basedir}/src/test/resources/projects/it-java21/reference/.gitignore" tofile =" ${project.build.testOutputDirectory}/projects/it-java21/reference/.gitignore" />
201
+ </target >
202
+ </configuration >
203
+ </execution >
204
+ </executions >
205
+ </plugin >
206
+
182
207
<plugin >
183
208
<groupId >org.sonatype.plugins</groupId >
184
209
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments