adding command-line and certificate functionalities
[aaa.git] / features / aaa-cli / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Inocybe Technology All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 -->
9 <features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
10           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
12
13     <repository>mvn:org.opendaylight.aaa/features-aaa-cert/{{VERSION}}/xml/features</repository>
14
15     <feature name='odl-aaa-cli' description='OpenDaylight :: AAA :: aaa opendaylight command line'
16              version='${project.version}'>
17         <feature version="${project.version}">odl-aaa-cert</feature>
18         <bundle>mvn:org.opendaylight.aaa/aaa-cli/{{VERSION}}</bundle>
19     </feature>
20
21 </features>