| <?xml version="1.0" encoding="UTF-8"?> |
| <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"> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>appc-dispatcher</artifactId> |
| <groupId>org.openecomp.appc</groupId> |
| <version>1.1.0-SNAPSHOT</version> |
| <name>appc-dispatcher-features</name> |
| <artifactId>appc-dispatcher-features</artifactId> |
| <packaging>jar</packaging> |
| <filtering>true</filtering> |
| <directory>src/main/resources</directory> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <phase>generate-resources</phase> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <id>attach-artifacts</id> |
| <goal>attach-artifact</goal> |
| <file>${project.build.directory}/classes/${features.file}</file> |
| <classifier>features</classifier> |