|
1
2
3
4
5
6
7
8
|
<?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" />
|
|
9
|
<module name="huaheng" />
|
|
10
|
<module name="wms2" />
|
|
11
12
13
14
15
16
17
18
19
20
|
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="huaheng" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="WMSV1" options="-parameters" />
<module name="huaheng" options="-parameters" />
|
|
21
|
<module name="wms2" options="-parameters" />
|
|
22
23
24
|
</option>
</component>
</project>
|