Advertisement
Guest User

Untitled

a guest
Jun 24th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1.  <plugin>
  2.                 <artifactId>maven-compiler-plugin</artifactId>
  3.                 <version>2.5.1</version>
  4.                 <configuration>
  5.                     <source>${base.sourceVersion}</source>
  6.                     <target>${base.sourceVersion}</target>
  7.                     <compilerId>groovy-eclipse-compiler</compilerId>
  8.                     <annotationProcessors>
  9.                         <annotationProcessor>com.mysema.query.apt.jpa.JPAAnnotationProcessor</annotationProcessor>
  10.                     </annotationProcessors>
  11.                 </configuration>
  12.                 <dependencies>
  13.                     <dependency>
  14.                         <groupId>org.codehaus.groovy</groupId>
  15.                         <artifactId>groovy-eclipse-compiler</artifactId>
  16.                         <version>2.6.0-01</version>
  17.                     </dependency>
  18.                 </dependencies>
  19.             </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement