4.0.0 org.hibernate hibernate-parent 3.6.0-SNAPSHOT ../parent/pom.xml org.hibernate hibernate-distribution pom Hibernate Distribution Builds the complete Hibernate distribution bundles org.codehaus.groovy.maven gmaven-plugin 1.0 generate-sources execute classPath.createPathElement().path = element } targetDir = "${pom.basedir}/target/javadocs"; ant.javadoc( executable: '${jdk16_home}/bin/javadoc', maxmemory: '512m', destdir: targetDir , sourcepathref: sourcePathName, classpathref: classPathName, overview: '${pom.basedir}/src/javadoc/package.html', stylesheetfile: '${pom.basedir}/src/javadoc/stylesheet.css', windowtitle: 'Hibernate JavaDocs', doctitle: 'Hibernate JavaDoc (${pom.version})', bottom: 'Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.', use: true ) { ant.link( href: 'http://java.sun.com/j2se/1.5.0/docs/api' ) ant.link( href: 'http://java.sun.com/javaee/5/docs/api/' ) ant.tag( name: 'todo', description: 'To do:' ) ant.tag( name: 'noinspection', enabled: false ) ant.group( title: 'Core API' ) { ant.package( name: 'org.hibernate' ) ant.package( name: 'org.hibernate.classic' ) ant.package( name: 'org.hibernate.criterion' ) ant.package( name: 'org.hibernate.mapping' ) ant.package( name: 'org.hibernate.metadata' ) ant.package( name: 'org.hibernate.cfg' ) ant.package( name: 'org.hibernate.stat' ) } ant.group( title: 'Extension SPI' ) { ant.package( name: 'org.hibernate.id*' ) ant.package( name: 'org.hibernate.connection' ) ant.package( name: 'org.hibernate.transaction' ) ant.package( name: 'org.hibernate.type' ) ant.package( name: 'org.hibernate.dialect*' ) ant.package( name: 'org.hibernate.cache*' ) ant.package( name: 'org.hibernate.event*' ) ant.package( name: 'org.hibernate.property' ) ant.package( name: 'org.hibernate.loader*' ) ant.package( name: 'org.hibernate.persister*' ) ant.package( name: ':org.hibernate.proxy' ) ant.package( name: 'org.hibernate.tuple' ) ant.package( name: 'org.hibernate.transform' ) ant.package( name: 'org.hibernate.collection' ) ant.package( name: 'org.hibernate.jdbc' ) ant.package( name: 'org.hibernate.usertype' ) } ant.group( title: 'Bytecode providers' ) { ant.package( name: 'org.hibernate.bytecode*' ) ant.package( name: 'org.hibernate.intercept*' ) } ant.group( title: 'Infinispan Integration' ) { ant.package( name: 'org.hibernate.cache.infinispan*' ) } ant.group( title: 'JBossCache Integration' ) { ant.package( name: 'org.hibernate.cache.jbc*' ) } ant.group( title: 'Testing Support' ) { ant.package( name: 'org.hibernate.junit*' ) } } imagesDir = targetDir + '/images' ant.mkdir( dir: imagesDir ) ant.copy( toDir: imagesDir ) { fileset( dir: "${pom.basedir}/src/javadoc/images" ) } ]]> org.apache.maven.plugins maven-assembly-plugin deploy single org.apache.maven.plugins maven-assembly-plugin 2.2-beta-2 src/assembly/hibernate-all.xml src/assembly/dist.xml true true http://hibernate.org ${project.groupId} hibernate-core ${project.version} ${project.groupId} hibernate-jmx ${project.version} ${project.groupId} hibernate-ehcache ${project.version} ${project.groupId} hibernate-jbosscache ${project.version} ${project.groupId} hibernate-infinispan ${project.version} ${project.groupId} hibernate-oscache ${project.version} ${project.groupId} hibernate-swarmcache ${project.version} ${project.groupId} hibernate-c3p0 ${project.version} ${project.groupId} hibernate-proxool ${project.version} ${project.groupId} hibernate-annotations ${project.version} ${project.groupId} hibernate-entitymanager ${project.version} ${project.groupId} hibernate-envers ${project.version} javassist javassist true cglib cglib true org.hibernate hibernate-validator provided javax.validation validation-api provided org.jboss.javaee jboss-jacc-api_JDK4 1.1.0 provided org.jboss.javaee jboss-servlet-api_3.0 org.jboss.logging jboss-logging-spi org.jboss jboss-common-core junit junit 3.8.1 provided ant ant 1.6.5 provided release-profile performRelease true org.apache.maven.plugins maven-assembly-plugin 2.2-beta-2 deploy single