Fix sdnc dgbuilder build failure

ant reports build_pom_for_yang_compile as invalid
command on windows as ant plugin consider it as native
command. executable directive make it explicit.

Change-Id: I25d202eafeda6102cba38bd12e78a1d2a617e785
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>

Former-commit-id: 7e56426b59afa7866cd28a04efc6e133907d625d
1 file changed
tree: b4fcc99abc40810b2fb270ecb82d4a4ac2806fb9
  1. admportal/
  2. dgbuilder/
  3. installation/
  4. platform-logic/
  5. .gitignore
  6. .gitreview
  7. example-settings.xml
  8. jenkins-settings.xml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".