blob: 3846d544d71681bb3749722553fb1129b06a5356 [file] [log] [blame]
Lvbo163f721b1a2017-08-23 17:27:33 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/**
4 * Copyright (c) 2017 ZTE Corporation.
5 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * and the Apache License 2.0 which both accompany this distribution,
8 * and are available at http://www.eclipse.org/legal/epl-v10.html
9 * and http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Contributors:
12 * ZTE - initial API and implementation and/or initial documentation
13 */
14-->
15<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17 <parent>
18 <groupId>org.onap.oparent</groupId>
19 <artifactId>oparent</artifactId>
YuanHu67e57672018-03-27 10:19:48 +080020 <version>1.1.0</version>
Lvbo163f721b1a2017-08-23 17:27:33 +080021 </parent>
22
23 <modelVersion>4.0.0</modelVersion>
24 <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
25 <artifactId>sdc-workflow-designer</artifactId>
Jessica Wagantall4aeb99f2017-09-08 12:39:38 -070026 <name>sdc-sdc-workflow-designer</name>
Michael Lando0bb55842018-05-26 20:00:32 +030027 <version>1.2.0-SNAPSHOT</version>
YuanHu77acffc2018-02-09 16:13:05 +080028 <packaging>pom</packaging>
Lvbo163f721b1a2017-08-23 17:27:33 +080029
30 <modules>
31 <module>sdc-workflow-designer-ui</module>
YuanHu23ade912018-02-13 11:22:10 +080032 <module>sdc-workflow-designer-server</module>
Lvbo163091eb472017-09-15 17:36:41 +080033 <module>distribution</module>
Lvbo163f721b1a2017-08-23 17:27:33 +080034 </modules>
Lvbo163091eb472017-09-15 17:36:41 +080035
36 <properties>
HuabingZhao80602772017-10-10 16:30:33 +080037 <onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/sdc-workflow-designer/${project.version}</onap.nexus.javadocs-url>
Lvbo163091eb472017-09-15 17:36:41 +080038 </properties>
YuanHu23ade912018-02-13 11:22:10 +080039
HuabingZhao80602772017-10-10 16:30:33 +080040 <distributionManagement>
41 <site>
42 <id>ecomp-site</id>
43 <url>${onap.nexus.javadocs-url}</url>
44 </site>
45 </distributionManagement>
Lvbo163091eb472017-09-15 17:36:41 +080046
Lvbo163091eb472017-09-15 17:36:41 +080047 <build>
48 <pluginManagement>
49 <plugins>
50 <plugin>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-dependency-plugin</artifactId>
53 <version>2.10</version>
54 </plugin>
55 <plugin>
56 <artifactId>maven-antrun-plugin</artifactId>
57 <version>1.8</version>
58 </plugin>
59 </plugins>
60 </pluginManagement>
61 </build>
Jessica Wagantall4aeb99f2017-09-08 12:39:38 -070062</project>