Commit graph

24 commits

Author SHA1 Message Date
Minecon724
d6c33b4992
Minifier
Some checks are pending
/ build (push) Waiting to run
again

Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 13:26:36 +01:00
Minecon724
889d1b3287
[maven-release-plugin] prepare for next development iteration
Some checks failed
/ build (push) Has been cancelled
2025-03-08 11:10:02 +01:00
Minecon724
5934c2b81a
[maven-release-plugin] prepare release blog-0.0.2
Some checks failed
/ build (push) Has been cancelled
2025-03-08 11:09:59 +01:00
Minecon724
5d98a8fd60
Some refactoring
Some checks are pending
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 10:54:17 +01:00
Minecon724
053ce27f3c
License
Some checks are pending
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-06 17:54:50 +01:00
Minecon724
1354d94817
Some refactoring
Some checks are pending
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-06 15:11:10 +01:00
Minecon724
950645dcef
feat: Compression
All checks were successful
/ build (push) Successful in 37s
and refactoring

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-20 15:29:47 +01:00
Minecon724
d155079514
feat!: Use YAML instead of JSON
site-config.json is now site-config.yml.
That was the only usage of JSON, so not much changes.

Dep removed: org.json:json
Added: org.snakeyaml:snakeyaml-engine

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-12 16:17:43 +01:00
Minecon724
f265376ef8
chore: Update deps
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-10 16:54:17 +01:00
Minecon724
b2725d9960
chore: mark commons-cli as optional
- Added `<optional>true</optional>` to the commons-cli dependency in `pom.xml`
- Ensures the dependency is not transitively included

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 13:54:40 +01:00
Minecon724
9979845efa
[maven-release-plugin] prepare for next development iteration
Some checks are pending
/ build (push) Waiting to run
2025-02-08 13:51:09 +01:00
Minecon724
eac9452171
[maven-release-plugin] prepare release blog-0.0.1
Some checks failed
/ build (push) Failing after 9s
2025-02-08 13:51:07 +01:00
Minecon724
af6f56b3d6
chore: update pom.xml configuration
Some checks are pending
/ build (push) Waiting to run
- Rename artifactId from 'blog-software-java' to 'blog'
- Enable shadedArtifactAttached in maven-shade-plugin configuration
- Add missing <tag> element in <scm> section

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 13:50:48 +01:00
Minecon724
7c15881008
feat: add Maven Wrapper and signing setup
Some checks are pending
/ build (push) Waiting to run
- Introduce Maven Wrapper for project builds (mvnw, mvnw.cmd, and configuration).
- Configure Jarsigner plugin for artifact signing.
- Add Maven Release Plugin for automated release management.
- Update `pom.xml` with version change to `0.0.1-SNAPSHOT`.
- Define distribution management and SCM settings.
- Add a test keystore file for signing (testkeystore.jks).

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 13:41:01 +01:00
Minecon724
e0878c8fbe
Add slf4j to silence a warning
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 12:44:22 +01:00
Minecon724
cbb7dab7f3
Make drafts drafts
All checks were successful
/ build (push) Successful in 20s
2025-01-20 17:34:01 +01:00
Minecon724
56628b72a2
fix again
All checks were successful
/ build (push) Successful in 37s
2025-01-18 21:43:18 +01:00
Minecon724
b8da41ae53
fix
All checks were successful
/ build (push) Successful in 38s
2025-01-18 21:41:31 +01:00
Minecon724
d0952423c7
Remove minify temporarily
All checks were successful
/ build (push) Successful in 39s
2025-01-18 21:36:25 +01:00
Minecon724
f3ca31698e
shade 2025-01-13 13:32:25 +01:00
Minecon724
e3e07dc3fe
this 2025-01-10 18:50:12 +01:00
Minecon724
dd28fde073
server and more 2025-01-09 16:15:55 +01:00
Minecon724
b6031b93e6
made it work 2025-01-08 18:40:11 +01:00
Minecon724
8978c7ae4c
initial commit 2025-01-07 11:41:30 +01:00