File tree Expand file tree Collapse file tree
org.eclipse.paho.mqttv5.client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ before_install:
1313
1414script :
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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments