File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed
Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments