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:
parent
99b111d613
commit
43537cf45e
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue