Skip to content

Commit 46c1441

Browse files
#184 make sure it runs in java 1.6
1 parent 137131d commit 46c1441

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

pom.xml

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.ibm.watson.developer_cloud</groupId>
56
<version>2.7.1-SNAPSHOT</version>
@@ -179,10 +180,10 @@
179180
<artifactId>jacoco-maven-plugin</artifactId>
180181
<version>0.7.5.201505241946</version>
181182
<configuration>
182-
<excludes>
183-
<exclude>com/ibm/watson/developer_cloud/*/v*/model/**/*.class</exclude>
184-
<exclude>com/ibm/watson/developer_cloud/**/*Example.*</exclude>
185-
</excludes>
183+
<excludes>
184+
<exclude>com/ibm/watson/developer_cloud/*/v*/model/**/*.class</exclude>
185+
<exclude>com/ibm/watson/developer_cloud/**/*Example.*</exclude>
186+
</excludes>
186187
</configuration>
187188
<executions>
188189
<execution>
@@ -199,6 +200,26 @@
199200
</execution>
200201
</executions>
201202
</plugin>
203+
<!-- <plugin>
204+
<groupId>org.codehaus.mojo</groupId>
205+
<artifactId>animal-sniffer-maven-plugin</artifactId>
206+
<version>1.11</version>
207+
<executions>
208+
<execution>
209+
<phase>test</phase>
210+
<goals>
211+
<goal>check</goal>
212+
</goals>
213+
</execution>
214+
</executions>
215+
<configuration>
216+
<signature>
217+
<groupId>org.codehaus.mojo.signature</groupId>
218+
<artifactId>java16</artifactId>
219+
<version>1.1</version>
220+
</signature>
221+
</configuration>
222+
</plugin> -->
202223
</plugins>
203224
<resources>
204225
<resource>

0 commit comments

Comments
 (0)