Skip to content

Commit 5408047

Browse files
Ranjan-DasguptaRanjan-Dasgupta
authored andcommitted
Enable v5 tests
Signed-off-by: Ranjan-Dasgupta <Ranjan.Dasgupta@us.ibm.com>
1 parent d7bfca6 commit 5408047

2 files changed

Lines changed: 12 additions & 29 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_install:
1313

1414
script:
1515
- mvn -B clean -q
16-
- mvn -B --projects org.eclipse.paho.client.mqttv3,org.eclipse.paho.client.mqttv3.test test -q
17-
- mvn -B --projects org.eclipse.paho.mqttv5.client,org.eclipse.paho.mqttv5.client.test test -q
16+
# - mvn -B --projects org.eclipse.paho.client.mqttv3,org.eclipse.paho.client.mqttv3.test test -q
17+
# - mvn -B --projects org.eclipse.paho.mqttv5.client,org.eclipse.paho.mqttv5.client.test test -q
18+
- mvn package
1819

org.eclipse.paho.mqttv5.client/pom.xml

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<name>org.eclipse.paho.mqttv5.client</name>
1515
<packaging>eclipse-plugin</packaging>
1616

17+
<dependencies>
18+
<dependency>
19+
<groupId>junit</groupId>
20+
<artifactId>junit</artifactId>
21+
<version>3.8.1</version>
22+
<scope>test</scope>
23+
</dependency>
24+
</dependencies>
25+
1726
<build>
1827
<plugins>
1928
<plugin>
@@ -41,33 +50,6 @@
4150
<artifactId>tycho-maven-plugin</artifactId>
4251
</plugin>
4352

44-
<plugin>
45-
<groupId>org.codehaus.mojo</groupId>
46-
<artifactId>templating-maven-plugin</artifactId>
47-
<version>1.0.0</version>
48-
<executions>
49-
<execution>
50-
<id>filter-src</id>
51-
<goals>
52-
<goal>filter-sources</goal>
53-
</goals>
54-
</execution>
55-
</executions>
56-
</plugin>
57-
58-
<!--
59-
Submit code coverage report to coveralls.io
60-
See: https://github.com/trautonen/coveralls-maven-plugin
61-
-->
62-
<plugin>
63-
<groupId>org.eluder.coveralls</groupId>
64-
<artifactId>coveralls-maven-plugin</artifactId>
65-
<version>4.3.0</version>
66-
<configuration>
67-
<repoToken>${env.COVERALLS_TOKEN}</repoToken>
68-
</configuration>
69-
</plugin>
70-
7153
<plugin>
7254
<groupId>org.apache.maven.plugins</groupId>
7355
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)