|
7 | 7 | <packaging>pom</packaging> |
8 | 8 |
|
9 | 9 | <properties> |
10 | | - <tycho.version>4.0.9</tycho.version> |
| 10 | + <tycho.version>2.7.5</tycho.version> |
11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | 12 | </properties> |
13 | 13 |
|
|
22 | 22 | <artifactId>jakarta.websocket-api</artifactId> |
23 | 23 | <version>2.1.0</version> |
24 | 24 | </dependency> |
| 25 | + |
25 | 26 | </dependencies> |
26 | 27 |
|
27 | 28 | <build> |
|
35 | 36 | </plugins> |
36 | 37 | </pluginManagement> |
37 | 38 | <plugins> |
| 39 | + <plugin> |
| 40 | + <groupId>org.eclipse.tycho</groupId> |
| 41 | + <artifactId>tycho-source-plugin</artifactId> |
| 42 | + <version>${tycho.version}</version> |
| 43 | + <executions> |
| 44 | + <execution> |
| 45 | + <id>plugin-source</id> |
| 46 | + <goals> |
| 47 | + <goal>plugin-source</goal> |
| 48 | + </goals> |
| 49 | + </execution> |
| 50 | + <execution> |
| 51 | + <id>feature-source</id> |
| 52 | + <goals> |
| 53 | + <goal>feature-source</goal> |
| 54 | + </goals> |
| 55 | + </execution> |
| 56 | + </executions> |
| 57 | + </plugin> |
38 | 58 | <plugin> |
39 | 59 | <groupId>org.eclipse.tycho</groupId> |
40 | 60 | <artifactId>tycho-maven-plugin</artifactId> |
|
85 | 105 | </environments> |
86 | 106 | </configuration> |
87 | 107 | </plugin> |
88 | | - <plugin> |
89 | | - <groupId>org.eclipse.tycho</groupId> |
90 | | - <artifactId>tycho-source-plugin</artifactId> |
91 | | - <version>${tycho.version}</version> |
92 | | - <executions> |
93 | | - <execution> |
94 | | - <id>plugin-source</id> |
95 | | - <goals> |
96 | | - <goal>plugin-source</goal> |
97 | | - </goals> |
98 | | - </execution> |
99 | | - <execution> |
100 | | - <id>feature-source</id> |
101 | | - <goals> |
102 | | - <goal>feature-source</goal> |
103 | | - </goals> |
104 | | - </execution> |
105 | | - </executions> |
106 | | - </plugin> |
107 | 108 | <plugin> |
108 | 109 | <groupId>org.eclipse.tycho</groupId> |
109 | 110 | <artifactId>tycho-p2-plugin</artifactId> |
|
134 | 135 | </execution> |
135 | 136 | </executions> |
136 | 137 | </plugin> |
137 | | - <plugin> |
138 | | - <groupId>com.diffplug.spotless</groupId> |
139 | | - <artifactId>spotless-maven-plugin</artifactId> |
140 | | - <version>2.43.0</version> |
141 | | - <configuration> |
142 | | - <java> |
143 | | - <includes> |
144 | | - <include>bundles/**/*.java</include> |
145 | | - <include>tests/**/*.java</include> |
146 | | - </includes> |
147 | | - <eclipse> |
148 | | - <file>${maven.multiModuleProjectDirectory}/formatter.xml</file> |
149 | | - </eclipse> |
150 | | - <importOrder/> |
151 | | - <removeUnusedImports/> |
152 | | - </java> |
153 | | - </configuration> |
154 | | - </plugin> |
| 138 | + <plugin> |
| 139 | + <groupId>com.diffplug.spotless</groupId> |
| 140 | + <artifactId>spotless-maven-plugin</artifactId> |
| 141 | + <version>2.43.0</version> |
| 142 | + <configuration> |
| 143 | + <java> |
| 144 | + <includes> |
| 145 | + <include>bundles/**/*.java</include> |
| 146 | + <include>tests/**/*.java</include> |
| 147 | + </includes> |
| 148 | + <eclipse> |
| 149 | + <file>${maven.multiModuleProjectDirectory}/formatter.xml</file> |
| 150 | + </eclipse> |
| 151 | + <importOrder/> |
| 152 | + <removeUnusedImports/> |
| 153 | + </java> |
| 154 | + </configuration> |
| 155 | + </plugin> |
155 | 156 | </plugins> |
156 | 157 | </build> |
157 | 158 |
|
158 | 159 | <modules> |
159 | 160 | <module>releng</module> |
160 | 161 | <module>bundles</module> |
161 | | - <module>features</module> |
| 162 | + <module>features</module> |
162 | 163 | </modules> |
163 | 164 | </project> |
0 commit comments