|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>1.0-TEST-SNAPSHOT</version>
|
|
|
|
|
<version>1.0-${profileActive}-SNAPSHOT</version>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>modules/i3plus-pojo-base</module>
|
|
|
|
|
<module>modules/i3plus-pojo-platform</module>
|
|
|
|
@ -202,24 +202,24 @@
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<!--<build>-->
|
|
|
|
|
<!--<plugins>-->
|
|
|
|
|
<!--<plugin>-->
|
|
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
<!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
|
<!--</plugin>-->
|
|
|
|
|
<!--<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>-->
|
|
|
|
|
<!--<!– 添加编译插件 –>-->
|
|
|
|
|
<!--<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>-->
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
@ -254,36 +254,4 @@
|
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profileActive>DEV</profileActive>
|
|
|
|
|
</properties>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>test</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profileActive>TEST</profileActive>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>docker</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profileActive>DOCKER</profileActive>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>prod</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profileActive>PROD</profileActive>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
<build>
|
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|