|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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/maven-v4_0_0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - <parent> |
5 | | - <groupId>org.eclipse.paho</groupId> |
6 | | - <artifactId>java-parent</artifactId> |
7 | | - <version>1.0.3-SNAPSHOT</version> |
8 | | - </parent> |
9 | | - |
10 | | - <artifactId>org.eclipse.paho.client.eclipse.view</artifactId> |
11 | | - <packaging>eclipse-plugin</packaging> |
12 | | - |
13 | | - <build> |
14 | | - <plugins> |
15 | | - <plugin> |
16 | | - <groupId>org.eclipse.tycho</groupId> |
17 | | - <artifactId>tycho-maven-plugin</artifactId> |
18 | | - </plugin> |
19 | | - |
20 | | - <plugin> |
21 | | - <groupId>org.eclipse.tycho</groupId> |
22 | | - <artifactId>tycho-compiler-plugin</artifactId> |
23 | | - <version>${tycho.version}</version> |
24 | | - <configuration> |
25 | | - <encoding>${project.build.sourceEncoding}</encoding> |
26 | | - <source>${java.version}</source> |
27 | | - <target>${java.version}</target> |
28 | | - </configuration> |
29 | | - </plugin> |
30 | | - |
31 | | - <plugin> |
32 | | - <groupId>org.apache.maven.plugins</groupId> |
33 | | - <artifactId>maven-resources-plugin</artifactId> |
34 | | - <version>2.4.2</version> |
35 | | - <executions> |
36 | | - <execution> |
37 | | - <id>default-copy-resources</id> |
38 | | - <phase>process-resources</phase> |
39 | | - <goals> |
40 | | - <goal>copy-resources</goal> |
41 | | - </goals> |
42 | | - <configuration> |
43 | | - <overwrite>true</overwrite> |
44 | | - <outputDirectory>${project.build.outputDirectory}</outputDirectory> |
45 | | - <resources> |
46 | | - <resource> |
47 | | - <directory>../</directory> |
48 | | - <includes> |
49 | | - <include>about.html</include> |
50 | | - </includes> |
51 | | - </resource> |
52 | | - </resources> |
53 | | - </configuration> |
54 | | - </execution> |
55 | | - </executions> |
56 | | - </plugin> |
57 | | - </plugins> |
58 | | - </build> |
59 | | -</project> |
60 | | - |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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/maven-v4_0_0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <parent> |
| 5 | + <groupId>org.eclipse.paho</groupId> |
| 6 | + <artifactId>java-parent</artifactId> |
| 7 | + <version>1.1.0</version> |
| 8 | + </parent> |
| 9 | + |
| 10 | + <artifactId>org.eclipse.paho.client.eclipse.view</artifactId> |
| 11 | + <packaging>eclipse-plugin</packaging> |
| 12 | + |
| 13 | + <build> |
| 14 | + <plugins> |
| 15 | + <plugin> |
| 16 | + <groupId>org.eclipse.tycho</groupId> |
| 17 | + <artifactId>tycho-maven-plugin</artifactId> |
| 18 | + </plugin> |
| 19 | + |
| 20 | + <plugin> |
| 21 | + <groupId>org.eclipse.tycho</groupId> |
| 22 | + <artifactId>tycho-compiler-plugin</artifactId> |
| 23 | + <version>${tycho.version}</version> |
| 24 | + <configuration> |
| 25 | + <encoding>${project.build.sourceEncoding}</encoding> |
| 26 | + <source>${java.version}</source> |
| 27 | + <target>${java.version}</target> |
| 28 | + </configuration> |
| 29 | + </plugin> |
| 30 | + |
| 31 | + <plugin> |
| 32 | + <groupId>org.apache.maven.plugins</groupId> |
| 33 | + <artifactId>maven-resources-plugin</artifactId> |
| 34 | + <version>2.4.2</version> |
| 35 | + <executions> |
| 36 | + <execution> |
| 37 | + <id>default-copy-resources</id> |
| 38 | + <phase>process-resources</phase> |
| 39 | + <goals> |
| 40 | + <goal>copy-resources</goal> |
| 41 | + </goals> |
| 42 | + <configuration> |
| 43 | + <overwrite>true</overwrite> |
| 44 | + <outputDirectory>${project.build.outputDirectory}</outputDirectory> |
| 45 | + <resources> |
| 46 | + <resource> |
| 47 | + <directory>../</directory> |
| 48 | + <includes> |
| 49 | + <include>about.html</include> |
| 50 | + </includes> |
| 51 | + </resource> |
| 52 | + </resources> |
| 53 | + </configuration> |
| 54 | + </execution> |
| 55 | + </executions> |
| 56 | + </plugin> |
| 57 | + </plugins> |
| 58 | + </build> |
| 59 | +</project> |
| 60 | + |
0 commit comments