Skip to content

Commit 85cb538

Browse files
committed
Mark which components are considered cuttable
A cuttable component is one for which SciJava maintainers can cut new releases. Such components are assumed to abide by SciJava development principles, particularly having a release-ready mainline branch.
1 parent ed2739e commit 85cb538

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pombast.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ html = "index.html"
88
header = "header.html"
99
footer = "footer.html"
1010
nexus-base = "https://maven.scijava.org"
11+
cuttable = [
12+
"de.nanoimaging:*",
13+
"fr.inra.ijpb:*",
14+
"io.scif:*",
15+
"jitk:*",
16+
"mpicbg:*",
17+
"net.imagej:*",
18+
"net.imglib2:*",
19+
"net.preibisch:*",
20+
"org.bonej:*",
21+
"org.janelia*:*",
22+
"org.morphonets:*",
23+
"org.scijava:*",
24+
"sc.fiji:*",
25+
]
1126

1227
[team]
1328
excludes = ["ome:*", "org.openmicroscopy:*"]
@@ -134,6 +149,7 @@ excludes = [
134149
[smelt]
135150
includes = [
136151
"ca.mcgill:*",
152+
"de.nanoimaging:*",
137153
"fr.inra.ijpb:*",
138154
"io.scif:*",
139155
"jitk:*",

0 commit comments

Comments
 (0)