aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder')
-rw-r--r--dgbuilder/pom.xml15
-rw-r--r--dgbuilder/src/assembly/assemble_zip.xml4
2 files changed, 8 insertions, 11 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index 6c4f7587..abd18531 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.sdnc.oam</groupId>
<artifactId>sdnc-oam</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
<groupId>org.openecomp.sdnc.oam</groupId>
<artifactId>dgbuilder</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<name>Directed Graph Builder</name>
<description>Directed Graph Builder</description>
@@ -81,7 +81,6 @@
<descriptors>
<descriptor>src/assembly/assemble_zip.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
@@ -117,11 +116,11 @@
<execution>
<phase>generate-sources</phase>
<configuration>
- <workingDirectory>"${project.basedir}"</workingDirectory>
- <executable>build_pom_for_yang_compile</executable>
- <arguments>
- <argument>"${project.parent.version}"</argument>
- </arguments>
+ <tasks>
+ <exec executable="${project.basedir}/build_pom_for_yang_compile">
+ <arg value="${project.parent.version}"/>
+ </exec>
+ </tasks>
</configuration>
<goals>
<goal>run</goal>
diff --git a/dgbuilder/src/assembly/assemble_zip.xml b/dgbuilder/src/assembly/assemble_zip.xml
index 1c51346b..8b65f500 100644
--- a/dgbuilder/src/assembly/assemble_zip.xml
+++ b/dgbuilder/src/assembly/assemble_zip.xml
@@ -3,7 +3,7 @@
openECOMP : SDN-C
================================================================================
Copyright (C) 2017 AT&T Intellectual Property. All rights
- reserved.
+ reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -25,8 +25,6 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>bin</id>
-
<formats>
<format>zip</format>
</formats>