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 8484 </executions >
8585 </plugin >
8686
87+ <plugin >
88+ <groupId >org.apache.maven.plugins</groupId >
89+ <artifactId >maven-source-plugin</artifactId >
90+ <version >${mvnsource.version} </version >
91+ <executions >
92+ <execution >
93+ <id >attach-sources</id >
94+ <goals >
95+ <goal >jar</goal >
96+ </goals >
97+ </execution >
98+ </executions >
99+ </plugin >
100+
87101 <!-- <plugin>
88102 <groupId>org.apache.maven.plugins</groupId>
89103 <artifactId>maven-shade-plugin</artifactId>
Original file line number Diff line number Diff line change 1616 <tycho .version>1.1.0</tycho .version>
1717 <junit .version>4.12</junit .version>
1818 <javadoc .version>3.0.1</javadoc .version>
19+ <mvnsource .version>3.0.1</mvnsource .version>
1920 <test .exclude>**/*ConformantTest.java</test .exclude>
2021 <download .location>/home/data/httpd/download.eclipse.org/paho/releases/${project.version} /Java</download .location>
2122 </properties >
You can’t perform that action at this time.
0 commit comments