Skip to content

Commit 598415c

Browse files
committed
revert: No longer expose tests in generated JARs
Reverts #11
1 parent 9e5957a commit 598415c

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

build/bintray-config.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
"includePattern": "target/sdk-core-${TRAVIS_TAG}-javadoc.jar",
2626
"uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}-javadoc.jar"
2727
},
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-
},
3228
{
3329
"includePattern": "pom.xml",
3430
"uploadPattern": "com/ibm/cloud/sdk-core/${TRAVIS_TAG}/sdk-core-${TRAVIS_TAG}.pom"

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,6 @@
257257
<!-- <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/java/testng.xml</suiteXmlFile>
258258
</suiteXmlFiles> </configuration> -->
259259
</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>
272260
</plugins>
273261
<resources>
274262
<resource>

0 commit comments

Comments
 (0)