Commit 9b281986c4dfe72a62152111f6a3e8be1c0f5b61

Authored by 架构师-江远林
1 parent 5ea62a94

提交

Showing 1 changed file with 5 additions and 13 deletions
@@ -526,26 +526,19 @@ @@ -526,26 +526,19 @@
526 <plugins> 526 <plugins>
527 <plugin> 527 <plugin>
528 <groupId>org.apache.maven.plugins</groupId> 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 <configuration> 530 <configuration>
532 <uniqueVersion>false</uniqueVersion> 531 <uniqueVersion>false</uniqueVersion>
533 </configuration> 532 </configuration>
534 </plugin> 533 </plugin>
535 <plugin> 534 <plugin>
536 <groupId>org.apache.maven.plugins</groupId> 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 </plugin> 537 </plugin>
540 <plugin> 538 <plugin>
541 <groupId>org.apache.maven.plugins</groupId> 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 <source>1.7</source> 542 <source>1.7</source>
550 <target>1.7</target> 543 <target>1.7</target>
551 <encoding>UTF-8</encoding> 544 <encoding>UTF-8</encoding>
@@ -553,8 +546,7 @@ @@ -553,8 +546,7 @@
553 </plugin> 546 </plugin>
554 <plugin> 547 <plugin>
555 <groupId>org.apache.maven.plugins</groupId> 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 <executions> 550 <executions>
559 <execution> 551 <execution>
560 <id>attach-sources</id> 552 <id>attach-sources</id>