blob: d094950b3c3013f6bf369ee79421848edd9e2b4d [file] [log] [blame]
Stephan Wahlbrink63703032018-11-02 19:03:07 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrink9d2c63a2021-01-21 11:08:25 +01004 # Copyright (c) 2018, 2021 Stephan Wahlbrink and others.
Stephan Wahlbrink63703032018-11-02 19:03:07 +01005 #
6 # This program and the accompanying materials are made available under the
7 # terms of the Eclipse Public License 2.0 which is available at
8 # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9 # which is available at https://www.apache.org/licenses/LICENSE-2.0.
10 #
11 # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
12 #
13 # Contributors:
14 # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
15 #=============================================================================#
16-->
17
18<project xmlns="http://maven.apache.org/POM/4.0.0"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
24 <groupId>org.eclipse.statet-releng</groupId>
Stephan Wahlbrink30df8d02020-02-19 16:31:15 +010025 <artifactId>eclipse.ide-parent</artifactId>
Stephan Wahlbrinkcfe8a412021-07-08 15:36:14 +020026 <version>4.5.0-SNAPSHOT</version>
Stephan Wahlbrinkd5ac0812020-12-11 12:04:47 +010027 <relativePath>../eclipse.ide</relativePath>
Stephan Wahlbrink63703032018-11-02 19:03:07 +010028 </parent>
29
30 <groupId>org.eclipse.statet-assemblies</groupId>
31 <artifactId>org.eclipse.statet.repository</artifactId>
32 <packaging>eclipse-repository</packaging>
Stephan Wahlbrink67e700d2019-02-08 19:39:05 +010033
34 <build>
Stephan Wahlbrink3cc29c72019-02-07 19:19:52 +010035 <resources>
36 <resource>
37 <directory>legal-resources</directory>
38 </resource>
39 </resources>
40
Stephan Wahlbrink67e700d2019-02-08 19:39:05 +010041 <plugins>
42 <plugin>
43 <groupId>org.eclipse.tycho</groupId>
Stephan Wahlbrink67e700d2019-02-08 19:39:05 +010044 <artifactId>tycho-p2-repository-plugin</artifactId>
45 <configuration>
Stephan Wahlbrink1bbd7d82019-07-11 15:37:37 +020046 <repositoryName>Eclipse StatET ${statet.version} (Target: ${statet.target.id}, Build: ${statet.build.id})</repositoryName>
Stephan Wahlbrink611a8a02019-04-29 08:58:05 +020047 <finalName>statet-repository-${statet.target.id}-incubation-${statet.version}-${statet.build.id}</finalName>
Stephan Wahlbrink67e700d2019-02-08 19:39:05 +010048 </configuration>
49 </plugin>
50 </plugins>
51 </build>
Stephan Wahlbrink63703032018-11-02 19:03:07 +010052
53</project>