File tree 1 file changed +28
-32
lines changed
1 file changed +28
-32
lines changed Original file line number Diff line number Diff line change 106
106
<autoReleaseAfterClose >true</autoReleaseAfterClose >
107
107
</configuration >
108
108
</plugin >
109
+
110
+ <plugin >
111
+ <groupId >org.apache.maven.plugins</groupId >
112
+ <artifactId >maven-resources-plugin</artifactId >
113
+ <version >3.0.1</version >
114
+ <executions >
115
+ <execution >
116
+ <id >readme-maven-dep-image-gen</id >
117
+ <phase >process-resources</phase >
118
+ <goals >
119
+ <goal >copy-resources</goal >
120
+ </goals >
121
+ <configuration >
122
+ <outputDirectory >${project.basedir} /.github/assets/images</outputDirectory >
123
+ <resources >
124
+ <resource >
125
+ <directory >${project.basedir} /.github/assets/templates</directory >
126
+ <includes >
127
+ <include >mvn-dep-coordinates.svg</include >
128
+ </includes >
129
+ <filtering >true</filtering >
130
+ </resource >
131
+ </resources >
132
+ <encoding >UTF-8</encoding >
133
+ </configuration >
134
+ </execution >
135
+ </executions >
136
+ </plugin >
109
137
</plugins >
110
138
</build >
111
139
</profile >
165
193
</dependencies >
166
194
</dependencyManagement >
167
195
168
- <build >
169
- <plugins >
170
- <plugin >
171
- <groupId >org.apache.maven.plugins</groupId >
172
- <artifactId >maven-resources-plugin</artifactId >
173
- <version >3.0.1</version >
174
- <executions >
175
- <execution >
176
- <id >readme-maven-dep-image-gen</id >
177
- <phase >process-resources</phase >
178
- <goals >
179
- <goal >copy-resources</goal >
180
- </goals >
181
- <configuration >
182
- <outputDirectory >${project.basedir} /.github/assets/images</outputDirectory >
183
- <resources >
184
- <resource >
185
- <directory >${project.basedir} /.github/assets/templates</directory >
186
- <includes >
187
- <include >mvn-dep-coordinates.svg</include >
188
- </includes >
189
- <filtering >true</filtering >
190
- </resource >
191
- </resources >
192
- <encoding >UTF-8</encoding >
193
- </configuration >
194
- </execution >
195
- </executions >
196
- </plugin >
197
- </plugins >
198
- </build >
199
-
200
196
</project >
You can’t perform that action at this time.
0 commit comments