The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format.
Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71
Signed-off-by: root <ha076r@att.com>
Issue: [APPC-99]
<goal>exec</goal>
</goals>
<configuration>
- <executable>/usr/bin/find</executable>
+ <executable>find</executable>
<arguments>
<argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
<argument>-name</argument>
<include>**/*.xml</include>
<include>**/graph.versions</include>
</includes>
+ <lineEnding>unix</lineEnding>
</fileSet>
<fileSet>