...
|
...
|
@@ -4,7 +4,7 @@ |
|
|
<parent>
|
|
|
<groupId>com.yoho</groupId>
|
|
|
<artifactId>parent</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
|
|
|
<groupId>com.yoho.tools</groupId>
|
...
|
...
|
@@ -278,4 +278,25 @@ |
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
<version>2.10</version>
|
|
|
<configuration>
|
|
|
<downloadSources>true</downloadSources>
|
|
|
<additionalConfig>
|
|
|
<file>
|
|
|
<name>.settings/org.eclipse.core.resources.prefs</name>
|
|
|
<content>
|
|
|
<![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=GBK${line.separator}]]>
|
|
|
</content>
|
|
|
</file>
|
|
|
</additionalConfig>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project> |
...
|
...
|
|