File tree 2 files changed +3
-29
lines changed
jpo-deduplicator/jpo-deduplicator
2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 9
9
<username >jpo_deduplicator</username >
10
10
<password >${env.MAVEN_GITHUB_TOKEN}</password >
11
11
</server >
12
- <server >
13
- <id >github_jpo_ode</id >
14
- <username >jpo_deduplicator</username >
15
- <password >${env.MAVEN_GITHUB_TOKEN}</password >
16
- </server >
17
- <server >
18
- <id >github_jpo_geojsonconverter</id >
19
- <username >jpo_deduplicator</username >
20
- <password >${env.MAVEN_GITHUB_TOKEN}</password >
21
- </server >
22
12
</servers >
23
13
<profiles >
24
14
<profile >
25
15
<id >default</id >
26
16
<repositories >
27
17
<repository >
28
18
<id >github</id >
29
- <name >GitHub JPO Conflict Monitor</name >
30
- <url >https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-conflictmonitor</url >
31
- <snapshots >
32
- <enabled >false</enabled >
33
- </snapshots >
34
- </repository >
35
- <repository >
36
- <id >github_jpo_ode</id >
37
- <name >GitHub JPO ODE</name >
38
- <url >https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-ode</url >
39
- <snapshots >
40
- <enabled >false</enabled >
41
- </snapshots >
42
- </repository >
43
- <repository >
44
- <id >github_jpo_geojsonconverter</id >
45
- <name >GitHub JPO GeojsonConverter</name >
46
- <url >https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-geojsonconverter</url >
19
+ <name >GitHub JPO Repositories</name >
20
+ <url >https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/*</url >
47
21
<snapshots >
48
22
<enabled >false</enabled >
49
23
</snapshots >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ enableOdeRawEncodedTimDeduplication: true
42
42
# Ode Bsm Json Configuration
43
43
kafkaTopicOdeBsmJson : topic.OdeBsmJson
44
44
kafkaTopicDeduplicatedOdeBsmJson : topic.DeduplicatedOdeBsmJson
45
- enableOdeBsmDeduplication : false
45
+ enableOdeBsmDeduplication : true
46
46
odeBsmMaximumTimeDelta : 10000 # Milliseconds
47
47
odeBsmMaximumPositionDelta : 1 # Meter
48
48
odeBsmAlwaysIncludeAtSpeed : 1 # Meter / Second
You can’t perform that action at this time.
0 commit comments