Skip to content

asohun/arquillian-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arquillian-guide

Test project based on Arquillian Guides

Generating the JPA 2 Metamodel

  1. Configure maven compiler

    maven-compiler-plugin 2.3.2 1.6 1.6
  2. Add the Hibernate JPA metamodel generator

    org.bsc.maven maven-processor-plugin 2.2.4 process generate-sources process org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor org.hibernate hibernate-jpamodelgen 4.3.6.Final
  3. Create the a file name .factorypath at the root of the project

  4. Right click on the project and select Properties. Expand the Java Compiler node in the settings tree and select Annotation Processing.

  • Enable project specific settings
  • Enable annotation processing
  • Set the "Generated source directory" to "target/generated-sources/annotations"
  • Apply and accept a full build
  • Disable annotation processing
  • Apply and skip a full build
  • Enable annotation processing
  • Apply and accept a full build

Generating WADL

mvn compile com.sun.jersey.contribs:maven-wadl-plugin:generate

About

Project based on the official Arquillian guides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published