compiler.xml
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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="epmall-design" />
<module name="epmall-background-gateway" />
<module name="epmall-logging" />
<module name="epmall-apis" />
<module name="epmall-app" />
<module name="epmall-core" />
<module name="epmall-model" />
<module name="epmall-app-gateway" />
<module name="epmall-utils" />
<module name="epmall-common" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="epmall-core-gateway" target="1.5" />
<module name="epmall-design-gateway" target="1.5" />
<module name="epmallcoregateway" target="1.5" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="epmall-apis" options="-parameters" />
<module name="epmall-app" options="-parameters" />
<module name="epmall-app-gateway" options="-parameters" />
<module name="epmall-background-gateway" options="-parameters" />
<module name="epmall-common" options="-parameters" />
<module name="epmall-core" options="-parameters" />
<module name="epmall-design" options="-parameters" />
<module name="epmall-logging" options="-parameters" />
<module name="epmall-model" options="-parameters" />
<module name="epmall-utils" options="-parameters" />
</option>
</component>
</project>