HHH-5438 - Skip deployment of "irrelevant" modules

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20119 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-08-06 22:00:52 +00:00
parent 99b111d613
commit 43537cf45e
10 changed files with 49 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<name>Hibernate Distribution</name>
<description>Builds the complete Hibernate distribution bundles</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -17,6 +17,11 @@
<name>Hibernate Envers Manual</name>
<description>The Hibernate Envers reference manual</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -41,6 +41,11 @@
<name>Hibernate/JBoss Cache 3 Reference Manual</name>
<description>The Hibernate / JBoss Cache 3 integration reference manual</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -17,6 +17,11 @@
<name>Hibernate Manual</name>
<description>The Hibernate reference manual</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -17,6 +17,11 @@
<name>Hibernate Core Documentation</name>
<description>Grouping of Hibernate Core Project documentation modules</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>manual</module>
<module>envers</module>

View File

@ -41,6 +41,10 @@
<name>Hibernate QuickStart Guide</name>
<description>A QuickStart guide for getting up and started quickly using Hibernate</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>

View File

@ -38,6 +38,11 @@
<name>Hibernate JDBC3-JdbcSupport Testing</name>
<description>Test support of JDBC3 through JdbcSupport</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>

View File

@ -36,6 +36,11 @@
<name>Hibernate JDBC4-JdbcSupport Testing</name>
<description>Test support of JDBC4 through JdbcSupport</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -17,6 +17,11 @@
<name>Hibernate Core Aggregator</name>
<description>Aggregator of the Hibernate Core modules.</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>parent</module>
<module>core</module>

View File

@ -17,6 +17,11 @@
<name>Hibernate Testsuite</name>
<description>The testsuite of Hibernate functionality</description>
<properties>
<!-- Skip artifact deployment -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
<dependency>
<groupId>${groupId}</groupId>