|
7 | 7 | https://www.eclipse.org/legal/epl-v20.html |
8 | 8 | |
9 | 9 | Contributors: |
10 | | - Xored Software Inc - initial API and implementation and/or initial documentation |
| 10 | + Xored Software Inc - initial API and implementation and/or initial |
| 11 | +documentation |
11 | 12 | --> |
12 | 13 |
|
13 | 14 | <project |
14 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
15 | | - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
16 | | - <modelVersion>4.0.0</modelVersion> |
17 | | - <artifactId>ecl</artifactId> |
18 | | - <packaging>pom</packaging> |
| 15 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 16 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 17 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 18 | + <modelVersion>4.0.0</modelVersion> |
| 19 | + <artifactId>ecl</artifactId> |
| 20 | + <packaging>pom</packaging> |
19 | 21 |
|
20 | | - <parent> |
21 | | - <groupId>org.eclipse.rcptt</groupId> |
22 | | - <artifactId>rcptt.releng</artifactId> |
23 | | - <version>2.9.0-SNAPSHOT</version> |
24 | | - </parent> |
25 | | - |
26 | | - <modules> |
27 | | - <module>../../ecl/plugins</module> |
28 | | - <module>../../ecl/features</module> |
29 | | - <module>../../ecl/tests</module> |
30 | | - <module>../../ecl/repository</module> |
31 | | - </modules> |
| 22 | + <parent> |
| 23 | + <groupId>org.eclipse.rcptt</groupId> |
| 24 | + <artifactId>rcptt.releng</artifactId> |
| 25 | + <version>2.9.0-SNAPSHOT</version> |
| 26 | + </parent> |
32 | 27 |
|
33 | | - <repositories> |
34 | | - <repository> |
35 | | - <id>orbit</id> |
36 | | - <layout>p2</layout> |
37 | | - <url>https://download.eclipse.org/tools/orbit/downloads/drops/R20211213173813/repository</url> |
38 | | - </repository> |
39 | | - <repository> |
40 | | - <id>ecl-platform-repository</id> |
41 | | - <layout>p2</layout> |
42 | | - <url>${ecl-platform-repository}</url> |
43 | | - </repository> |
44 | | - </repositories> |
| 28 | + <modules> |
| 29 | + <module>../../ecl/plugins</module> |
| 30 | + <module>../../ecl/features</module> |
| 31 | + <module>../../ecl/tests</module> |
| 32 | + <module>../../ecl/repository</module> |
| 33 | + </modules> |
| 34 | + |
| 35 | + <repositories> |
| 36 | + <repository> |
| 37 | + <id>orbit</id> |
| 38 | + <layout>p2</layout> |
| 39 | + <url> |
| 40 | + https://download.eclipse.org/tools/orbit/downloads/drops/R20211213173813/repository</url> |
| 41 | + </repository> |
| 42 | + <repository> |
| 43 | + <id>ecl-platform-repository</id> |
| 44 | + <layout>p2</layout> |
| 45 | + <url>${ecl-platform-repository}</url> |
| 46 | + </repository> |
| 47 | + </repositories> |
| 48 | + |
| 49 | + <build> |
| 50 | + <pluginManagement> |
| 51 | + <plugins> |
| 52 | + <plugin> |
| 53 | + <groupId>${tycho-groupid}</groupId> |
| 54 | + <artifactId>target-platform-configuration</artifactId> |
| 55 | + <configuration> |
| 56 | + <requireEagerResolve>true</requireEagerResolve> <!--aspectj-maven-plugin fails without prepared Target Platform--> |
| 57 | + <executionEnvironment>${ecl.executionEnvironment}</executionEnvironment> |
| 58 | + </configuration> |
| 59 | + </plugin> |
| 60 | + </plugins> |
| 61 | + </pluginManagement> |
| 62 | + </build> |
45 | 63 | </project> |
0 commit comments