Authored by jack.lee

修改parent pom

Showing 1 changed file with 22 additions and 1 deletions
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 <parent> 4 <parent>
5 <groupId>com.yoho</groupId> 5 <groupId>com.yoho</groupId>
6 <artifactId>parent</artifactId> 6 <artifactId>parent</artifactId>
7 - <version>1.0.0</version> 7 + <version>1.0.0-SNAPSHOT</version>
8 </parent> 8 </parent>
9 9
10 <groupId>com.yoho.tools</groupId> 10 <groupId>com.yoho.tools</groupId>
@@ -278,4 +278,25 @@ @@ -278,4 +278,25 @@
278 </dependency> 278 </dependency>
279 </dependencies> 279 </dependencies>
280 </dependencyManagement> 280 </dependencyManagement>
  281 +
  282 + <build>
  283 + <plugins>
  284 + <plugin>
  285 + <groupId>org.apache.maven.plugins</groupId>
  286 + <artifactId>maven-eclipse-plugin</artifactId>
  287 + <version>2.10</version>
  288 + <configuration>
  289 + <downloadSources>true</downloadSources>
  290 + <additionalConfig>
  291 + <file>
  292 + <name>.settings/org.eclipse.core.resources.prefs</name>
  293 + <content>
  294 + <![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=GBK${line.separator}]]>
  295 + </content>
  296 + </file>
  297 + </additionalConfig>
  298 + </configuration>
  299 + </plugin>
  300 + </plugins>
  301 + </build>
281 </project> 302 </project>