1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="CompilerConfiguration">
- <annotationProcessing>
- <profile name="Maven default annotation processors profile" enabled="true">
- <sourceOutputDir name="target/generated-sources/annotations" />
- <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
- <outputRelativeToContentRoot value="true" />
- <module name="resume" />
- <module name="dgt-common-sso" />
- </profile>
- </annotationProcessing>
- <bytecodeTargetLevel>
- <module name="dgt-common-sso" target="1.7" />
- <module name="resume" target="1.8" />
- </bytecodeTargetLevel>
- </component>
- <component name="JavacSettings">
- <option name="ADDITIONAL_OPTIONS_OVERRIDE">
- <module name="resume" options="-extdirs "D:\Program Files\IdeaProjects\Resume-DEMO/src/main/webapp/WEB-INF/lib"" />
- </option>
- </component>
- </project>
|