-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcompiler.xml
26 lines (26 loc) · 1.15 KB
/
compiler.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AjcSettings">
<option name="ajcPath" value="$MAVEN_REPOSITORY$/org/aspectj/aspectjtools/1.8.13/aspectjtools-1.8.13.jar" />
<option name="cmdLineParams" value="-Xlint:ignore -showWeaveInfo" />
<option name="delegateToJavac" value="true" />
</component>
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="ajc" />
<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="comrueda-back" />
<module name="comrueda-front" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="comrueda-back-aspect" target="1.8" />
<module name="producto" target="1.8" />
<module name="producto-imagen" target="1.8" />
<module name="producto-simple" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>