blob: 4f332a9cf653798860064775db1a66da40c89d99 [file] [log] [blame]
David Matějček5f22f7a2022-03-16 14:12:18 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
4 Copyright (c) 2021 Contributors to the Eclipse Foundation. 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<project xmlns="http://maven.apache.org/POM/4.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
22>
23 <modelVersion>4.0.0</modelVersion>
24 <parent>
25 <groupId>org.glassfish.main.snapshots</groupId>
26 <artifactId>snapshotsmodule</artifactId>
27 <version>0.0.0-SNAPSHOT</version>
28 </parent>
29
30 <artifactId>metro</artifactId>
31 <packaging>pom</packaging>
32
33 <properties>
34 <snapshots.sources.url>https://github.com/eclipse-ee4j/metro-wsit/archive/refs/heads/master.zip</snapshots.sources.url>
35 <snapshots.sources.directory>${project.build.directory}/metro-wsit-master/wsit</snapshots.sources.directory>
36 </properties>
37
38 <build>
39 <plugins>
40 <plugin>
41 <groupId>com.googlecode.maven-download-plugin</groupId>
42 <artifactId>download-maven-plugin</artifactId>
43 </plugin>
44 <plugin>
45 <artifactId>maven-invoker-plugin</artifactId>
46 </plugin>
47 </plugins>
48 </build>
49</project>