Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 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" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <relativePath>../../build/org.eclipse.app4mc.build/pom.xml</relativePath> |
| 9 | <groupId>org.eclipse.app4mc.build</groupId> |
| 10 | <artifactId>parent</artifactId> |
Harald Mackamul | 9b83efe | 2018-11-23 17:05:07 +0100 | [diff] [blame] | 11 | <version>0.9.3-SNAPSHOT</version> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <artifactId>org.eclipse.app4mc.rcptt</artifactId> |
| 15 | <packaging>rcpttTest</packaging> |
| 16 | |
| 17 | <pluginRepositories> |
| 18 | <pluginRepository> |
| 19 | <id>rcptt-releases</id> |
| 20 | <name>RCPTT Maven repository</name> |
Daniel Kunz | a29b0aa | 2016-08-10 08:44:54 +0200 | [diff] [blame] | 21 | <releases> |
| 22 | <updatePolicy>never</updatePolicy> |
| 23 | </releases> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 24 | <url>https://repo.eclipse.org/content/repositories/rcptt-releases/</url> |
| 25 | </pluginRepository> |
| 26 | <pluginRepository> |
| 27 | <id>rcptt-snapshots</id> |
| 28 | <name>RCPTT Maven Snapshots repository</name> |
| 29 | <snapshots> |
Daniel Kunz | 07820e8 | 2016-07-26 09:31:21 +0200 | [diff] [blame] | 30 | <updatePolicy>never</updatePolicy> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 31 | </snapshots> |
| 32 | <url>https://repo.eclipse.org/content/repositories/rcptt-snapshots/</url> |
| 33 | </pluginRepository> |
| 34 | </pluginRepositories> |
| 35 | <properties> |
Daniel Kunz | b80ad5c | 2016-07-27 11:25:31 +0200 | [diff] [blame] | 36 | <rcptt-maven-version>2.2.0-SNAPSHOT</rcptt-maven-version> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 37 | </properties> |
| 38 | |
| 39 | <build> |
| 40 | <plugins> |
| 41 | <plugin> |
| 42 | <groupId>org.eclipse.rcptt</groupId> |
| 43 | <artifactId>rcptt-maven-plugin</artifactId> |
| 44 | <version>${rcptt-maven-version}</version> |
| 45 | <extensions>true</extensions> |
| 46 | <configuration> |
| 47 | <runner> |
| 48 | <version>${rcptt-maven-version}</version> |
| 49 | </runner> |
| 50 | <aut> |
Daniel Kunz | a29b0aa | 2016-08-10 08:44:54 +0200 | [diff] [blame] | 51 | <explicit>../../build/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-${project.version}-${maven.build.timestamp}-[platform].zip</explicit> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 52 | </aut> |
| 53 | </configuration> |
| 54 | </plugin> |
| 55 | </plugins> |
| 56 | </build> |
| 57 | |
| 58 | </project> |