Move config file under src/main/config 35/29135/8
authoradetalhouet <adetalhouet@inocybe.com>
Mon, 2 Nov 2015 13:58:26 +0000 (08:58 -0500)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 3 Nov 2015 16:48:04 +0000 (16:48 +0000)
commit7e414bd58b3af1156d65e8a31a13d2bba52941f4
tree59c8c614a472c89de17dadf5672ebd4d93a6ee66
parenta9bd8422c243c20b949f9c9077f57ec3aceced42
Move config file under src/main/config

Instead have having a seperate bundle for the config file, let's use the src/main/config
source package and the config-parent parent from controller project

This patch also fixes:

- header violation
- proper .gitignore entry for maven-metadata-local.xml

Change-Id: I738e592f8d7e559d9609b8c8f1d4cf9102311367
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
23 files changed:
.gitignore
artifacts/pom.xml
features/pom.xml
features/src/main/features/features.xml
groupbasedpolicy-faas-config/pom.xml [deleted file]
groupbasedpolicy-ofoverlay-config/pom.xml [deleted file]
neutron-mapper-config/pom.xml [deleted file]
neutron-mapper/pom.xml
neutron-mapper/src/main/config/default-config.xml [moved from neutron-mapper-config/src/main/resources/initial/15-neutron-mapper.xml with 100% similarity]
neutron-ovsdb-config/pom.xml [deleted file]
neutron-ovsdb/pom.xml
neutron-ovsdb/src/main/config/default-config.xml [moved from neutron-ovsdb-config/src/main/resources/initial/15-neutron-ovsdb.xml with 100% similarity]
pom.xml
renderers/faas/pom.xml
renderers/faas/src/main/config/default-config.xml [moved from groupbasedpolicy-faas-config/src/main/resources/initial/15-groupbasedpolicy-faas.xml with 99% similarity]
renderers/faas/src/main/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasEndpointManagerListener.java
renderers/faas/src/main/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasRenderer.java
renderers/ofoverlay/pom.xml
renderers/ofoverlay/src/main/config/default-config.xml [moved from groupbasedpolicy-ofoverlay-config/src/main/resources/initial/15-groupbasedpolicy-ofoverlay.xml with 100% similarity]
renderers/pom.xml
ui-backend-config/pom.xml [deleted file]
ui-backend/pom.xml
ui-backend/src/main/config/default-config.xml [moved from ui-backend-config/src/main/resources/initial/15-ui-backend.xml with 100% similarity]