File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 54
54
<target >${java.version} </target >
55
55
</configuration >
56
56
</plugin >
57
- <plugin >
58
- <groupId >org.codehaus.mojo</groupId >
59
- <artifactId >aspectj-maven-plugin</artifactId >
60
- <version >1.14.0</version >
61
- <configuration >
62
- <complianceLevel >1.8</complianceLevel >
63
- <source >1.8</source >
64
- <target >1.8</target >
65
- <showWeaveInfo >true</showWeaveInfo >
66
- <verbose >true</verbose >
67
- <Xlint >ignore</Xlint >
68
- <encoding >UTF-8</encoding >
69
- </configuration >
70
- <executions >
71
- <execution >
72
- <goals >
73
- <!-- use this goal to weave all your main classes -->
74
- <goal >compile</goal >
75
- <!-- use this goal to weave all your test classes -->
76
- <goal >test-compile</goal >
77
- </goals >
78
- </execution >
79
- </executions >
80
- </plugin >
81
57
</plugins >
82
58
</build >
83
59
You can’t perform that action at this time.
0 commit comments