summaryrefslogtreecommitdiffstats
path: root/nfvparser
diff options
context:
space:
mode:
authorZhaoxing <meng.zhaoxing1@zte.com.cn>2017-09-07 16:15:21 +0800
committerZhaoxing <meng.zhaoxing1@zte.com.cn>2017-09-07 16:15:21 +0800
commit723a89591b73ed1f7ad43a31c38b40b2cc784e0e (patch)
tree0d0d3f295fe19d1d398b8775bd5725a7f4fa81c4 /nfvparser
parentce21aa0c805a2bf422d9b43cac2c42402d2e7c18 (diff)
Add pom file of nfvparser
Change-Id: I30436a037f75c692f537cdef52e780257a5d9c35 Issues-Id: MODELING-11 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'nfvparser')
-rw-r--r--nfvparser/pom.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/nfvparser/pom.xml b/nfvparser/pom.xml
new file mode 100644
index 0000000..ca18505
--- /dev/null
+++ b/nfvparser/pom.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2016 ZTE Corporation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<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">
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.onap.modeling.toscaparsers.nfvparser</groupId>
+ <artifactId>modeling-toscaparsers-nfvparser</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>modeling/toscaparsers/nfvparser</name>
+ <description>modeling/toscaparsers/nfvparser</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file