Skip to content

Commit f03c40f

Browse files
committed
fix: .well-known inclusion in site upload
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 19f4ffc commit f03c40f

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.well-known/maven-indexes/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Repository Indexes
2+
3+
This directory holds generated JSON files which index the contents of the JPMS Attic repository. Please do not edit these files manually; instead, run `pnpm run indexer` from the root project.
4+
5+
See the [`@javamodules/indexer`](https://www.npmjs.com/package/@javamodules/indexer) package for use of these indexes.

_config.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: JPMS Attic
22-
description: >- # this means to ignore newlines until "baseurl:"
22+
description: >-
2323
Provides a Maven repository which can be used with Java build tools like Maven, Gradle, Bazel, and so on, to build
2424
with popular JPMS-compatible libraries before they have been publicly released.
2525
@@ -30,6 +30,9 @@ remote_theme: pages-themes/primer@v0.6.0
3030
repository: elide-dev/jpms
3131
show_downloads: false
3232

33+
include:
34+
- .well-known
35+
3336
readme_index:
3437
enabled: true
3538
remove_originals: false
@@ -48,13 +51,26 @@ exclude:
4851
- .sass-cache/
4952
- .jekyll-cache/
5053
- third_party/
54+
- node_modules/
55+
- packages/
56+
- packages/*/node_modules/
57+
- bun.lockb
58+
- local.bazelrc
59+
- local.bazelrc.tpl
60+
- Makefile
61+
- package.json
62+
- pnpm-lock.yaml
63+
- pnpm-workspace.yaml
64+
- socket.yml
5165
- annotation-tools/
5266
- com.google.j2objc/
5367
- com.google.errorprone/
5468
- com.google.protobuf/
5569
- com.google.guava/
5670
- org.checkerframework/
5771
- org.reactivestreams/
72+
- io.leangen.geantyref/
73+
- kotlinx.collections.immutable/
5874
- jdk/
5975
- Gemfile
6076
- Gemfile.lock

bun.lockb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)