Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
| 4 | ~ |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 5 | ~ Modifications Copyright © 2018 IBM. |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 6 | ~ Modifications Copyright © 2019 Bell Canada. |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 7 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 8 | ~ 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) | 38f6f0a | 2019-01-08 14:40:54 -0500 | [diff] [blame] | 20 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 24 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | d7d47b4 | 2019-01-04 10:43:33 -0500 | [diff] [blame] | 25 | <version>0.4.1-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 26 | <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 Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 35 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 2ecd4e7 | 2019-02-07 14:51:50 -0500 | [diff] [blame] | 36 | <artifactId>blueprint-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 39 | <groupId>org.springframework.boot</groupId> |
| 40 | <artifactId>spring-boot-devtools</artifactId> |
| 41 | <scope>runtime</scope> |
| 42 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 43 | <!-- North Bound --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 44 | <dependency> |
| 45 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 46 | <artifactId>resource-api</artifactId> |
| 47 | </dependency> |
| 48 | <dependency> |
Alexis de Talhouët | 7aa5df8 | 2019-02-11 17:23:48 -0500 | [diff] [blame] | 49 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 50 | <artifactId>python-executor</artifactId> |
| 51 | </dependency> |
| 52 | <dependency> |
Alexis de Talhouët | c55160e | 2019-02-12 23:05:01 -0500 | [diff] [blame^] | 53 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 54 | <artifactId>netconf-executor</artifactId> |
| 55 | </dependency> |
| 56 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 57 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 58 | <artifactId>selfservice-api</artifactId> |
| 59 | </dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 60 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 99b2042 | 2018-12-06 16:46:19 -0500 | [diff] [blame] | 61 | <groupId>com.h2database</groupId> |
| 62 | <artifactId>h2</artifactId> |
| 63 | </dependency> |
| 64 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 65 | <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) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 76 | <artifactId>kotlin-test-junit</artifactId> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 77 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 84 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 85 | <build> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 86 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 113 | <plugins> |
| 114 | <plugin> |
| 115 | <groupId>org.springframework.boot</groupId> |
| 116 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 117 | </plugin> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 118 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 170 | </plugins> |
| 171 | </build> |
| 172 | </project> |