blob: 0f9e08b5f1d9f4430d6558a482cc5a2e1d1af2be [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
4 ~
Brinda Santhafbc1522018-08-23 23:34:05 -04005 ~ Modifications Copyright © 2018 IBM.
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05006 ~ Modifications Copyright © 2019 Bell Canada.
Brinda Santhafbc1522018-08-23 23:34:05 -04007 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00008 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 -->
Alexis de Talhouëtd4b56bc2019-07-01 19:25:41 -040020<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/xsd/maven-4.0.0.xsd">
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000022 <modelVersion>4.0.0</modelVersion>
23 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040024 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000025 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)f6aba622019-04-30 14:28:15 -040026 <version>0.5.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000027 <relativePath>../parent</relativePath>
28 </parent>
29 <artifactId>application</artifactId>
30 <packaging>jar</packaging>
31 <name>Blueprints Processor Application</name>
32 <description>Blueprints Processor Application</description>
33
34 <dependencies>
35 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040036 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -050037 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050038 </dependency>
39 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000040 <groupId>org.springframework.boot</groupId>
Alexis de Talhouëte4a1f832019-03-04 21:37:27 -050041 <artifactId>spring-boot-starter-security</artifactId>
42 </dependency>
43
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050044 <!-- North Bound -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000045 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040046 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000047 <artifactId>resource-api</artifactId>
48 </dependency>
49 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040050 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouët7aa5df82019-02-11 17:23:48 -050051 <artifactId>python-executor</artifactId>
52 </dependency>
53 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040054 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Serge Simarda3d9ac82019-05-17 06:39:58 -040055 <artifactId>ansible-awx-executor</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouëtc55160e2019-02-12 23:05:01 -050059 <artifactId>netconf-executor</artifactId>
60 </dependency>
61 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040062 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
ottero9d334562019-03-11 14:03:09 +000063 <artifactId>restconf-executor</artifactId>
64 </dependency>
65 <dependency>
Brinda Santh145662f2019-05-16 12:37:55 -040066 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
67 <artifactId>cli-executor</artifactId>
68 </dependency>
69 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040070 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000071 <artifactId>selfservice-api</artifactId>
72 </dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040073 <dependency>
Muthuramalingam, Brinda Santh(bs2796)99b20422018-12-06 16:46:19 -050074 <groupId>com.h2database</groupId>
75 <artifactId>h2</artifactId>
76 </dependency>
77 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040078 <groupId>org.powermock</groupId>
79 <artifactId>powermock-api-mockito2</artifactId>
80 <scope>test</scope>
81 </dependency>
82 <dependency>
83 <groupId>org.springframework.boot</groupId>
84 <artifactId>spring-boot-starter-test</artifactId>
85 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050089 <artifactId>kotlin-test-junit</artifactId>
Brinda Santhafbc1522018-08-23 23:34:05 -040090 <scope>test</scope>
91 </dependency>
92 <dependency>
93 <groupId>io.projectreactor</groupId>
94 <artifactId>reactor-test</artifactId>
95 <scope>test</scope>
96 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000097 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000098 <build>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050099 <resources>
100 <resource>
101 <!--config and resource files -->
102 <directory>${basedir}/etc</directory>
103 <targetPath>${basedir}/target/etc</targetPath>
104 <filtering>true</filtering>
105 <includes>
106 <include>**/*</include>
107 </includes>
108 </resource>
109 <resource>
110 <!--config and resource files -->
111 <directory>${basedir}/src/main/resources</directory>
112 <targetPath>${basedir}/target/src/main/resources</targetPath>
113 <filtering>true</filtering>
114 <includes>
115 <include>**/*</include>
116 </includes>
117 </resource>
118 <resource>
119 <directory>src/main/resources</directory>
120 <includes>
121 <include>**/*</include>
122 </includes>
123 <filtering>true</filtering>
124 </resource>
125 </resources>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000126 <plugins>
127 <plugin>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500128 <artifactId>maven-resources-plugin</artifactId>
129 <version>2.6</version>
130 <executions>
131 <execution>
132 <id>copy-dockerfile</id>
133 <goals>
134 <goal>copy-resources</goal>
135 </goals><!-- here the phase you need -->
136 <phase>validate</phase>
137 <configuration>
138 <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
139 <resources>
140 <resource>
141 <directory>src/main/docker</directory>
142 <includes>
143 <include>*</include>
144 </includes>
145 <filtering>true</filtering>
146 </resource>
147 </resources>
148 </configuration>
149 </execution>
150 </executions>
151 </plugin>
152 <plugin>
153 <groupId>org.apache.maven.plugins</groupId>
154 <artifactId>maven-antrun-plugin</artifactId>
155 <executions>
156 <execution>
157 <id>ant-test</id>
158 <phase>package</phase>
159 <configuration>
160 <tasks>
161 <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/>
162 </tasks>
163 </configuration>
164 <goals>
165 <goal>run</goal>
166 </goals>
167 </execution>
168 </executions>
169 </plugin>
170 <plugin>
171 <artifactId>maven-compiler-plugin</artifactId>
172 <version>3.1</version>
173 <configuration>
174 <!-- <skip>${skip.compile}</skip>-->
175 <source>1.8</source>
176 <target>1.8</target>
177 </configuration>
178 </plugin>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000179 </plugins>
180 </build>
181</project>