Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 906d9af

Browse filesBrowse files
committed
Include the animal sniffer plugin
7a78f9f set the compiler level back to 5, but there are no guarantees that we don't accidentally use any features from newer class libraries.
1 parent 14dcb37 commit 906d9af
Copy full SHA for 906d9af

File tree

Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,27 @@
3434

3535
<build>
3636
<plugins>
37+
<plugin>
38+
<groupId>org.codehaus.mojo</groupId>
39+
<artifactId>animal-sniffer-maven-plugin</artifactId>
40+
<version>1.15</version>
41+
<configuration>
42+
<signature>
43+
<groupId>org.codehaus.mojo.signature</groupId>
44+
<artifactId>java15</artifactId>
45+
<version>1.0</version>
46+
</signature>
47+
</configuration>
48+
<executions>
49+
<execution>
50+
<id>ensure-java-1.5-class-library</id>
51+
<phase>test</phase>
52+
<goals>
53+
<goal>check</goal>
54+
</goals>
55+
</execution>
56+
</executions>
57+
</plugin>
3758
<plugin>
3859
<groupId>com.infradna.tool</groupId>
3960
<artifactId>bridge-method-injector</artifactId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.