|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved. |
| 5 | +
|
| 6 | + This program and the accompanying materials are made available under the |
| 7 | + terms of the Eclipse Public License v. 2.0, which is available at |
| 8 | + http://www.eclipse.org/legal/epl-2.0. |
| 9 | +
|
| 10 | + This Source Code may also be made available under the following Secondary |
| 11 | + Licenses when the conditions for such availability set forth in the |
| 12 | + Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| 13 | + version 2 with the GNU Classpath Exception, which is available at |
| 14 | + https://www.gnu.org/software/classpath/license.html. |
| 15 | +
|
| 16 | + SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| 17 | +
|
| 18 | +--> |
| 19 | + |
| 20 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 22 | + <modelVersion>4.0.0</modelVersion> |
| 23 | + <parent> |
| 24 | + <groupId>jakarta.json</groupId> |
| 25 | + <artifactId>jakarta.json-tck</artifactId> |
| 26 | + <version>2.1.0-SNAPSHOT</version> |
| 27 | + <relativePath>../pom.xml</relativePath> |
| 28 | + </parent> |
| 29 | + |
| 30 | + <groupId>jakarta.json</groupId> |
| 31 | + <artifactId>jakarta.json-tck-dist-epl</artifactId> |
| 32 | + <packaging>pom</packaging> |
| 33 | + <name>JSONP TCK EPL Distribution</name> |
| 34 | + |
| 35 | + <licenses> |
| 36 | + <license> |
| 37 | + <name>Eclipse Public License - v 2.0</name> |
| 38 | + <distribution>repo</distribution> |
| 39 | + <url>https://www.eclipse.org/legal/epl-2.0/</url> |
| 40 | + </license> |
| 41 | + </licenses> |
| 42 | + |
| 43 | + <dependencies> |
| 44 | + <dependency> |
| 45 | + <groupId>jakarta.json</groupId> |
| 46 | + <artifactId>jakarta.json-tck-ug</artifactId> |
| 47 | + <version>${project.version}</version> |
| 48 | + <type>zip</type> |
| 49 | + </dependency> |
| 50 | + <dependency> |
| 51 | + <groupId>jakarta.json</groupId> |
| 52 | + <artifactId>jakarta.json-tck</artifactId> |
| 53 | + <version>${project.version}</version> |
| 54 | + <type>pom</type> |
| 55 | + </dependency> |
| 56 | + <dependency> |
| 57 | + <groupId>jakarta.json</groupId> |
| 58 | + <artifactId>jakarta.json-tck-common</artifactId> |
| 59 | + <version>${project.version}</version> |
| 60 | + <type>jar</type> |
| 61 | + </dependency> |
| 62 | + <dependency> |
| 63 | + <groupId>jakarta.json</groupId> |
| 64 | + <artifactId>jakarta.json-tck-common</artifactId> |
| 65 | + <version>${project.version}</version> |
| 66 | + <type>pom</type> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>jakarta.json</groupId> |
| 70 | + <artifactId>jakarta.json-tck-common</artifactId> |
| 71 | + <version>${project.version}</version> |
| 72 | + <classifier>sources</classifier> |
| 73 | + <optional>true</optional> |
| 74 | + </dependency> |
| 75 | + <dependency> |
| 76 | + <groupId>jakarta.json</groupId> |
| 77 | + <artifactId>jakarta.json-tck-tests</artifactId> |
| 78 | + <version>${project.version}</version> |
| 79 | + <type>jar</type> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>jakarta.json</groupId> |
| 83 | + <artifactId>jakarta.json-tck-tests</artifactId> |
| 84 | + <version>${project.version}</version> |
| 85 | + <type>pom</type> |
| 86 | + </dependency> |
| 87 | + <dependency> |
| 88 | + <groupId>jakarta.json</groupId> |
| 89 | + <artifactId>jakarta.json-tck-tests</artifactId> |
| 90 | + <version>${project.version}</version> |
| 91 | + <classifier>sources</classifier> |
| 92 | + <optional>true</optional> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>jakarta.json</groupId> |
| 96 | + <artifactId>jakarta.json-tck-tests-pluggability</artifactId> |
| 97 | + <version>${project.version}</version> |
| 98 | + <type>jar</type> |
| 99 | + </dependency> |
| 100 | + <dependency> |
| 101 | + <groupId>jakarta.json</groupId> |
| 102 | + <artifactId>jakarta.json-tck-tests-pluggability</artifactId> |
| 103 | + <version>${project.version}</version> |
| 104 | + <type>pom</type> |
| 105 | + </dependency> |
| 106 | + <dependency> |
| 107 | + <groupId>jakarta.json</groupId> |
| 108 | + <artifactId>jakarta.json-tck-tests-pluggability</artifactId> |
| 109 | + <version>${project.version}</version> |
| 110 | + <classifier>sources</classifier> |
| 111 | + <optional>true</optional> |
| 112 | + </dependency> |
| 113 | + </dependencies> |
| 114 | + |
| 115 | + <build> |
| 116 | + <plugins> |
| 117 | + <plugin> |
| 118 | + <groupId>org.apache.maven.plugins</groupId> |
| 119 | + <artifactId>maven-dependency-plugin</artifactId> |
| 120 | + <version>3.2.0</version> |
| 121 | + <executions> |
| 122 | + <execution> |
| 123 | + <id>unpack</id> |
| 124 | + <phase>package</phase> |
| 125 | + <goals> |
| 126 | + <goal>unpack</goal> |
| 127 | + </goals> |
| 128 | + <configuration> |
| 129 | + <artifactItems> |
| 130 | + <artifactItem> |
| 131 | + <groupId>jakarta.json</groupId> |
| 132 | + <artifactId>jakarta.json-tck-dist-eftl</artifactId> |
| 133 | + <version>${project.version}</version> |
| 134 | + <type>zip</type> |
| 135 | + <overWrite>true</overWrite> |
| 136 | + <excludes>**/LICENSE.md</excludes> |
| 137 | + </artifactItem> |
| 138 | + </artifactItems> |
| 139 | + <outputDirectory>${project.build.directory}/generated</outputDirectory> |
| 140 | + <overWriteSnapshots>true</overWriteSnapshots> |
| 141 | + </configuration> |
| 142 | + </execution> |
| 143 | + </executions> |
| 144 | + </plugin> |
| 145 | + <plugin> |
| 146 | + <artifactId>maven-assembly-plugin</artifactId> |
| 147 | + <executions> |
| 148 | + <execution> |
| 149 | + <id>distribution</id> |
| 150 | + <phase>package</phase> |
| 151 | + <goals> |
| 152 | + <goal>single</goal> |
| 153 | + </goals> |
| 154 | + <configuration> |
| 155 | + <descriptors> |
| 156 | + <descriptor>src/main/assembly/assembly.xml</descriptor> |
| 157 | + </descriptors> |
| 158 | + <appendAssemblyId>false</appendAssemblyId> |
| 159 | + <finalName>jsonp-tck-${project.version}</finalName> |
| 160 | + </configuration> |
| 161 | + </execution> |
| 162 | + </executions> |
| 163 | + </plugin> |
| 164 | + </plugins> |
| 165 | + </build> |
| 166 | +</project> |
0 commit comments