Skip to content

Commit 14c7f3e

Browse files
author
geekidea
committed
1.2.RELEASE
1 parent 75d2054 commit 14c7f3e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
```
167167

168168
#### 5.maven-dependency-plugin 复制项目的依赖包到指定目录
169+
169170
```xml
170171
<plugin>
171172
<groupId>org.apache.maven.plugins</groupId>
@@ -186,18 +187,19 @@
186187
</configuration>
187188
</execution>
188189
</executions>
189-
</plugin>
190-
```
191-
190+
</plugin>
191+
```
192+
192193
#### 6.maven-resources-plugin
194+
193195
```xml
194196
<plugin>
195197
<groupId>org.apache.maven.plugins</groupId>
196198
<artifactId>maven-resources-plugin</artifactId>
197199
<version>3.1.0</version>
198200
</plugin>
199201
```
200-
202+
201203
```xml
202204
<resource>
203205
<directory>src/main/resources</directory>

0 commit comments

Comments
 (0)