Maven Repository - POM file for JPA Hibernate hibernate-jpa-2.0-api 1.0.0.Final 1.0.0.Final

Summary

JPA 2.0 API.

Hibernate definition of the Java Persistence 2.0 (JSR 317) API..

Declaration

Here is the list of declaration for hibernate-jpa-2.0-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.hibernate.javax.persistence</groupId>
   <artifactId>hibernate-jpa-2.0-api</artifactId>
   <version>1.0.0.Final</version>
</dependency>

If you think this Maven repository POM file listing for hibernate-jpa-2.0-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License


URL: license.txt.





Depended by

The following table lists the most popular artifacts which are depending on hibernate-jpa-2.0-api-1.0.0.Final. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Inversion of Controlguiceyloops 0.28
GuiceyLoops: Guice EE testing support to Guicey-fruit
6
JPA Hibernatequerydsl-jpa 3.2.0
JPA support for Querydsl
5
JPA Hibernatehibernate-validator 4.1.0.Final
Hibernate's Bean Validation (JSR-303) reference implementation.
98
JPA Hibernatehibernate-jpamodelgen 1.1.1.Final
Annotation Processor to generate JPA 2 static metamodel classes
5
JPA Hibernatehibernate-jpamodelgen 1.2.0.Final
Annotation Processor to generate JPA 2 static metamodel classes
12
Businessquerydsl-apt 2.9.0
APT based Source code generation for Querydsl
13

Plugin

The following plugins are used in the hibernate-jpa-2.0-api-1.0.0.Final.jar

  1. maven-source-plugin

Packages

The following packages are defined in the hibernate-jpa-2.0-api-1.0.0.Final.jar

javax.persistence
javax.persistence.criteria
javax.persistence.metamodel
javax.persistence.spi




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.hibernate.javax.persistence</groupId>
    <artifactId>hibernate-jpa-2.0-api</artifactId>
    <packaging>jar</packaging>
    <version>1.0.0.Final</version>

    <name>JPA 2.0 API</name>
    <description>
        Hibernate definition of the Java Persistence 2.0 (JSR 317) API.
    </description>

    <organization>
        <name>Hibernate.org</name>
        <url>http://hibernate.org</url>
    </organization>
    <inceptionYear>2007</inceptionYear>

    <licenses>
        <license>
            <url>license.txt</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/jpa-api/tags/hibernate-jpa-2.0-api-1.0.0.Final</connection>
        <url>http://fisheye.jboss.org/browse/Hibernate/jpa-api/tags/hibernate-jpa-2.0-api-1.0.0.Final</url>
    </scm>

    

    <build>
        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-webdav</artifactId>
                <version>1.0-beta-2</version>
            </extension>
        </extensions>

        <plugins>
          <plugin>
              <artifactId>maven-source-plugin</artifactId>
              <executions>
                  <execution>
                      <id>attach-sources</id>
                      <phase>verify</phase>
                      <goals>
                          <goal>jar-no-fork</goal>
                      </goals>
                  </execution>
              </executions>
          </plugin>
        </plugins>

        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>2.0.2</version>
                    <configuration>
                        <source>1.5</source>
                        <target>1.5</target>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-source-plugin</artifactId>
                    <version>2.1</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>2.2</version>
                    <configuration>
                        <archive>
                            <manifestEntries>
                                <Built-By>hibernate.org</Built-By>
                                <Specification-Title>Java Persistence API, Version 2.0</Specification-Title>
                                <Specification-Version>${pom.version}</Specification-Version>
                                <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor>
                                <Implementation-Version>${pom.version}</Implementation-Version>
                                <Implementation-Vendor>hibernate.org</Implementation-Vendor>
                                <Implementation-Title>JPA API</Implementation-Title>
                            </manifestEntries>
                        </archive>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <version>2.5</version>
                    <configuration>
                        <use>true</use>
                        <version>true</version>
                        <overview>${basedir}/src/main/javadoc/package.html</overview>
                        <windowtitle>EJB 3.0 Persistence API Documentation</windowtitle>
                        <doctitle>EJB 3.0 Persistence API Documentation</doctitle>
                        <links>
                            <link>http://java.sun.com/j2se/1.5/docs/api</link>
                        </links>
                        <stylesheetfile>${basedir}/src/main/javadoc/jdstyle.css</stylesheetfile>
                    </configuration>                  
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>2.0-beta-9</version>
                    <configuration>
                        <remoteTagging>true</remoteTagging>
                        <goals>deploy</goals>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
    
    <distributionManagement>
        <repository>
            <id>repository.jboss.org</id>
            <url>file://${maven.repository.root}</url>
        </repository>
        <snapshotRepository>
            <id>snapshots.jboss.org</id>
            <name>JBoss Snapshot Repository</name>
            <url>dav:https://snapshots.jboss.org/maven2</url>
        </snapshotRepository>
    </distributionManagement>
</project>