You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/resourcemanager/README.md
+37-49Lines changed: 37 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# stackit-resourcemanager
1
+
# stackit-sdk-resourcemanager
2
2
3
3
Resource Manager API
4
+
4
5
- API version: 2.0
5
-
- Generator version: 7.14.0
6
6
7
7
API v2 to manage resource containers - organizations, folders, projects incl. labels
8
8
@@ -26,29 +26,29 @@ STACKIT projects are needed to use cloud-resources. Projects serve as wrapper fo
26
26
STACKIT labels are key-value pairs including a resource container reference. Labels can be defined and attached freely to resource containers by which resources can be organized and queried.
27
27
- Policy-based, immutable labels may exists
28
28
29
-
For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)
29
+
For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)
30
30
31
-
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
31
+
This package is part of the STACKIT Java SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-java) of the SDK.
32
32
33
33
34
34
## Requirements
35
35
36
36
Building the API client library requires:
37
37
1. Java 1.8+
38
-
2. Maven (3.8.3+)/Gradle (7.2+)
39
38
40
39
## Installation
41
40
42
41
To install the API client library to your local Maven repository, simply execute:
43
42
44
43
```shell
45
-
mvn clean install
44
+
./gradlew publishToMavenLocal
46
45
```
47
46
48
47
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
49
48
50
49
```shell
51
-
mvn clean deploy
50
+
# TODO: follow up story
51
+
# ./gradlew publishToMavenCentral
52
52
```
53
53
54
54
Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) for more information.
@@ -60,8 +60,8 @@ Add this dependency to your project's POM:
0 commit comments