|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 | <groupId>com.ibm.cloud.sdk</groupId>
|
5 | 6 | <artifactId>java-sdk-core</artifactId>
|
|
10 | 11 | <url>https://github.com/IBM/java-sdk-core</url>
|
11 | 12 |
|
12 | 13 | <licenses>
|
13 |
| - <license> |
14 |
| - <name>Apache License, Version 2.0</name> |
15 |
| - <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
16 |
| - </license> |
| 14 | + <license> |
| 15 | + <name>Apache License, Version 2.0</name> |
| 16 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 17 | + </license> |
17 | 18 | </licenses>
|
18 | 19 |
|
19 | 20 | <scm>
|
20 | 21 | <connection>scm:git:https://github.com/IBM/java-sdk-core</connection>
|
21 | 22 | <developerConnection>scm:git:https://github.com/IBM/java-sdk-core</developerConnection>
|
22 |
| - <url>https://github.com/IBM/java-sdk-core/tree/master</url> |
| 23 | + <url>https://github.com/IBM/java-sdk-core/tree/master</url> |
23 | 24 | </scm>
|
24 | 25 |
|
25 | 26 | <issueManagement>
|
|
50 | 51 | <jersey-version>2.25.1</jersey-version>
|
51 | 52 | </properties>
|
52 | 53 |
|
53 |
| - <!-- we use the travis providers for deployment --> |
| 54 | + <!-- we use the travis providers for deployment so don't need to specify repositories here --> |
54 | 55 | <distributionManagement>
|
55 | 56 | </distributionManagement>
|
56 | 57 |
|
|
162 | 163 | </goals>
|
163 | 164 | </execution>
|
164 | 165 | </executions>
|
165 |
| - </plugin> |
| 166 | + </plugin> |
166 | 167 | <plugin>
|
167 | 168 | <groupId>org.apache.maven.plugins</groupId>
|
168 | 169 | <artifactId>maven-checkstyle-plugin</artifactId>
|
|
178 | 179 | </executions>
|
179 | 180 | <configuration>
|
180 | 181 | <failsOnError>true</failsOnError>
|
181 |
| - <configLocation>checkstyle.xml</configLocation> |
| 182 | + <configLocation>build/checkstyle.xml</configLocation> |
182 | 183 | <consoleOutput>true</consoleOutput>
|
183 | 184 | </configuration>
|
184 | 185 | </plugin>
|
|
188 | 189 | <version>${findbugs-plugin-version}</version>
|
189 | 190 | <configuration>
|
190 | 191 | <xmlOutput>true</xmlOutput>
|
191 |
| - <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> |
| 192 | + <excludeFilterFile>build/findbugs-exclude.xml</excludeFilterFile> |
192 | 193 | <effort>Max</effort>
|
193 | 194 | <threshold>Low</threshold>
|
194 | 195 | </configuration>
|
|
228 | 229 | <configuration>
|
229 | 230 | <append>true</append>
|
230 | 231 | <destFile>${sonar.jacoco.reportPath}</destFile>
|
231 |
| - <!-- Sets the VM argument line used when unit tests are run. --> |
| 232 | + <!-- Sets the VM argument line used when unit |
| 233 | + tests are run. --> |
232 | 234 | <propertyName>surefireArgLine</propertyName>
|
233 | 235 | </configuration>
|
234 | 236 | </execution>
|
|
252 | 254 | <groupId>org.apache.maven.plugins</groupId>
|
253 | 255 | <artifactId>maven-surefire-plugin</artifactId>
|
254 | 256 | <version>${surefire-version}</version>
|
255 |
| - <!-- |
256 |
| - <configuration> |
257 |
| - <suiteXmlFiles> |
258 |
| - <suiteXmlFile>src/test/java/testng.xml</suiteXmlFile> |
259 |
| - </suiteXmlFiles> |
260 |
| - </configuration> |
261 |
| - --> |
262 |
| - </plugin> |
| 257 | + <!-- <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/java/testng.xml</suiteXmlFile> |
| 258 | + </suiteXmlFiles> </configuration> --> |
| 259 | + </plugin> |
263 | 260 | </plugins>
|
264 | 261 | </build>
|
265 | 262 |
|
|
0 commit comments