-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
644 lines (644 loc) · 37.6 KB
/
.yo-rc.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
{
"generator-hyperiot": {
"projectsConfiguration": {
"HyperIoTMqttAuthorization": {
"applicationTypeEntity": false,
"applicationType": "service",
"projectSuffix": "mqttAuthorization",
"projectSuffixUC": "MqttAuthorization",
"projectSuffixLC": "mqttauthorization",
"projectName": "HyperIoTMqttAuthorization",
"projectGroupId": "it.acsoftware.hyperiot.mqtt.authorization",
"projectVersion": "1.0.0",
"hasRestServices": false,
"hasActions": false,
"projectApiPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-api",
"projectActionsPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-actions",
"projectFeaturesPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-features",
"projectModelPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-model",
"projectRepositoryPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-repository",
"projectServicePath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-service",
"projectServiceRestPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-service-rest",
"projectTestPath": "modules/HyperIoTMqttAuthorization/HyperIoTMqttAuthorization-test",
"apiPackage": "it.acsoftware.hyperiot.mqtt.authorization.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//api",
"actionsPackage": "it.acsoftware.hyperiot.mqtt.authorization.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//actions",
"modelPackage": "it.acsoftware.hyperiot.mqtt.authorization.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//model",
"repositoryPackage": "it.acsoftware.hyperiot.mqtt.authorization.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//repository",
"servicePackage": "it.acsoftware.hyperiot.mqtt.authorization.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//service",
"serviceRestPackage": "it.acsoftware.hyperiot.mqtt.authorization.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//service/rest",
"testPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authorization//test",
"order": 80,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTHProject": {
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "",
"projectSuffix": "hProject",
"projectSuffixUC": "HProject",
"projectSuffixLC": "hproject",
"karafFeature": "hyperiot-hproject",
"projectName": "HyperIoTHProject",
"projectGroupId": "it.acsoftware.hyperiot.hproject",
"projectVersion": "1.0.0",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTHProject/HyperIoTHProject-api",
"projectActionsPath": "modules/HyperIoTHProject/HyperIoTHProject-actions",
"projectFeaturesPath": "modules/HyperIoTHProject/HyperIoTHProject-features",
"projectModelPath": "modules/HyperIoTHProject/HyperIoTHProject-model",
"projectRepositoryPath": "modules/HyperIoTHProject/HyperIoTHProject-repository",
"projectServicePath": "modules/HyperIoTHProject/HyperIoTHProject-service",
"projectServiceRestPath": "modules/HyperIoTHProject/HyperIoTHProject-service-rest",
"projectTestPath": "modules/HyperIoTHProject/HyperIoTHProject-test",
"apiPackage": "it.acsoftware.hyperiot.hproject.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//api",
"actionsPackage": "it.acsoftware.hyperiot.hproject.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//actions",
"testPackage": "it.acsoftware.hyperiot.hproject.test",
"modelPackage": "it.acsoftware.hyperiot.hproject.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//model",
"repositoryPackage": "it.acsoftware.hyperiot.hproject.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//repository",
"servicePackage": "it.acsoftware.hyperiot.hproject.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//service",
"serviceRestPackage": "it.acsoftware.hyperiot.hproject.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/hproject//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/hproject//test",
"order": 20,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTRuleEngine": {
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "",
"projectSuffix": "ruleEngine",
"projectSuffixUC": "RuleEngine",
"projectSuffixLC": "ruleengine",
"karafFeature": "hyperiot-ruleengine",
"projectName": "HyperIoTRuleEngine",
"projectGroupId": "it.acsoftware.hyperiot.rule",
"projectVersion": "1.0.0",
"hasRestServices": false,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-api",
"projectActionsPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-actions",
"projectFeaturesPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-features",
"projectModelPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-model",
"projectRepositoryPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-repository",
"projectServicePath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-service",
"projectServiceRestPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-service-rest",
"projectTestPath": "modules/HyperIoTRuleEngine/HyperIoTRuleEngine-test",
"apiPackage": "it.acsoftware.hyperiot.rule.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//api",
"actionsPackage": "it.acsoftware.hyperiot.rule.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//actions",
"testPackage": "it.acsoftware.hyperiot.rule.test",
"modelPackage": "it.acsoftware.hyperiot.rule.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//model",
"repositoryPackage": "it.acsoftware.hyperiot.rule.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//repository",
"servicePackage": "it.acsoftware.hyperiot.rule.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//service",
"serviceRestPackage": "it.acsoftware.hyperiot.rule.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/rule//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/rule//test",
"order": 30,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTDashboard": {
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "",
"projectSuffix": "dashboard",
"projectSuffixUC": "Dashboard",
"projectSuffixLC": "dashboard",
"karafFeature": "hyperiot-dashboard",
"projectName": "HyperIoTDashboard",
"projectGroupId": "it.acsoftware.hyperiot.dashboard",
"projectVersion": "1.0.0",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTDashboard/HyperIoTDashboard-api",
"projectActionsPath": "modules/HyperIoTDashboard/HyperIoTDashboard-actions",
"projectFeaturesPath": "modules/HyperIoTDashboard/HyperIoTDashboard-features",
"projectModelPath": "modules/HyperIoTDashboard/HyperIoTDashboard-model",
"projectRepositoryPath": "modules/HyperIoTDashboard/HyperIoTDashboard-repository",
"projectServicePath": "modules/HyperIoTDashboard/HyperIoTDashboard-service",
"projectServiceRestPath": "modules/HyperIoTDashboard/HyperIoTDashboard-service-rest",
"projectTestPath": "modules/HyperIoTDashboard/HyperIoTDashboard-test",
"apiPackage": "it.acsoftware.hyperiot.dashboard.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//api",
"actionsPackage": "it.acsoftware.hyperiot.dashboard.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//actions",
"testPackage": "it.acsoftware.hyperiot.dashboard.test",
"modelPackage": "it.acsoftware.hyperiot.dashboard.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//model",
"repositoryPackage": "it.acsoftware.hyperiot.dashboard.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//repository",
"servicePackage": "it.acsoftware.hyperiot.dashboard.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//service",
"serviceRestPackage": "it.acsoftware.hyperiot.dashboard.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/dashboard//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/dashboard//test",
"order": 31,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTMqttClient": {
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "MqttClient",
"projectSuffix": "mqttClient",
"projectSuffixUC": "MqttClient",
"projectSuffixLC": "mqttclient",
"karafFeature": "hyperiot-mqttclient",
"projectName": "HyperIoTMqttClient",
"projectGroupId": "it.acsoftware.hyperiot.mqtt.client",
"projectVersion": "1.0.0",
"hasRestServices": false,
"hasActions": false,
"hasModel": true,
"projectApiPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-api",
"projectActionsPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-actions",
"projectFeaturesPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-features",
"projectModelPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-model",
"projectRepositoryPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-repository",
"projectServicePath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-service",
"projectServiceRestPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-service-rest",
"projectTestPath": "modules/HyperIoTMqttClient/HyperIoTMqttClient-test",
"apiPackage": "it.acsoftware.hyperiot.mqtt.client.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//api",
"actionsPackage": "it.acsoftware.hyperiot.mqtt.client.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//actions",
"testPackage": "it.acsoftware.hyperiot.mqtt.client.test",
"modelPackage": "it.acsoftware.hyperiot.mqtt.client.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//model",
"repositoryPackage": "it.acsoftware.hyperiot.mqtt.client.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//repository",
"servicePackage": "it.acsoftware.hyperiot.mqtt.client.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//service",
"serviceRestPackage": "it.acsoftware.hyperiot.mqtt.client.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/client//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/mqtt/client//test",
"order": 90,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTMqttAuthentication": {
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "",
"projectSuffix": "mqttAuthentication",
"projectSuffixUC": "MqttAuthentication",
"projectSuffixLC": "mqttauthentication",
"karafFeature": "hyperiot-mqttauthentication",
"projectName": "HyperIoTMqttAuthentication",
"projectGroupId": "it.acsoftware.hyperiot.mqtt.authentication",
"projectVersion": "1.0.0",
"hasRestServices": false,
"hasActions": false,
"hasModel": true,
"projectApiPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-api",
"projectActionsPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-actions",
"projectFeaturesPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-features",
"projectModelPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-model",
"projectRepositoryPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-repository",
"projectServicePath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-service",
"projectServiceRestPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-service-rest",
"projectTestPath": "modules/HyperIoTMqttAuthentication/HyperIoTMqttAuthentication-test",
"apiPackage": "it.acsoftware.hyperiot.mqtt.authentication.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//api",
"actionsPackage": "it.acsoftware.hyperiot.mqtt.authentication.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//actions",
"testPackage": "it.acsoftware.hyperiot.mqtt.authentication.test",
"modelPackage": "it.acsoftware.hyperiot.mqtt.authentication.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//model",
"repositoryPackage": "it.acsoftware.hyperiot.mqtt.authentication.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//repository",
"servicePackage": "it.acsoftware.hyperiot.mqtt.authentication.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//service",
"serviceRestPackage": "it.acsoftware.hyperiot.mqtt.authentication.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/mqtt/authentication//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/mqtt/authentication//test",
"order": 70,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTWidget": {
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "HyperIoTWidget",
"projectSuffix": "widget",
"projectSuffixUC": "Widget",
"projectSuffixLC": "widget",
"karafFeature": "hyperiot-widget",
"projectName": "HyperIoTWidget",
"projectGroupId": "it.acsoftware.hyperiot.widget",
"projectVersion": "1.0.0",
"hasRestServices": true,
"hasActions": false,
"hasModel": true,
"projectApiPath": "modules/HyperIoTWidget/HyperIoTWidget-api",
"projectActionsPath": "modules/HyperIoTWidget/HyperIoTWidget-actions",
"projectFeaturesPath": "modules/HyperIoTWidget/HyperIoTWidget-features",
"projectModelPath": "modules/HyperIoTWidget/HyperIoTWidget-model",
"projectRepositoryPath": "modules/HyperIoTWidget/HyperIoTWidget-repository",
"projectServicePath": "modules/HyperIoTWidget/HyperIoTWidget-service",
"projectServiceRestPath": "modules/HyperIoTWidget/HyperIoTWidget-service-rest",
"projectTestPath": "modules/HyperIoTWidget/HyperIoTWidget-test",
"apiPackage": "it.acsoftware.hyperiot.widget.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//api",
"actionsPackage": "it.acsoftware.hyperiot.widget.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//actions",
"testPackage": "it.acsoftware.hyperiot.widget.test",
"modelPackage": "it.acsoftware.hyperiot.widget.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//model",
"repositoryPackage": "it.acsoftware.hyperiot.widget.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//repository",
"servicePackage": "it.acsoftware.hyperiot.widget.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//service",
"serviceRestPackage": "it.acsoftware.hyperiot.widget.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/widget//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/widget//test",
"order": 13,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTAlgorithm": {
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "HyperIoTAlgorithm",
"projectSuffix": "algorithm",
"projectSuffixUC": "Algorithm",
"projectSuffixLC": "algorithm",
"karafFeature": "hyperiot-algorithm",
"projectName": "HyperIoTAlgorithm",
"projectGroupId": "it.acsoftware.hyperiot.algorithm",
"projectVersion": "1.0.0",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-api",
"projectActionsPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-actions",
"projectFeaturesPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-features",
"projectModelPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-model",
"projectRepositoryPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-repository",
"projectServicePath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-service",
"projectServiceRestPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-service-rest",
"projectTestPath": "modules/HyperIoTAlgorithm/HyperIoTAlgorithm-test",
"apiPackage": "it.acsoftware.hyperiot.algorithm.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//api",
"actionsPackage": "it.acsoftware.hyperiot.algorithm.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//actions",
"testPackage": "it.acsoftware.hyperiot.algorithm.test",
"modelPackage": "it.acsoftware.hyperiot.algorithm.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//model",
"repositoryPackage": "it.acsoftware.hyperiot.algorithm.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//repository",
"servicePackage": "it.acsoftware.hyperiot.algorithm.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//service",
"serviceRestPackage": "it.acsoftware.hyperiot.algorithm.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/algorithm//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/algorithm//test",
"order": 11,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTStormManager": {
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "",
"projectSuffix": "stormManager",
"projectSuffixUC": "StormManager",
"projectSuffixLC": "stormmanager",
"karafFeature": "hyperiot-stormmanager",
"projectName": "HyperIoTStormManager",
"projectGroupId": "it.acsoftware.hyperiot.stormmanager",
"projectVersion": "1.0.0",
"hasRestServices": false,
"hasActions": false,
"projectApiPath": "modules/HyperIoTStormManager/HyperIoTStormManager-api",
"projectActionsPath": "modules/HyperIoTStormManager/HyperIoTStormManager-actions",
"projectFeaturesPath": "modules/HyperIoTStormManager/HyperIoTStormManager-features",
"projectModelPath": "modules/HyperIoTStormManager/HyperIoTStormManager-model",
"projectRepositoryPath": "modules/HyperIoTStormManager/HyperIoTStormManager-repository",
"projectServicePath": "modules/HyperIoTStormManager/HyperIoTStormManager-service",
"projectServiceRestPath": "modules/HyperIoTStormManager/HyperIoTStormManager-service-rest",
"projectTestPath": "modules/HyperIoTStormManager/HyperIoTStormManager-test",
"apiPackage": "it.acsoftware.hyperiot.stormmanager.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//api",
"actionsPackage": "it.acsoftware.hyperiot.stormmanager.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//actions",
"testPackage": "it.acsoftware.hyperiot.stormmanager.test",
"modelPackage": "it.acsoftware.hyperiot.stormmanager.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//model",
"repositoryPackage": "it.acsoftware.hyperiot.stormmanager.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//repository",
"servicePackage": "it.acsoftware.hyperiot.stormmanager.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//service",
"serviceRestPackage": "it.acsoftware.hyperiot.stormmanager.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/stormmanager//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/stormmanager//test",
"order": 120,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTAlarm": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "HyperIoTAlarm",
"projectSuffix": "alarm",
"projectSuffixUC": "Alarm",
"projectSuffixLC": "alarm",
"karafFeature": "hyperiot-alarm",
"projectName": "HyperIoTAlarm",
"projectGroupId": "it.acsoftware.hyperiot.alarm",
"projectVersion": "1.0.0",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTAlarm/HyperIoTAlarm-api",
"projectActionsPath": "modules/HyperIoTAlarm/HyperIoTAlarm-actions",
"projectFeaturesPath": "modules/HyperIoTAlarm/HyperIoTAlarm-features",
"projectModelPath": "modules/HyperIoTAlarm/HyperIoTAlarm-model",
"projectRepositoryPath": "modules/HyperIoTAlarm/HyperIoTAlarm-repository",
"projectServicePath": "modules/HyperIoTAlarm/HyperIoTAlarm-service",
"projectServiceRestPath": "modules/HyperIoTAlarm/HyperIoTAlarm-service-rest",
"projectTestPath": "modules/HyperIoTAlarm/HyperIoTAlarm-test",
"apiPackage": "it.acsoftware.hyperiot.alarm.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//api",
"actionsPackage": "it.acsoftware.hyperiot.alarm.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//actions",
"testPackage": "it.acsoftware.hyperiot.alarm.test",
"modelPackage": "it.acsoftware.hyperiot.alarm.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//model",
"repositoryPackage": "it.acsoftware.hyperiot.alarm.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//repository",
"servicePackage": "it.acsoftware.hyperiot.alarm.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//service",
"serviceRestPackage": "it.acsoftware.hyperiot.alarm.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/alarm//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/alarm//test",
"order": 110,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTMqtt2Kafka": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "",
"projectSuffix": "mqtt2Kafka",
"projectSuffixUC": "Mqtt2Kafka",
"projectSuffixLC": "mqtt2kafka",
"karafFeature": "hyperiot-mqtt2kafka",
"projectName": "HyperIoTMqtt2Kafka",
"projectGroupId": "it.acsoftware.hyperiot.camel.mqtt2kafka",
"projectVersion": "1.3.1",
"hasRestServices": false,
"hasActions": false,
"hasModel": false,
"projectApiPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-api",
"projectActionsPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-actions",
"projectFeaturesPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-features",
"projectModelPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-model",
"projectRepositoryPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-repository",
"projectServicePath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-service",
"projectServiceRestPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-service-rest",
"projectTestPath": "modules/HyperIoTMqtt2Kafka/HyperIoTMqtt2Kafka-test",
"apiPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//api",
"actionsPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//actions",
"testPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.test",
"modelPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//model",
"repositoryPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//repository",
"servicePackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//service",
"serviceRestPackage": "it.acsoftware.hyperiot.camel.mqtt2kafka.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/camel/mqtt2kafka//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/camel/mqtt2kafka//test",
"order": 130,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTServices": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "",
"projectSuffix": "services",
"projectSuffixUC": "Services",
"projectSuffixLC": "services",
"karafFeature": "hyperiot-services",
"projectName": "HyperIoTServices",
"projectGroupId": "it.acsoftware.hyperiot.services",
"projectVersion": "1.3.5",
"hasRestServices": false,
"hasActions": false,
"hasModel": false,
"projectApiPath": "modules/HyperIoTServices/HyperIoTServices-api",
"projectActionsPath": "modules/HyperIoTServices/HyperIoTServices-actions",
"projectFeaturesPath": "modules/HyperIoTServices/HyperIoTServices-features",
"projectModelPath": "modules/HyperIoTServices/HyperIoTServices-model",
"projectRepositoryPath": "modules/HyperIoTServices/HyperIoTServices-repository",
"projectServicePath": "modules/HyperIoTServices/HyperIoTServices-service",
"projectServiceRestPath": "modules/HyperIoTServices/HyperIoTServices-service-rest",
"projectTestPath": "modules/HyperIoTServices/HyperIoTServices-test",
"apiPackage": "it.acsoftware.hyperiot.services.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/services//api",
"actionsPackage": "it.acsoftware.hyperiot.services.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/services//actions",
"testPackage": "it.acsoftware.hyperiot.services.test",
"modelPackage": "it.acsoftware.hyperiot.services.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/services//model",
"repositoryPackage": "it.acsoftware.hyperiot.services.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/services//repository",
"servicePackage": "it.acsoftware.hyperiot.services.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/services//service",
"serviceRestPackage": "it.acsoftware.hyperiot.services.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/services//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/services//test",
"order": 5,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTServicesTest": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": false,
"applicationType": "service",
"modelName": "",
"projectSuffix": "servicesTest",
"projectSuffixUC": "ServicesTest",
"projectSuffixLC": "servicestest",
"karafFeature": "hyperiot-servicestest",
"projectName": "HyperIoTServicesTest",
"projectGroupId": "it.acsoftware.hyperiot.services.test",
"projectVersion": "1.3.8",
"hasRestServices": false,
"hasActions": false,
"hasModel": false,
"projectApiPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-api",
"projectActionsPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-actions",
"projectFeaturesPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-features",
"projectModelPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-model",
"projectRepositoryPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-repository",
"projectServicePath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-service",
"projectServiceRestPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-service-rest",
"projectTestPath": "modules/HyperIoTServicesTest/HyperIoTServicesTest-test",
"apiPackage": "it.acsoftware.hyperiot.services.test.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//api",
"actionsPackage": "it.acsoftware.hyperiot.services.test.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//actions",
"testPackage": "it.acsoftware.hyperiot.services.test.test",
"modelPackage": "it.acsoftware.hyperiot.services.test.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//model",
"repositoryPackage": "it.acsoftware.hyperiot.services.test.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//repository",
"servicePackage": "it.acsoftware.hyperiot.services.test.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//service",
"serviceRestPackage": "it.acsoftware.hyperiot.services.test.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/services/test//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/services/test//test",
"order": 140,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTKit": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "HyperIoTKit",
"projectSuffix": "kit",
"projectSuffixUC": "Kit",
"projectSuffixLC": "kit",
"karafFeature": "hyperiot-kit",
"projectName": "HyperIoTKit",
"projectGroupId": "it.acsoftware.hyperiot.kit",
"projectVersion": "1.3.6",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTKit/HyperIoTKit-api",
"projectActionsPath": "modules/HyperIoTKit/HyperIoTKit-actions",
"projectFeaturesPath": "modules/HyperIoTKit/HyperIoTKit-features",
"projectModelPath": "modules/HyperIoTKit/HyperIoTKit-model",
"projectRepositoryPath": "modules/HyperIoTKit/HyperIoTKit-repository",
"projectServicePath": "modules/HyperIoTKit/HyperIoTKit-service",
"projectServiceRestPath": "modules/HyperIoTKit/HyperIoTKit-service-rest",
"projectTestPath": "modules/HyperIoTKit/HyperIoTKit-test",
"apiPackage": "it.acsoftware.hyperiot.kit.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//api",
"actionsPackage": "it.acsoftware.hyperiot.kit.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//actions",
"testPackage": "it.acsoftware.hyperiot.kit.test",
"modelPackage": "it.acsoftware.hyperiot.kit.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//model",
"repositoryPackage": "it.acsoftware.hyperiot.kit.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//repository",
"servicePackage": "it.acsoftware.hyperiot.kit.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//service",
"serviceRestPackage": "it.acsoftware.hyperiot.kit.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/kit//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/kit//test",
"order": 139,
"publishModule": true,
"publishRepoHasCredentials": true
},
"HyperIoTUIBranding": {
"projectGradleName": "hyperIoT",
"projectGlobalName": "HyperIoT",
"projectGlobalNameLC": "hyperiot",
"dataSource": "hyperiot",
"applicationTypeEntity": true,
"applicationType": "entity",
"modelName": "HyperIoTUIBranding",
"projectSuffix": "uIBranding",
"projectSuffixUC": "UIBranding",
"projectSuffixLC": "uibranding",
"karafFeature": "hyperiot-uibranding",
"projectName": "HyperIoTUIBranding",
"projectGroupId": "it.acsoftware.hyperiot.ui.branding",
"projectVersion": "1.3.5",
"hasRestServices": true,
"hasActions": true,
"hasModel": true,
"projectApiPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-api",
"projectActionsPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-actions",
"projectFeaturesPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-features",
"projectModelPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-model",
"projectRepositoryPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-repository",
"projectServicePath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-service",
"projectServiceRestPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-service-rest",
"projectTestPath": "modules/HyperIoTUIBranding/HyperIoTUIBranding-test",
"apiPackage": "it.acsoftware.hyperiot.ui.branding.api",
"apiPackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//api",
"actionsPackage": "it.acsoftware.hyperiot.ui.branding.actions",
"actionsPackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//actions",
"testPackage": "it.acsoftware.hyperiot.ui.branding.test",
"modelPackage": "it.acsoftware.hyperiot.ui.branding.model",
"modelPackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//model",
"repositoryPackage": "it.acsoftware.hyperiot.ui.branding.repository",
"repositoryPackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//repository",
"servicePackage": "it.acsoftware.hyperiot.ui.branding.service",
"servicePackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//service",
"serviceRestPackage": "it.acsoftware.hyperiot.ui.branding.service.rest",
"serviceRestPackagePath": "/src/main/java/it/acsoftware/hyperiot/ui/branding//service/rest",
"testPackagePath": "/src/test/java/it/acsoftware/hyperiot/ui/branding//test",
"publishModule": true,
"publishRepoHasCredentials": true
}
},
"globalProjectName": "HyperIoT",
"generateWithPrefix": true,
"defaultModuleVersion": "1.3.5",
"hyperIoTVersion": "2.4.0",
"publishRepo": true,
"publishRepoName": "ACSoftwareRepository",
"publishRepoUrl": "https://nexus.acsoftware.it/nexus/repository/maven-hyperiot/",
"publishHasCredentials": true
}
}