File tree 3 files changed +17
-1
lines changed 3 files changed +17
-1
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
+ },
28
32
{
29
33
"includePattern": "pom.xml",
30
34
"uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}.pom"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- if [ $# -lt 5 ]
3
+ if [ $# -lt 6 ]
4
4
then
5
5
echo "
6
6
Syntax:
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 >
260
272
</plugins >
261
273
</build >
262
274
You can’t perform that action at this time.
0 commit comments