compiler.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233
  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. <module name="huimv-ql-data" />
  10. <module name="huimv-ql-security" />
  11. <module name="huimv-ql-video" />
  12. <module name="huimv-ql-production" />
  13. <module name="huimv-ql-environment" />
  14. </profile>
  15. </annotationProcessing>
  16. <bytecodeTargetLevel>
  17. <module name="huimv-ql-data" target="1.8" />
  18. <module name="huimv-ql-environment" target="1.8" />
  19. <module name="huimv-ql-production" target="1.8" />
  20. <module name="huimv-ql-security" target="1.8" />
  21. <module name="huimv-ql-video" target="1.8" />
  22. </bytecodeTargetLevel>
  23. </component>
  24. <component name="JavacSettings">
  25. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  26. <module name="huimv-ql-data" options="-parameters" />
  27. <module name="huimv-ql-environment" options="-parameters" />
  28. <module name="huimv-ql-production" options="-parameters" />
  29. <module name="huimv-ql-security" options="-parameters" />
  30. <module name="huimv-ql-video" options="-parameters" />
  31. </option>
  32. </component>
  33. </project>