compiler.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <wildcardResourcePatterns>
  5. <entry name="!?*.java" />
  6. <entry name="!?*.form" />
  7. <entry name="!?*.class" />
  8. <entry name="!?*.groovy" />
  9. <entry name="!?*.scala" />
  10. <entry name="!?*.flex" />
  11. <entry name="!?*.kt" />
  12. <entry name="!?*.clj" />
  13. <entry name="!?*.aj" />
  14. <entry name="!?*.xml" />
  15. </wildcardResourcePatterns>
  16. <annotationProcessing>
  17. <profile default="true" name="Default" enabled="true" />
  18. <profile name="Maven default annotation processors profile" enabled="true">
  19. <sourceOutputDir name="target/generated-sources/annotations" />
  20. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  21. <outputRelativeToContentRoot value="true" />
  22. <module name="gen" />
  23. <module name="biz-base" />
  24. <module name="dao" />
  25. <module name="common" />
  26. <module name="service" />
  27. <module name="domain" />
  28. </profile>
  29. </annotationProcessing>
  30. </component>
  31. <component name="JavacSettings">
  32. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  33. <module name="common" options="-verbose -bootclasspath /Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre/lib/jce.jar" />
  34. </option>
  35. </component>
  36. </project>