Ed Willink | 3ede28d | 2017-10-16 13:00:52 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Ed Willink | 986ca2b | 2023-10-20 16:27:33 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright (c) 2023 Willink Transformations and others. |
| 4 | |
| 5 | This program and the accompanying materials |
| 6 | are made available under the terms of the Eclipse Public License 2.0 |
| 7 | which accompanies this distribution, and is available at |
| 8 | https://www.eclipse.org/legal/epl-2.0/ |
| 9 | |
| 10 | SPDX-License-Identifier: EPL-2.0 |
| 11 | |
| 12 | Contributors: |
| 13 | E.D.Willink - initial API and implementation |
| 14 | --> |
| 15 | |
Ed Willink | 3ede28d | 2017-10-16 13:00:52 +0100 | [diff] [blame] | 16 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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 | <parent> |
| 20 | <groupId>org.eclipse.ocl</groupId> |
| 21 | <artifactId>org.eclipse.ocl.releng-folder</artifactId> |
Ed Willink | 7cbf429 | 2024-02-15 15:01:01 +0000 | [diff] [blame] | 22 | <version>6.20.0-SNAPSHOT</version> |
Ed Willink | 3ede28d | 2017-10-16 13:00:52 +0100 | [diff] [blame] | 23 | <relativePath>..</relativePath> |
| 24 | </parent> |
| 25 | <groupId>org.eclipse.ocl</groupId> |
| 26 | <artifactId>org.eclipse.ocl.releng.build-site</artifactId> |
Ed Willink | 7cbf429 | 2024-02-15 15:01:01 +0000 | [diff] [blame] | 27 | <version>6.20.0-SNAPSHOT</version> |
Ed Willink | 3ede28d | 2017-10-16 13:00:52 +0100 | [diff] [blame] | 28 | <packaging>eclipse-repository</packaging> |
Ed Willink | be80bfe | 2017-10-19 14:08:28 +0100 | [diff] [blame] | 29 | <build> |
| 30 | <resources> |
| 31 | <resource> |
| 32 | <directory>.</directory> |
| 33 | <filtering>true</filtering> |
| 34 | <includes> |
Ed Willink | 61c9961 | 2018-06-10 21:51:35 +0100 | [diff] [blame] | 35 | <include>publisher.properties</include> |
Ed Willink | ebe849b | 2024-03-03 08:01:51 +0000 | [diff] [blame^] | 36 | <include>justj-promoter.properties</include> |
Ed Willink | 61c9961 | 2018-06-10 21:51:35 +0100 | [diff] [blame] | 37 | </includes> |
| 38 | </resource> |
| 39 | <resource> |
| 40 | <directory>.</directory> |
| 41 | <filtering>false</filtering> |
| 42 | <includes> |
Ed Willink | be80bfe | 2017-10-19 14:08:28 +0100 | [diff] [blame] | 43 | <include>downloads.sh</include> |
| 44 | <include>index.html</include> |
Ed Willink | 1989173 | 2020-04-09 16:55:16 +0100 | [diff] [blame] | 45 | <include>publish.sh</include> |
Ed Willink | be80bfe | 2017-10-19 14:08:28 +0100 | [diff] [blame] | 46 | <include>updates.sh</include> |
| 47 | </includes> |
| 48 | </resource> |
| 49 | </resources> |
| 50 | <plugins> |
| 51 | <plugin> |
| 52 | <groupId>org.eclipse.tycho</groupId> |
| 53 | <artifactId>tycho-p2-repository-plugin</artifactId> |
| 54 | <configuration> |
| 55 | <createArtifactRepository>true</createArtifactRepository> |
Ed Willink | ece321f | 2017-12-29 16:29:29 +0000 | [diff] [blame] | 56 | <finalName>${project.groupId}-${unqualifiedVersion}.${buildId}</finalName> |
Ed Willink | be80bfe | 2017-10-19 14:08:28 +0100 | [diff] [blame] | 57 | <compress>true</compress> |
Ed Willink | ece321f | 2017-12-29 16:29:29 +0000 | [diff] [blame] | 58 | <repositoryName>OCL ${unqualifiedVersion}.${buildId}</repositoryName> |
Ed Willink | be80bfe | 2017-10-19 14:08:28 +0100 | [diff] [blame] | 59 | </configuration> |
| 60 | </plugin> |
| 61 | <plugin> |
| 62 | <groupId>org.apache.maven.plugins</groupId> |
| 63 | <artifactId>maven-resources-plugin</artifactId> |
| 64 | <executions> |
| 65 | <execution> |
| 66 | <phase>verify</phase> |
| 67 | <goals> |
| 68 | <goal>resources</goal> |
| 69 | </goals> |
| 70 | </execution> |
| 71 | </executions> |
| 72 | <configuration> |
| 73 | <outputDirectory>${project.build.directory}</outputDirectory> |
| 74 | </configuration> |
| 75 | </plugin> |
| 76 | </plugins> |
| 77 | </build> |
Ed Willink | 61c9961 | 2018-06-10 21:51:35 +0100 | [diff] [blame] | 78 | <profiles> |
| 79 | <profile> |
| 80 | <id>javadoc</id> |
| 81 | <activation> |
| 82 | <activeByDefault>false</activeByDefault> |
| 83 | </activation> |
| 84 | <build> |
| 85 | <resources> |
| 86 | <resource> |
| 87 | <directory>../../doc/org.eclipse.ocl.doc/target</directory> |
| 88 | <filtering>false</filtering> |
| 89 | <includes> |
| 90 | <include>OCL-javadoc.zip</include> |
| 91 | </includes> |
| 92 | </resource> |
| 93 | </resources> |
| 94 | </build> |
| 95 | </profile> |
| 96 | <profile> |
| 97 | <id>pdfdoc</id> |
| 98 | <activation> |
| 99 | <activeByDefault>false</activeByDefault> |
| 100 | </activation> |
| 101 | <build> |
| 102 | <resources> |
| 103 | <resource> |
| 104 | <directory>../../doc/org.eclipse.ocl.doc/target</directory> |
| 105 | <filtering>false</filtering> |
| 106 | <includes> |
| 107 | <include>ocl.pdf</include> |
| 108 | </includes> |
| 109 | </resource> |
| 110 | </resources> |
| 111 | </build> |
| 112 | </profile> |
| 113 | </profiles> |
Ed Willink | 3ede28d | 2017-10-16 13:00:52 +0100 | [diff] [blame] | 114 | </project> |