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: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,10 @@ If you want to use the version of SDM CAP plugin released on the central maven r
81
81
git clone https://github.com/cap-java/sdm
82
82
```
83
83
84
-
3. Checkout to the branch **deploy**:
84
+
3. Checkout to the branch **local_deploy**:
85
85
86
86
```sh
87
-
git checkout deploy
87
+
git checkout local_deploy
88
88
```
89
89
90
90
4. Navigate to the demoapp folder:
@@ -128,10 +128,10 @@ To use a development version of the SDM CAP plugin, follow these steps. This is
128
128
```
129
129
The plugin is now added to your local .m2 repository, giving it priority over the version available in the central Maven repository during the application build.
130
130
131
-
3. Checkout to the branch **deploy**:
131
+
3. Checkout to the branch **local_deploy**:
132
132
133
133
```sh
134
-
git checkout deploy
134
+
git checkout local_deploy
135
135
```
136
136
137
137
4. Navigate to the demoapp folder:
@@ -1185,11 +1185,17 @@ annotate my.Books.attachments with @UI: {
0 commit comments