增加maven-source-plugin配置
Showing
1 changed file
with
19 additions
and
0 deletions
@@ -333,6 +333,25 @@ | @@ -333,6 +333,25 @@ | ||
333 | <argLine>-Xmx256m</argLine> | 333 | <argLine>-Xmx256m</argLine> |
334 | </configuration> | 334 | </configuration> |
335 | </plugin> | 335 | </plugin> |
336 | + <plugin> | ||
337 | + <groupId>org.apache.maven.plugins</groupId> | ||
338 | + <artifactId>maven-source-plugin</artifactId> | ||
339 | + </plugin> | ||
340 | + <!-- clean插件--> | ||
341 | + <plugin> | ||
342 | + <groupId>org.apache.maven.plugins</groupId> | ||
343 | + <artifactId>maven-clean-plugin</artifactId> | ||
344 | + </plugin> | ||
345 | + <!-- install插件--> | ||
346 | + <plugin> | ||
347 | + <groupId>org.apache.maven.plugins</groupId> | ||
348 | + <artifactId>maven-install-plugin</artifactId> | ||
349 | + </plugin> | ||
350 | + <!-- deploy插件--> | ||
351 | + <plugin> | ||
352 | + <groupId>org.apache.maven.plugins</groupId> | ||
353 | + <artifactId>maven-deploy-plugin</artifactId> | ||
354 | + </plugin> | ||
336 | </plugins> | 355 | </plugins> |
337 | <pluginManagement> | 356 | <pluginManagement> |
338 | <plugins> | 357 | <plugins> |
-
Please register or login to post a comment