|
|
|
@ -18,11 +18,11 @@
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>modules/i3plus-pojo-mes</module>
|
|
|
|
|
<module>modules/i3plus-pojo-wms</module>
|
|
|
|
|
<module>modules/i3plus-pojo-base</module>
|
|
|
|
|
<module>modules/i3plus-pojo-platform</module>
|
|
|
|
|
<module>modules/i3plus-pojo-model</module>
|
|
|
|
|
<module>modules/i3plus-pojo-base</module>
|
|
|
|
|
<module>modules/i3plus-pojo-mes</module>
|
|
|
|
|
<module>modules/i3plus-pojo-wms</module>
|
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
@ -137,26 +137,26 @@
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<!-- 添加编译插件 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.5.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<!--<build>-->
|
|
|
|
|
<!--<plugins>-->
|
|
|
|
|
<!--<plugin>-->
|
|
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
<!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
|
<!--</plugin>-->
|
|
|
|
|
|
|
|
|
|
<!--<!– 添加编译插件 –>-->
|
|
|
|
|
<!--<plugin>-->
|
|
|
|
|
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
|
<!--<artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
|
|
<!--<version>3.5.1</version>-->
|
|
|
|
|
<!--<configuration>-->
|
|
|
|
|
<!--<source>1.8</source>-->
|
|
|
|
|
<!--<target>1.8</target>-->
|
|
|
|
|
<!--<encoding>UTF-8</encoding>-->
|
|
|
|
|
<!--</configuration>-->
|
|
|
|
|
<!--</plugin>-->
|
|
|
|
|
<!--</plugins>-->
|
|
|
|
|
<!--</build>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|