Drop Nokia from file header copyright line, part 2
[portal/ric-dashboard.git] / anr-xapp-client / README.md
1 # ANR xApp Client Generator
2
3 This projects generates a REST client library from the Swagger specification
4 file stored here and packages it in a jar.
5
6 ## Eclipse and STS Users
7
8 The Swagger Codegen maven plugin is not supported in Eclipse/STS. You can
9 limp along by taking these steps:
10
11 1. Generate the code using maven:
12     mvn install
13 2. Add this folder to the project build path:
14     target/generated-sources/swagger/src/main/java
15
16 ## License
17
18 Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
19 Licensed under the Apache License, Version 2.0 (the "License");
20 you may not use this file except in compliance with the License.
21 You may obtain a copy of the License at
22
23      http://www.apache.org/licenses/LICENSE-2.0
24
25 Unless required by applicable law or agreed to in writing, software
26 distributed under the License is distributed on an "AS IS" BASIS,
27 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 See the License for the specific language governing permissions and
29 limitations under the License.