There was an error while loading. Please reload this page.
1 parent 75d2054 commit 14c7f3eCopy full SHA for 14c7f3e
README.md
@@ -166,6 +166,7 @@
166
```
167
168
#### 5.maven-dependency-plugin 复制项目的依赖包到指定目录
169
+
170
```xml
171
<plugin>
172
<groupId>org.apache.maven.plugins</groupId>
@@ -186,18 +187,19 @@
186
187
</configuration>
188
</execution>
189
</executions>
-</plugin>
190
-```
191
-
+</plugin>
+```
192
193
#### 6.maven-resources-plugin
194
195
196
197
198
<artifactId>maven-resources-plugin</artifactId>
199
<version>3.1.0</version>
200
</plugin>
201
202
203
204
<resource>
205
<directory>src/main/resources</directory>
0 commit comments