1234567891011121314151617181920212223242526272829 |
- <?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="xchat-admin-service" />
- <module name="xchat-service" />
- <module name="xchat-admin-web" />
- <module name="xchat-web" />
- <module name="xchat-common" />
- <module name="xchat-oauth2-service" />
- <module name="xchat-oauth2-web" />
- </profile>
- </annotationProcessing>
- <bytecodeTargetLevel>
- <module name="xchat" target="1.8" />
- <module name="xchat-admin-service" target="1.8" />
- <module name="xchat-admin-web" target="1.8" />
- <module name="xchat-common" target="1.8" />
- <module name="xchat-oauth2-service" target="1.8" />
- <module name="xchat-oauth2-web" target="1.8" />
- <module name="xchat-service" target="1.8" />
- <module name="xchat-web" target="1.8" />
- </bytecodeTargetLevel>
- </component>
- </project>
|