|
@@ -3,7 +3,7 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
<parent>
|
|
|
- <artifactId>huimv-farm-datacenter</artifactId>
|
|
|
+ <artifactId>huimv-farm-datacenter-egg</artifactId>
|
|
|
<groupId>com.huimv</groupId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
</parent>
|
|
@@ -98,6 +98,16 @@
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <source>6</source>
|
|
|
+ <target>6</target>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|