|
|
|
@ -15,8 +15,7 @@
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>1.0-DEV-SNAPSHOT</version>
|
|
|
|
|
<modules>
|
|
|
|
|
<version>1.0-TEST-SNAPSHOT</version> <modules>
|
|
|
|
|
<module>modules/i3plus-pojo-base</module>
|
|
|
|
|
<module>modules/i3plus-pojo-platform</module>
|
|
|
|
|
<module>modules/i3plus-pojo-model</module>
|
|
|
|
@ -198,4 +197,27 @@
|
|
|
|
|
<url>http://mvn.estsh.com/repository/maven-snapshots/</url>
|
|
|
|
|
</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>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|