Skip to content

Commit eb6afaa

Browse files
committed
pombast: update config for 2026-06-18 revision
1 parent 16ef03b commit eb6afaa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pombast.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ default-java-version = 8
33
repositories = ["scijava.public=https://maven.scijava.org/content/groups/public"]
44

55
[status]
6+
output = "../status.scijava.org/index.html"
7+
smelt = "../status.scijava.org/smelt.json"
68
rules = "rules.xml"
7-
html = "../status.scijava.org/index.html"
89
header = "pombast/header-status.html"
910
footer = "pombast/footer-status.html"
1011
nexus-base = "https://maven.scijava.org"
@@ -25,7 +26,7 @@ cuttable = [
2526
]
2627

2728
[team]
28-
html = "../status.scijava.org/team.html"
29+
output = "../status.scijava.org/team.html"
2930
header = "pombast/header-team.html"
3031
footer = "pombast/footer-team.html"
3132
includes = [
@@ -45,6 +46,7 @@ includes = [
4546
]
4647

4748
[badges]
49+
output = "../status.scijava.org/badges.json"
4850
includes = [
4951
"de.nanoimaging:*",
5052
"fr.inra.ijpb:*",
@@ -113,6 +115,7 @@ excludes = [
113115
]
114116

115117
[smelt]
118+
output = "../status.scijava.org/smelt.json"
116119
includes = [
117120
"ca.mcgill:*",
118121
"de.nanoimaging:*",

0 commit comments

Comments
 (0)