File tree Expand file tree Collapse file tree 1 file changed +0
-53
lines changed
Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 250250 <!-- 插件配置 -->
251251 <build >
252252 <plugins >
253- <!-- maven-resources-plugin -->
254- <plugin >
255- <groupId >org.apache.maven.plugins</groupId >
256- <artifactId >maven-eclipse-plugin</artifactId >
257- <version >2.9</version >
258- <configuration >
259- <downloadSources >true</downloadSources >
260- <classpathContainers >
261- <classpathContainer >org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer >
262- </classpathContainers >
263- </configuration >
264- </plugin >
265- <!-- maven-resources-plugin -->
266- <plugin >
267- <groupId >org.apache.maven.plugins</groupId >
268- <artifactId >maven-resources-plugin</artifactId >
269- <version >2.5</version >
270- <configuration >
271- <encoding >UTF-8</encoding >
272- </configuration >
273- </plugin >
274- <!-- maven-source-plugin -->
275- <plugin >
276- <groupId >org.apache.maven.plugins</groupId >
277- <artifactId >maven-source-plugin</artifactId >
278- <version >2.4</version >
279- <executions >
280- <execution >
281- <id >attach-sources</id >
282- <goals >
283- <goal >jar</goal >
284- </goals >
285- </execution >
286- </executions >
287- </plugin >
288253 <!-- maven-compiler-plugin -->
289254 <plugin >
290255 <groupId >org.apache.maven.plugins</groupId >
296261 <encoding >UTF-8</encoding >
297262 </configuration >
298263 </plugin >
299- <!-- maven-javadoc-plugin -->
300- <plugin >
301- <groupId >org.apache.maven.plugins</groupId >
302- <artifactId >maven-javadoc-plugin</artifactId >
303- <version >2.10.3</version >
304- <configuration >
305- <charset >UTF-8</charset >
306- <aggregate >true</aggregate >
307- </configuration >
308- <executions >
309- <execution >
310- <id >attach-javadoc</id >
311- <goals >
312- <goal >jar</goal >
313- </goals >
314- </execution >
315- </executions >
316- </plugin >
317264 </plugins >
318265
319266 <resources >
You can’t perform that action at this time.
0 commit comments