compiler.xml 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <annotationProcessing>
  5. <profile name="Maven default annotation processors profile" enabled="true">
  6. <sourceOutputDir name="target/generated-sources/annotations" />
  7. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  8. <outputRelativeToContentRoot value="true" />
  9. </profile>
  10. <profile name="Annotation profile for xuecheng-plus-base" enabled="true">
  11. <sourceOutputDir name="target/generated-sources/annotations" />
  12. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  13. <outputRelativeToContentRoot value="true" />
  14. <processorPath useClasspath="false">
  15. <entry name="$PROJECT_DIR$/../../repo/org/projectlombok/lombok/1.18.8/lombok-1.18.8.jar" />
  16. </processorPath>
  17. <module name="xuecheng-plus-base" />
  18. </profile>
  19. </annotationProcessing>
  20. <bytecodeTargetLevel>
  21. <module name="xuecheng-plus-base" target="1.8" />
  22. <module name="xuecheng-plus-parent" target="1.8" />
  23. </bytecodeTargetLevel>
  24. </component>
  25. <component name="JavacSettings">
  26. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  27. <module name="xuecheng-plus-base" options="-parameters" />
  28. <module name="xuecheng-plus-parent" options="-parameters" />
  29. </option>
  30. </component>
  31. </project>