blob: 4ef3e714e0928802cc8432080e3549454c06a926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2022 Nordix Foundation
.. _build:
Build
=====
..
* This section is used to describe how a software component is built from
source into something ready for use either in a run-time environment or to
build other components.
* This section is typically provided for a platform-component, application,
and sdk; and referenced in developer guides.
Environment
-----------
- JDK 11
- Maven 3.6.*
- local .m2 settings.xml set to https://git.onap.org/oparent/plain/settings.xml
For more information regarding Env set up see `Setting Up Your Development Environment`_.
.. _Setting Up Your Development Environment: https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment
.. _Build steps:
Steps
-----
Run the following from project root:
``mvn clean install``
The result is JAR file under the ``sdc-distribution-client/target`` folder
|