|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>scouter.client</groupId> |
|
13 | 13 | <module>../scouter.client.product</module> |
14 | 14 | </modules> |
15 | 15 | <properties> |
16 | | - <tycho-version>2.7.0</tycho-version> |
| 16 | + <tycho-version>4.0.8</tycho-version> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | </properties> |
19 | 19 | <repositories> |
20 | 20 | <repository> |
21 | | - <id>eclipse-simultaneous-2022-03</id> |
| 21 | + <id>eclipse-2024-03</id> |
22 | 22 | <layout>p2</layout> |
23 | | - <url>https://download.eclipse.org/releases/2022-03/</url> |
| 23 | + <url>https://download.eclipse.org/releases/2024-03/</url> |
24 | 24 | </repository> |
25 | 25 | </repositories> |
26 | 26 |
|
|
63 | 63 | </configuration> |
64 | 64 | </plugin> |
65 | 65 | </plugins> |
| 66 | + <pluginManagement> |
| 67 | + <plugins> |
| 68 | + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 69 | + <plugin> |
| 70 | + <groupId>org.eclipse.m2e</groupId> |
| 71 | + <artifactId>lifecycle-mapping</artifactId> |
| 72 | + <version>1.0.0</version> |
| 73 | + <configuration> |
| 74 | + <lifecycleMappingMetadata> |
| 75 | + <pluginExecutions> |
| 76 | + <pluginExecution> |
| 77 | + <pluginExecutionFilter> |
| 78 | + <groupId>org.eclipse.tycho</groupId> |
| 79 | + <artifactId>target-platform-configuration</artifactId> |
| 80 | + <versionRange>[2.0.0,)</versionRange> |
| 81 | + <goals> |
| 82 | + <goal>target-platform</goal> |
| 83 | + </goals> |
| 84 | + </pluginExecutionFilter> |
| 85 | + <action> |
| 86 | + <ignore/> |
| 87 | + </action> |
| 88 | + </pluginExecution> |
| 89 | + <pluginExecution> |
| 90 | + <pluginExecutionFilter> |
| 91 | + <groupId>org.eclipse.tycho</groupId> |
| 92 | + <artifactId>tycho-compiler-plugin</artifactId> |
| 93 | + <versionRange>[2.0.0,)</versionRange> |
| 94 | + <goals> |
| 95 | + <goal>compile</goal> |
| 96 | + <goal>testCompile</goal> |
| 97 | + <goal>validate-classpath</goal> |
| 98 | + </goals> |
| 99 | + </pluginExecutionFilter> |
| 100 | + <action> |
| 101 | + <ignore/> |
| 102 | + </action> |
| 103 | + </pluginExecution> |
| 104 | + <pluginExecution> |
| 105 | + <pluginExecutionFilter> |
| 106 | + <groupId>org.eclipse.tycho</groupId> |
| 107 | + <artifactId>tycho-packaging-plugin</artifactId> |
| 108 | + <versionRange>[2.0.0,)</versionRange> |
| 109 | + <goals> |
| 110 | + <goal>build-qualifier</goal> |
| 111 | + <goal>build-qualifier-aggregator</goal> |
| 112 | + <goal>validate-id</goal> |
| 113 | + <goal>validate-version</goal> |
| 114 | + <goal>package-plugin</goal> |
| 115 | + </goals> |
| 116 | + </pluginExecutionFilter> |
| 117 | + <action> |
| 118 | + <ignore/> |
| 119 | + </action> |
| 120 | + </pluginExecution> |
| 121 | + <pluginExecution> |
| 122 | + <pluginExecutionFilter> |
| 123 | + <groupId>org.eclipse.tycho</groupId> |
| 124 | + <artifactId>tycho-bnd-plugin</artifactId> |
| 125 | + <versionRange>[4.0.0,)</versionRange> |
| 126 | + <goals> |
| 127 | + <goal>process</goal> |
| 128 | + </goals> |
| 129 | + </pluginExecutionFilter> |
| 130 | + <action> |
| 131 | + <ignore/> |
| 132 | + </action> |
| 133 | + </pluginExecution> |
| 134 | + </pluginExecutions> |
| 135 | + </lifecycleMappingMetadata> |
| 136 | + </configuration> |
| 137 | + </plugin> |
| 138 | + </plugins> |
| 139 | + </pluginManagement> |
66 | 140 | </build> |
67 | 141 | </project> |
0 commit comments