blob: 83dc7061f43dd611293f305ac245710515882fe5 [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 -->
Timoney, Dan (dt5972)38f6f0a2019-01-08 14:40:54 -050020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 +000021 <modelVersion>4.0.0</modelVersion>
22 <parent>
23 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
24 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050025 <version>0.4.1-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000026 <relativePath>../parent</relativePath>
27 </parent>
28 <artifactId>application</artifactId>
29 <packaging>jar</packaging>
30 <name>Blueprints Processor Application</name>
31 <description>Blueprints Processor Application</description>
32
33 <dependencies>
34 <dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050035 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -050036 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050037 </dependency>
38 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000039 <groupId>org.springframework.boot</groupId>
40 <artifactId>spring-boot-devtools</artifactId>
41 <scope>runtime</scope>
42 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050043 <!-- North Bound -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000044 <dependency>
45 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
46 <artifactId>resource-api</artifactId>
47 </dependency>
48 <dependency>
Alexis de Talhouët7aa5df82019-02-11 17:23:48 -050049 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
50 <artifactId>python-executor</artifactId>
51 </dependency>
52 <dependency>
Alexis de Talhouëtc55160e2019-02-12 23:05:01 -050053 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
54 <artifactId>netconf-executor</artifactId>
55 </dependency>
56 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000057 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
58 <artifactId>selfservice-api</artifactId>
59 </dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040060 <dependency>
Muthuramalingam, Brinda Santh(bs2796)99b20422018-12-06 16:46:19 -050061 <groupId>com.h2database</groupId>
62 <artifactId>h2</artifactId>
63 </dependency>
64 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040065 <groupId>org.powermock</groupId>
66 <artifactId>powermock-api-mockito2</artifactId>
67 <scope>test</scope>
68 </dependency>
69 <dependency>
70 <groupId>org.springframework.boot</groupId>
71 <artifactId>spring-boot-starter-test</artifactId>
72 <scope>test</scope>
73 </dependency>
74 <dependency>
75 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050076 <artifactId>kotlin-test-junit</artifactId>
Brinda Santhafbc1522018-08-23 23:34:05 -040077 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>io.projectreactor</groupId>
81 <artifactId>reactor-test</artifactId>
82 <scope>test</scope>
83 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000084 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000085 <build>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050086 <resources>
87 <resource>
88 <!--config and resource files -->
89 <directory>${basedir}/etc</directory>
90 <targetPath>${basedir}/target/etc</targetPath>
91 <filtering>true</filtering>
92 <includes>
93 <include>**/*</include>
94 </includes>
95 </resource>
96 <resource>
97 <!--config and resource files -->
98 <directory>${basedir}/src/main/resources</directory>
99 <targetPath>${basedir}/target/src/main/resources</targetPath>
100 <filtering>true</filtering>
101 <includes>
102 <include>**/*</include>
103 </includes>
104 </resource>
105 <resource>
106 <directory>src/main/resources</directory>
107 <includes>
108 <include>**/*</include>
109 </includes>
110 <filtering>true</filtering>
111 </resource>
112 </resources>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000113 <plugins>
114 <plugin>
115 <groupId>org.springframework.boot</groupId>
116 <artifactId>spring-boot-maven-plugin</artifactId>
117 </plugin>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500118 <plugin>
119 <artifactId>maven-resources-plugin</artifactId>
120 <version>2.6</version>
121 <executions>
122 <execution>
123 <id>copy-dockerfile</id>
124 <goals>
125 <goal>copy-resources</goal>
126 </goals><!-- here the phase you need -->
127 <phase>validate</phase>
128 <configuration>
129 <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
130 <resources>
131 <resource>
132 <directory>src/main/docker</directory>
133 <includes>
134 <include>*</include>
135 </includes>
136 <filtering>true</filtering>
137 </resource>
138 </resources>
139 </configuration>
140 </execution>
141 </executions>
142 </plugin>
143 <plugin>
144 <groupId>org.apache.maven.plugins</groupId>
145 <artifactId>maven-antrun-plugin</artifactId>
146 <executions>
147 <execution>
148 <id>ant-test</id>
149 <phase>package</phase>
150 <configuration>
151 <tasks>
152 <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/>
153 </tasks>
154 </configuration>
155 <goals>
156 <goal>run</goal>
157 </goals>
158 </execution>
159 </executions>
160 </plugin>
161 <plugin>
162 <artifactId>maven-compiler-plugin</artifactId>
163 <version>3.1</version>
164 <configuration>
165 <!-- <skip>${skip.compile}</skip>-->
166 <source>1.8</source>
167 <target>1.8</target>
168 </configuration>
169 </plugin>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000170 </plugins>
171 </build>
172</project>