Ignite-194 Implemented
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5d27bda8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5d27bda8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5d27bda8 Branch: refs/heads/ignite-204 Commit: 5d27bda8bc700520deb5a7e12b810d850238cbe1 Parents: 4e60207 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Feb 10 17:25:02 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Feb 10 17:25:02 2015 +0300 ---------------------------------------------------------------------- pom.xml | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5d27bda8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 498ce63..1819338 100644 --- a/pom.xml +++ b/pom.xml @@ -461,22 +461,6 @@ <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> </configuration> </execution> - - <execution> - <id>release</id> - <phase>prepare-package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>assembly/release-${ignite.edition}.xml</descriptor> - </descriptors> - <finalName>release-package</finalName> - <appendAssemblyId>false</appendAssemblyId> - <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> - </configuration> - </execution> </executions> </plugin> @@ -1410,6 +1394,30 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.4</version> + <inherited>false</inherited> + <executions> + <execution> + <id>release</id> + <phase>prepare-package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>assembly/release-${ignite.edition}.xml</descriptor> + </descriptors> + <finalName>release-package</finalName> + <appendAssemblyId>false</appendAssemblyId> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> </profile>