aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dgbuilder/.gitignore3
-rw-r--r--installation/ansible-server/pom.xml2
-rwxr-xr-xinstallation/dgbuilder/.gitignore1
-rw-r--r--platform-logic/pom.xml1
4 files changed, 5 insertions, 2 deletions
diff --git a/dgbuilder/.gitignore b/dgbuilder/.gitignore
index 39c24059..e0a11b57 100644
--- a/dgbuilder/.gitignore
+++ b/dgbuilder/.gitignore
@@ -10,4 +10,5 @@ target/
MANIFEST.MF
.DS_STORE
.metadata
-pom.xml_base \ No newline at end of file
+pom.xml_base
+node_modules \ No newline at end of file
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml
index e5e78019..593c5aee 100644
--- a/installation/ansible-server/pom.xml
+++ b/installation/ansible-server/pom.xml
@@ -88,7 +88,7 @@
</goals><!-- here the phase you need -->
<phase>validate</phase>
<configuration>
- <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/Playbooks</outputDirectory>
+ <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks</outputDirectory>
<resources>
<resource>
<directory>src/main/yml</directory>
diff --git a/installation/dgbuilder/.gitignore b/installation/dgbuilder/.gitignore
new file mode 100755
index 00000000..ed7fb70f
--- /dev/null
+++ b/installation/dgbuilder/.gitignore
@@ -0,0 +1 @@
+releases \ No newline at end of file
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
index 97369117..4fb18398 100644
--- a/platform-logic/pom.xml
+++ b/platform-logic/pom.xml
@@ -26,6 +26,7 @@
<module>vnfapi</module>
<module>lcm</module>
<module>restapi-templates</module>
+ <module>datachange</module>
<module>installer</module>
</modules>