This project contains a set of Maven profiles that build and run the same application against other JPA providers.
-
To build against DataNucleus (default profile):
mvn clean package
ormvn clean package -P datanucleus
-
To build against EclipseLink:
mvn clean package -P eclipselink
-
To build against Hibernate:
mvn clean package -P hibernate