Hibernate module deploy fix (cherry picked from commit ff08c8e)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/28870dc7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/28870dc7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/28870dc7 Branch: refs/heads/ignite-5075 Commit: 28870dc711d23693179e3f25dc31259ce2c92361 Parents: 2436b93 Author: Anton Vinogradov <[email protected]> Authored: Wed May 3 12:49:18 2017 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed May 3 12:54:09 2017 +0300 ---------------------------------------------------------------------- modules/hibernate-core/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/28870dc7/modules/hibernate-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate-core/pom.xml b/modules/hibernate-core/pom.xml index 014405e..624dcc8 100644 --- a/modules/hibernate-core/pom.xml +++ b/modules/hibernate-core/pom.xml @@ -71,14 +71,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </project>
