@@ -21,7 +21,7 @@ generated as follow:
21
21
},
22
22
"time":1481875921763,
23
23
"type":"EiffelArtifactPublishedEvent",
24
- "version":"1 .0.0"
24
+ "version":"3 .0.0"
25
25
},
26
26
"data":{
27
27
"customData":[
@@ -53,7 +53,7 @@ In the next step rules for this event are extracted:
53
53
"StartEvent":"NO",
54
54
"IdentifyRules":"links | [?type=='ARTIFACT'].target",
55
55
"MatchIdRules":{
56
- "_id":"%IdentifyRules_objid%"
56
+ "_id":"%IdentifyRules_objid%"
57
57
},
58
58
"ExtractionRules":"{ eventId : meta.id, time : meta.time, locations : data.locations }",
59
59
"MergeResolverRules":"[ {NONEPATH:NONE}, {publications: [{ eventId: meta.id }]} ]",
@@ -155,11 +155,7 @@ Following aggregated object is extracted by using the identify rules:
155
155
]
156
156
},
157
157
"id":"1100572b-c3j4-441e-abc9-b62f48080011",
158
- "gav":{
159
- "groupId":"com.othercompany.otherproduct",
160
- "artifactId":"other-system",
161
- "version":"1.33.0"
162
- }
158
+ "identity": "pkg:maven/com.mycompany.otherproduct/other-system@1.33.0"
163
159
},
164
160
{
165
161
"fileInformation":[
@@ -169,11 +165,7 @@ Following aggregated object is extracted by using the identify rules:
169
165
}
170
166
],
171
167
"id":"4400572b-c3j4-441e-abc9-b62f48080033",
172
- "gav":{
173
- "groupId":"com.internalcompany.internalproduct",
174
- "artifactId":"internal-system",
175
- "version":"1.99.0"
176
- }
168
+ "identity": "pkg:maven/com.internalcompany.internalproduct/internal-system@1.99.0"
177
169
}
178
170
]
179
171
}
@@ -207,11 +199,7 @@ Following aggregated object is extracted by using the identify rules:
207
199
"id":"6acc3c87-75e0-4b6d-88f5-b1a5d4e62b43",
208
200
"time":1481875891763,
209
201
"type":"EiffelArtifactCreatedEvent",
210
- "gav":{
211
- "groupId":"com.mycompany.myproduct",
212
- "artifactId":"sub-system",
213
- "version":"1.1.0"
214
- },
202
+ "identity": "pkg:maven/com.mycompany.myproduct/sub-system@1.1.0",
215
203
"artifacts":[
216
204
{
217
205
"fileInformation":[
@@ -221,11 +209,7 @@ Following aggregated object is extracted by using the identify rules:
221
209
}
222
210
],
223
211
"id":"1100572b-c3b4-461e-abc9-b62f48087011",
224
- "gav":{
225
- "groupId":"com.othercompany.secondproduct",
226
- "artifactId":"other-system",
227
- "version":"1.33.0"
228
- }
212
+ "identity": "pkg:maven/com.othercompany.secondproduct/other-system@1.33.0"
229
213
}
230
214
]
231
215
}
@@ -370,11 +354,7 @@ Finally, after merging the content, the merged object looks like this:
370
354
]
371
355
},
372
356
"id":"1100572b-c3j4-441e-abc9-b62f48080011",
373
- "gav":{
374
- "groupId":"com.othercompany.otherproduct",
375
- "artifactId":"other-system",
376
- "version":"1.33.0"
377
- }
357
+ "identity": "pkg:maven/com.othercompany.otherproduct/other-system@1.33.0"
378
358
},
379
359
{
380
360
"fileInformation":[
@@ -384,11 +364,7 @@ Finally, after merging the content, the merged object looks like this:
384
364
}
385
365
],
386
366
"id":"4400572b-c3j4-441e-abc9-b62f48080033",
387
- "gav":{
388
- "groupId":"com.internalcompany.internalproduct",
389
- "artifactId":"internal-system",
390
- "version":"1.99.0"
391
- }
367
+ "identity": "pkg:maven/com.internalcompany.internalproduct/internal-system@1.99.0"
392
368
}
393
369
]
394
370
}
@@ -422,11 +398,7 @@ Finally, after merging the content, the merged object looks like this:
422
398
"id":"6acc3c87-75e0-4b6d-88f5-b1a5d4e62b43",
423
399
"time":1481875891763,
424
400
"type":"EiffelArtifactCreatedEvent",
425
- "gav":{
426
- "groupId":"com.mycompany.myproduct",
427
- "artifactId":"sub-system",
428
- "version":"1.1.0"
429
- },
401
+ "identity": "pkg:maven/com.mycompany.myproduct/sub-system@1.1.0",
430
402
"artifacts":[
431
403
{
432
404
"fileInformation":[
@@ -436,11 +408,7 @@ Finally, after merging the content, the merged object looks like this:
436
408
}
437
409
],
438
410
"id":"1100572b-c3b4-461e-abc9-b62f48087011",
439
- "gav":{
440
- "groupId":"com.othercompany.secondproduct",
441
- "artifactId":"other-system",
442
- "version":"1.33.0"
443
- }
411
+ "identity": "pkg:maven/com.othercompany.secondproduct/other-system@1.33.0"
444
412
}
445
413
],
446
414
"publications":[
0 commit comments