File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 25
25
"includePattern": "target/sdk-core-${TRAVIS_TAG}-javadoc.jar",
26
26
"uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}-javadoc.jar"
27
27
},
28
- {
29
- "includePattern": "target/sdk-core-${TRAVIS_TAG}-tests.jar",
30
- "uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}-tests.jar"
31
- },
32
28
{
33
29
"includePattern": "pom.xml",
34
30
"uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}.pom"
Original file line number Diff line number Diff line change 257
257
<!-- <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/java/testng.xml</suiteXmlFile>
258
258
</suiteXmlFiles> </configuration> -->
259
259
</plugin >
260
- <plugin >
261
- <groupId >org.apache.maven.plugins</groupId >
262
- <artifactId >maven-jar-plugin</artifactId >
263
- <version >3.0.2</version >
264
- <executions >
265
- <execution >
266
- <goals >
267
- <goal >test-jar</goal >
268
- </goals >
269
- </execution >
270
- </executions >
271
- </plugin >
272
260
</plugins >
273
261
<resources >
274
262
<resource >
You can’t perform that action at this time.
0 commit comments