uploading separated parent poms
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12773 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
be9c0da948
commit
79e5b784a1
|
@ -6,23 +6,23 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Ehcache integration</name>
|
||||
<name>Hibernate Ehcache Integration</name>
|
||||
<description>Integration of Hibernate with Ehcache</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
|
|
|
@ -6,23 +6,23 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-jbosscache</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate JBossCache integration</name>
|
||||
<name>Hibernate JBossCache Integration</name>
|
||||
<description>Integration of Hibernate with JBossCache (based on JBossCache1.x APIs)</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
|
|
|
@ -6,28 +6,28 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-jbosscache2</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate JBossCache2.x integration</name>
|
||||
<name>Hibernate JBossCache2.x Integration</name>
|
||||
<description>Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-cache</artifactId>
|
||||
<!-- does not work with idea plugin :(
|
||||
<!-- I'd prefer this, at least until we get a GA...
|
||||
<version>[2.0.0.BETA2,)</version>
|
||||
-->
|
||||
<version>2.0.0.BETA2</version>
|
||||
|
@ -36,16 +36,6 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-idea-plugin</artifactId>
|
||||
<configuration>
|
||||
<jdkName>1.5</jdkName>
|
||||
<jdkLevel>5.0</jdkLevel>
|
||||
<!-- why this isnt the default I have no clue -->
|
||||
<linkModules>true</linkModules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
|
|
|
@ -6,23 +6,23 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-oscache</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate OSCache integration</name>
|
||||
<name>Hibernate OSCache Integration</name>
|
||||
<description>Integration of Hibernate with OSCache</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>opensymphony</groupId>
|
||||
|
|
|
@ -6,23 +6,23 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-swarmcache</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate SwarmCache integration</name>
|
||||
<name>Hibernate SwarmCache Integration</name>
|
||||
<description>Integration of Hibernate with SwarmCache</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>swarmcache</groupId>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-c3p0</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate C3P0 ConnectionProvider</name>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>c3p0</groupId>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-proxool</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Proxool ConnectionProvider</name>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>proxool</groupId>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Core</name>
|
||||
|
@ -32,7 +32,6 @@
|
|||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
|
|
|
@ -6,57 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>docbook</packaging>
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.jboss.maven.plugins</groupId>
|
||||
<artifactId>maven-jboss-docbook-plugin</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<extensions>true</extensions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.redhat</groupId>
|
||||
<artifactId>docbook-xslt</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<sourceDocumentName>master.xml</sourceDocumentName>
|
||||
<formats>
|
||||
<format>
|
||||
<formatName>pdf</formatName>
|
||||
<stylesheetResource>/standard/fopdf.xsl</stylesheetResource>
|
||||
<finalName>Hibernate_Reference.pdf</finalName>
|
||||
</format>
|
||||
<format>
|
||||
<formatName>eclipse</formatName>
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html</formatName>
|
||||
<stylesheetResource>/standard/html.xsl</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
</formats>
|
||||
<options>
|
||||
<xincludeSupported>true</xincludeSupported>
|
||||
<xmlTransformerType>saxon</xmlTransformerType>
|
||||
<!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
|
||||
<!-- could also locate the docbook dependency and inspect its version... -->
|
||||
<docbookVersion>1.72.0</docbookVersion>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>en-US</translation>
|
||||
|
|
|
@ -6,14 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>es-ES</translation>
|
||||
|
|
|
@ -6,16 +6,20 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>fr-FR</translation>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -6,14 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>ja-JP</translation>
|
||||
|
|
|
@ -6,14 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>ko-KR</translation>
|
||||
|
|
|
@ -6,83 +6,21 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-documentation</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Hibernate Manual</name>
|
||||
<description>The Hibernate reference manual</description>
|
||||
|
||||
<name>Hibernate Manual (aggregator)</name>
|
||||
<description>The Hibernate reference manual (aggregator)</description>
|
||||
|
||||
<modules>
|
||||
<module>en-US</module>
|
||||
<module>fr-FR</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.jboss.maven.plugins</groupId>
|
||||
<artifactId>maven-jboss-docbook-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>generate</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-docbook-xslt</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<sourceDocumentName>master.xml</sourceDocumentName>
|
||||
<formats>
|
||||
<format>
|
||||
<formatName>pdf</formatName>
|
||||
<stylesheetResource>/standard/fopdf.xsl</stylesheetResource>
|
||||
<finalName>hibernate_reference.pdf</finalName>
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html</formatName>
|
||||
<stylesheetResource>/standard/html.xsl</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
</formats>
|
||||
<xincludeSupported>true</xincludeSupported>
|
||||
<options>
|
||||
<xincludeSupported>true</xincludeSupported>
|
||||
<xmlTransformerType>saxon</xmlTransformerType>
|
||||
<transformerParameters>
|
||||
<property>
|
||||
<name>custom.titlepage.img</name>
|
||||
<value>${basedir}/src/main/resources/shared/images/hibernate_logo_a.png</value>
|
||||
</property>
|
||||
</transformerParameters>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!-- report plugin is currently hosed
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.jboss.maven.plugin</groupId>
|
||||
<artifactId>jboss-docbook-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
-->
|
||||
<properties>
|
||||
<masterTranslation>en-US</masterTranslation>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -6,14 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>.../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>pt-BR</translation>
|
||||
|
|
|
@ -6,14 +6,17 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-manual-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-manual-${translation}</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jdocbook</packaging>
|
||||
|
||||
<name>Hibernate Manual (${translation})</name>
|
||||
<description>The Hibernate reference manual (${translation})</description>
|
||||
|
||||
<properties>
|
||||
<translation>zh-CN</translation>
|
||||
|
|
|
@ -6,12 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-parent</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-documentation</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Hibernate Core - Documentation</name>
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-documentation</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-tutorial</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>Hibernate Tutorial</name>
|
||||
<description>A tutorial project showcasing Hibernate usage</description>
|
||||
|
||||
|
@ -21,7 +22,7 @@
|
|||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-eg</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Example</name>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
14
jmx/pom.xml
14
jmx/pom.xml
|
@ -6,23 +6,27 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-jmx</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate JMX Module</name>
|
||||
<description>Defines Hibernate JMX functionality</description>
|
||||
<description>Defines Hibernate JMX capabilities</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-testing</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Testing</name>
|
||||
|
@ -22,12 +22,11 @@
|
|||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<!-- here we need to pull JUnit deps into compile scope... -->
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-code</artifactId>
|
||||
<version>3.3.0.beta1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<artifactId>hibernate-core-parent</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-testsuite</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Hibernate Testsuite</name>
|
||||
|
@ -20,58 +20,62 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-testing</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-jbosscache</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-oscache</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-swarmcache</artifactId>
|
||||
<version>${hibernate.core.version}</version>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-testing</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-jbosscache</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-oscache</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>hibernate-swarmcache</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<!-- these are optional on core... :( -->
|
||||
<dependency>
|
||||
<groupId>javassist</groupId>
|
||||
<artifactId>javassist</artifactId>
|
||||
<version>3.4.GA</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
<version>2.1_3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm-attrs</artifactId>
|
||||
<version>1.5.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- optional dom4j dependency; needed here for dom4j (de)serialization -->
|
||||
<dependency>
|
||||
|
@ -95,7 +99,20 @@
|
|||
<directory>src/test/resources</directory>
|
||||
</testResource>
|
||||
</testResources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.jboss.maven.plugins</groupId>
|
||||
<artifactId>maven-test-ext-plugin</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>extend</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
|
@ -111,28 +128,9 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>hsqldb</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<build>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<filtering>false</filtering>
|
||||
<directory>src/test/profile/hsqldb</directory>
|
||||
</testResource>
|
||||
</testResources>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>1.8.0.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
<properties>
|
||||
<test.extender.cfg>${basedir}/src/test/profile/hsqldb/hsqldb-env.xml</test.extender.cfg>
|
||||
<test.extender.env>hsqldb</test.extender.env>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue