OpenJPA Nightly Downloads
Use the links below to download a nightly snapshot driver of Apache OpenJPA. Please
reference the OpenJPA Downloads page for the official OpenJPA releases.
For information on obtaining OpenJPA binaries, see the Obtaining
page. For information on building OpenJPA from source, see the Building
page.
Nightly Snapshots
These distributions are built and deployed nightly, and contain up-to-date
fixes and improvements. However, their stability cannot be guaranteed. Use
at your own risk.
Snapshot builds
Snapshot (nightly) builds for all active releases are published to the Apache snapshot repository.
Version 1.2.x, 1.3.x, 2.0.x, 2.1.x, 2.2.x, 2.2.1.x, 3.2.x and main (4.0.x as of this writing)
can be found in the snapshot repository on repository.apache.org. A maven
project can access this snapshot repository by adding the following
repository in pom.xml:
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
If you are using the openjpa-maven-plugin then you also need to activate the pluginRepository.
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
Pre-packaged binaries for SNAPSHOT releases are available in the
snapshot repository at the following locations: