|
|
@ -12,6 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>i3plus-pojo-hardswitch</artifactId>
|
|
|
|
<artifactId>i3plus-pojo-hardswitch</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<version>1.0-${profileActive}-SNAPSHOT</version>
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>dev</id>
|
|
|
|
<id>dev</id>
|
|
|
@ -42,7 +43,7 @@
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</profiles>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}-${profileActive}-${project.version}</finalName>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|