ENTAXY-248 release 1.8.1
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb.platform.runtime</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.8.1</version>
|
||||
</parent>
|
||||
<groupId>ru.entaxy.esb.platform.runtime.modules</groupId>
|
||||
<artifactId>uniform-service</artifactId>
|
||||
@ -18,6 +18,56 @@
|
||||
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>attach-configs</id>
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>cfg</directory>
|
||||
<targetPath>${project.build.directory}/cfg</targetPath>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-configs</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>attach-artifact</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>target/cfg/uniform.service.ignite.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>uniform.service.ignite</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>target/cfg/uniform.exchange.passive.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>uniform.exchange.passive</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>target/cfg/uniform.service.support.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>uniform.service.support</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<activation>
|
||||
<file>
|
||||
<exists>cfg</exists>
|
||||
</file>
|
||||
</activation>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>features</id>
|
||||
<build>
|
||||
@ -78,7 +128,7 @@
|
||||
</build>
|
||||
<activation>
|
||||
<file>
|
||||
<exists>feature/features.xml</exists>
|
||||
<exists>feature1/features.xml</exists>
|
||||
</file>
|
||||
</activation>
|
||||
</profile>
|
||||
|
Reference in New Issue
Block a user