Use environment variables for OLM timers
[transportpce.git] / features / odl-transportpce / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <!-- Copyright © 2021 Orange and others. All rights reserved. This program
3     and the accompanying materials are made available under the terms of the
4     Eclipse Public License v1.0 which accompanies this distribution, and is available
5     at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-transportpce">
7     <feature name="odl-transportpce">
8         <configfile finalname="etc/org.opendaylight.transportpce.cfg" override="true">
9             mvn:${project.groupId}/${project.artifactId}/${project.version}/cfg/config
10         </configfile>
11     </feature>
12 </features>