Commit 9b281986c4dfe72a62152111f6a3e8be1c0f5b61
1 parent
5ea62a94
提交
Showing
1 changed file
with
5 additions
and
13 deletions
pom.xml
| ... | ... | @@ -526,26 +526,19 @@ |
| 526 | 526 | <plugins> |
| 527 | 527 | <plugin> |
| 528 | 528 | <groupId>org.apache.maven.plugins</groupId> |
| 529 | - <artifactId>maven-deploy-plugin</artifactId> | |
| 530 | - <version>2.7</version> | |
| 529 | + <artifactId>maven-deploy-plugin</artifactId> | |
| 531 | 530 | <configuration> |
| 532 | 531 | <uniqueVersion>false</uniqueVersion> |
| 533 | 532 | </configuration> |
| 534 | 533 | </plugin> |
| 535 | 534 | <plugin> |
| 536 | 535 | <groupId>org.apache.maven.plugins</groupId> |
| 537 | - <artifactId>maven-eclipse-plugin</artifactId> | |
| 538 | - <version>2.8</version> | |
| 536 | + <artifactId>maven-eclipse-plugin</artifactId> | |
| 539 | 537 | </plugin> |
| 540 | 538 | <plugin> |
| 541 | 539 | <groupId>org.apache.maven.plugins</groupId> |
| 542 | - <artifactId>maven-compiler-plugin</artifactId> | |
| 543 | - <version>2.3.2</version> | |
| 544 | - <configuration> | |
| 545 | - <failOnError>true</failOnError> | |
| 546 | - <verbose>true</verbose> | |
| 547 | - <fork>true</fork> | |
| 548 | - <compilerArgument>-nowarn</compilerArgument> | |
| 540 | + <artifactId>maven-compiler-plugin</artifactId> | |
| 541 | + <configuration> | |
| 549 | 542 | <source>1.7</source> |
| 550 | 543 | <target>1.7</target> |
| 551 | 544 | <encoding>UTF-8</encoding> |
| ... | ... | @@ -553,8 +546,7 @@ |
| 553 | 546 | </plugin> |
| 554 | 547 | <plugin> |
| 555 | 548 | <groupId>org.apache.maven.plugins</groupId> |
| 556 | - <artifactId>maven-source-plugin</artifactId> | |
| 557 | - <version>2.1.2</version> | |
| 549 | + <artifactId>maven-source-plugin</artifactId> | |
| 558 | 550 | <executions> |
| 559 | 551 | <execution> |
| 560 | 552 | <id>attach-sources</id> | ... | ... |