|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | | - <modelVersion>4.0.0</modelVersion> |
3 | | - <parent> |
4 | | - <groupId>org.eclipse.paho</groupId> |
5 | | - <artifactId>java-parent</artifactId> |
6 | | - <version>1.2.5-SNAPSHOT</version> |
7 | | - </parent> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <parent> |
| 4 | + <groupId>org.eclipse.paho</groupId> |
| 5 | + <artifactId>java-parent</artifactId> |
| 6 | + <version>1.2.5-SNAPSHOT</version> |
| 7 | + </parent> |
8 | 8 |
|
9 | | - <artifactId>org.eclipse.paho.client.mqttv3.repository</artifactId> |
10 | | - <version>1.2.5-SNAPSHOT</version> |
11 | | - <packaging>eclipse-repository</packaging> |
| 9 | + <artifactId>org.eclipse.paho.client.mqttv3.repository</artifactId> |
| 10 | + <version>1.2.5-SNAPSHOT</version> |
| 11 | + <packaging>eclipse-repository</packaging> |
12 | 12 |
|
13 | | - <name>Paho P2 Repository</name> |
| 13 | + <name>Paho P2 Repository</name> |
14 | 14 |
|
15 | | - <build> |
16 | | - <plugins> |
17 | | - <plugin> |
18 | | - <groupId>org.eclipse.tycho</groupId> |
19 | | - <artifactId>tycho-maven-plugin</artifactId> |
20 | | - </plugin> |
21 | | - <plugin> |
22 | | - <artifactId>maven-antrun-plugin</artifactId> |
23 | | - <executions> |
24 | | - <execution> |
25 | | - <id>deploy</id> |
26 | | - <phase>deploy</phase> |
27 | | - <goals> |
28 | | - <goal>run</goal> |
29 | | - </goals> |
30 | | - <configuration> |
31 | | - <tasks> |
32 | | - <delete includeemptydirs="false" quiet="true"> |
33 | | - <fileset dir="${download.location}"> |
34 | | - <include name="**" /> |
35 | | - </fileset> |
36 | | - </delete> |
37 | | - <copy includeemptydirs="false" todir="${download.location}"> |
38 | | - <fileset dir="${project.build.directory}/repository/"> |
39 | | - <include name="**" /> |
40 | | - </fileset> |
41 | | - </copy> |
42 | | - </tasks> |
43 | | - </configuration> |
44 | | - </execution> |
45 | | - </executions> |
46 | | - </plugin> |
47 | | - <!-- <plugin> |
48 | | - <groupId>org.eclipse.tycho.extras</groupId> |
49 | | - <artifactId>tycho-p2-extras-plugin</artifactId> |
50 | | - <executions> |
51 | | - <execution> |
52 | | - <id>update-main-p2-repo</id> |
53 | | - <phase>package</phase> |
54 | | - <goals> |
55 | | - <goal>publish-features-and-bundles</goal> |
56 | | - </goals> |
57 | | - <configuration> |
58 | | - <append>true</append> |
59 | | - <artifactRepositoryLocation>/shared/technology/paho/Java</artifactRepositoryLocation> |
60 | | - <metadataRepositoryLocation>/shared/technology/paho/Java</metadataRepositoryLocation> |
61 | | - <sourceLocation>${project.build.directory}/repository</sourceLocation> |
62 | | - </configuration> |
63 | | - </execution> |
64 | | - </executions> |
65 | | - </plugin> --> |
66 | | - </plugins> |
67 | | - </build> |
| 15 | + <build> |
| 16 | + <plugins> |
| 17 | + <plugin> |
| 18 | + <groupId>org.eclipse.tycho</groupId> |
| 19 | + <artifactId>tycho-maven-plugin</artifactId> |
| 20 | + </plugin> |
| 21 | + <plugin> |
| 22 | + <artifactId>maven-antrun-plugin</artifactId> |
| 23 | + <executions> |
| 24 | + <execution> |
| 25 | + <id>deploy</id> |
| 26 | + <phase>deploy</phase> |
| 27 | + <goals> |
| 28 | + <goal>run</goal> |
| 29 | + </goals> |
| 30 | + <configuration> |
| 31 | + <tasks> |
| 32 | + <delete includeemptydirs="false" quiet="true"> |
| 33 | + <fileset dir="${download.location}"> |
| 34 | + <include name="**" /> |
| 35 | + </fileset> |
| 36 | + </delete> |
| 37 | + <copy includeemptydirs="false" todir="${download.location}"> |
| 38 | + <fileset dir="${project.build.directory}/repository/"> |
| 39 | + <include name="**" /> |
| 40 | + </fileset> |
| 41 | + </copy> |
| 42 | + </tasks> |
| 43 | + </configuration> |
| 44 | + </execution> |
| 45 | + </executions> |
| 46 | + </plugin> |
| 47 | + <!-- <plugin> |
| 48 | + <groupId>org.eclipse.tycho.extras</groupId> |
| 49 | + <artifactId>tycho-p2-extras-plugin</artifactId> |
| 50 | + <executions> |
| 51 | + <execution> |
| 52 | + <id>update-main-p2-repo</id> |
| 53 | + <phase>package</phase> |
| 54 | + <goals> |
| 55 | + <goal>publish-features-and-bundles</goal> |
| 56 | + </goals> |
| 57 | + <configuration> |
| 58 | + <append>true</append> |
| 59 | + <artifactRepositoryLocation>/shared/technology/paho/Java</artifactRepositoryLocation> |
| 60 | + <metadataRepositoryLocation>/shared/technology/paho/Java</metadataRepositoryLocation> |
| 61 | + <sourceLocation>${project.build.directory}/repository</sourceLocation> |
| 62 | + </configuration> |
| 63 | + </execution> |
| 64 | + </executions> |
| 65 | + </plugin> --> |
| 66 | + </plugins> |
| 67 | + </build> |
68 | 68 | </project> |
0 commit comments