From 43537cf45ecab8bc3fb408943276dcf1d5773662 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Fri, 6 Aug 2010 22:00:52 +0000 Subject: [PATCH] HHH-5438 - Skip deployment of "irrelevant" modules git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20119 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- distribution/pom.xml | 5 +++++ documentation/envers/pom.xml | 5 +++++ documentation/jbosscache2/pom.xml | 5 +++++ documentation/manual/pom.xml | 5 +++++ documentation/pom.xml | 5 +++++ documentation/quickstart/pom.xml | 4 ++++ jdbc3-testing/pom.xml | 5 +++++ jdbc4-testing/pom.xml | 5 +++++ pom.xml | 5 +++++ testsuite/pom.xml | 5 +++++ 10 files changed, 49 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml index b2614ac0b8..3256ab0aa1 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -41,6 +41,11 @@ Hibernate Distribution Builds the complete Hibernate distribution bundles + + + true + + diff --git a/documentation/envers/pom.xml b/documentation/envers/pom.xml index 6d75896208..a3392442d9 100644 --- a/documentation/envers/pom.xml +++ b/documentation/envers/pom.xml @@ -17,6 +17,11 @@ Hibernate Envers Manual The Hibernate Envers reference manual + + + true + + diff --git a/documentation/jbosscache2/pom.xml b/documentation/jbosscache2/pom.xml index 324adddb12..9b1b4cf26d 100644 --- a/documentation/jbosscache2/pom.xml +++ b/documentation/jbosscache2/pom.xml @@ -41,6 +41,11 @@ Hibernate/JBoss Cache 3 Reference Manual The Hibernate / JBoss Cache 3 integration reference manual + + + true + + diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index 0dd219f229..eb018596d8 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -17,6 +17,11 @@ Hibernate Manual The Hibernate reference manual + + + true + + diff --git a/documentation/pom.xml b/documentation/pom.xml index 88dc837e17..5a7f194f95 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -17,6 +17,11 @@ Hibernate Core Documentation Grouping of Hibernate Core Project documentation modules + + + true + + manual envers diff --git a/documentation/quickstart/pom.xml b/documentation/quickstart/pom.xml index 68b36b2b84..8193541d44 100644 --- a/documentation/quickstart/pom.xml +++ b/documentation/quickstart/pom.xml @@ -41,6 +41,10 @@ Hibernate QuickStart Guide A QuickStart guide for getting up and started quickly using Hibernate + + + true + diff --git a/jdbc3-testing/pom.xml b/jdbc3-testing/pom.xml index 3edee21454..a8042aa74f 100644 --- a/jdbc3-testing/pom.xml +++ b/jdbc3-testing/pom.xml @@ -38,6 +38,11 @@ Hibernate JDBC3-JdbcSupport Testing Test support of JDBC3 through JdbcSupport + + + true + + ${project.groupId} diff --git a/jdbc4-testing/pom.xml b/jdbc4-testing/pom.xml index 76c3aea6c0..8a9ff77fcc 100644 --- a/jdbc4-testing/pom.xml +++ b/jdbc4-testing/pom.xml @@ -36,6 +36,11 @@ Hibernate JDBC4-JdbcSupport Testing Test support of JDBC4 through JdbcSupport + + + true + + diff --git a/pom.xml b/pom.xml index b570b60c15..f8554720a0 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,11 @@ Hibernate Core Aggregator Aggregator of the Hibernate Core modules. + + + true + + parent core diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 9b3418766e..a5f39af5a9 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -17,6 +17,11 @@ Hibernate Testsuite The testsuite of Hibernate functionality + + + true + + ${groupId}