Skip to content

Commit 44bdf6a

Browse files
committed
Updating client poms, using profiles for mqttv3 pom to split out m2e intregration.
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent c24f6bd commit 44bdf6a

1 file changed

Lines changed: 6 additions & 66 deletions

File tree

  • org.eclipse.paho.mqttv5.client
Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<?xml version="1.0"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<parent>
87
<groupId>org.eclipse.paho</groupId>
98
<artifactId>java-parent</artifactId>
109
<version>1.2.1-SNAPSHOT</version>
1110
</parent>
12-
1311
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
1412
<name>org.eclipse.paho.mqttv5.client</name>
15-
1613
<repositories>
1714
<repository>
1815
<id>OSGi Snapshots</id>
@@ -25,8 +22,6 @@
2522
</snapshots>
2623
</repository>
2724
</repositories>
28-
29-
3025
<dependencies>
3126
<dependency>
3227
<groupId>org.osgi</groupId>
@@ -54,7 +49,6 @@
5449
<version>${junit.version}</version>
5550
</dependency>
5651
</dependencies>
57-
5852
<build>
5953
<plugins>
6054
<plugin>
@@ -83,73 +77,19 @@
8377
</execution>
8478
</executions>
8579
</plugin>
86-
8780
<plugin>
8881
<groupId>org.apache.maven.plugins</groupId>
8982
<artifactId>maven-source-plugin</artifactId>
9083
<version>${mvnsource.version}</version>
9184
<executions>
9285
<execution>
93-
<id>attach-sources</id>
94-
<goals>
95-
<goal>jar</goal>
96-
</goals>
97-
</execution>
98-
</executions>
99-
</plugin>
100-
101-
<!-- <plugin>
102-
<groupId>org.apache.maven.plugins</groupId>
103-
<artifactId>maven-shade-plugin</artifactId>
104-
<version>3.1.0</version>
105-
<executions>
106-
<execution>
107-
<phase>package</phase>
108-
<goals>
109-
<goal>shade</goal>
110-
</goals>
111-
<configuration>
112-
<filters>
113-
<filter>
114-
<artifact>org.eclipse.paho:org.eclipse.paho.mqttv5.common</artifact>
115-
<includes>
116-
<include>**</include>
117-
</includes>
118-
</filter>
119-
</filters>
120-
<artifactSet>
121-
<excludes>
122-
<exclude>org.osgi:*</exclude>
123-
</excludes>
124-
</artifactSet>
125-
<transformers>
126-
<transformer
127-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
128-
</transformer>
129-
</transformers>
130-
</configuration>
131-
</execution>
132-
</executions>
133-
</plugin> -->
134-
<plugin>
135-
<groupId>org.apache.maven.plugins</groupId>
136-
<artifactId>maven-failsafe-plugin</artifactId>
137-
<version>2.20</version>
138-
<executions>
139-
<execution>
140-
<id>integration-test</id>
86+
<id>attach-sources</id>
14187
<goals>
142-
<goal>integration-test</goal>
143-
</goals>
144-
</execution>
145-
<execution>
146-
<id>verify</id>
147-
<goals>
148-
<goal>verify</goal>
88+
<goal>jar</goal>
14989
</goals>
15090
</execution>
15191
</executions>
15292
</plugin>
15393
</plugins>
15494
</build>
155-
</project>
95+
</project>

0 commit comments

Comments
 (0)