File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 62
62
</reporting >
63
63
<build >
64
64
<plugins >
65
+ <!--
66
+ | Make sure we only use Java5 methods
67
+ -->
68
+ <plugin >
69
+ <groupId >org.codehaus.mojo</groupId >
70
+ <artifactId >animal-sniffer-maven-plugin</artifactId >
71
+ <version >1.6</version >
72
+ <configuration >
73
+ <signature >
74
+ <groupId >org.codehaus.mojo.signature</groupId >
75
+ <artifactId >java15</artifactId >
76
+ <version >1.0</version >
77
+ </signature >
78
+ </configuration >
79
+ <executions >
80
+ <execution >
81
+ <id >check-java-1.5-compat</id >
82
+ <phase >process-classes</phase >
83
+ <goals >
84
+ <goal >check</goal >
85
+ </goals >
86
+ </execution >
87
+ </executions >
88
+ </plugin >
65
89
<plugin >
66
90
<groupId >org.apache.maven.plugins</groupId >
67
91
<artifactId >maven-assembly-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments